End-to-end Playwright test suite for the TodoMVC React example.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^1.55.0^1.55.0^6.0.139
commits
test: added a test case that verifies that a task can be edited
26b3765View on GitHubtest: added a test to verify that only completed tasks are visible when the completed filter is selected
21a6016View on GitHubtest: added test to verify that only incompleted tasks are visible whilte active filter is on
5866772View on GitHubtest: added todo-journey.spec.ts file which will include end to end user journey tests
8ca7309View on GitHubtest: added a test case for deleteing all todo items and asserting an empty list
ca64217View on GitHubdocs: update README with new test cases and project status
669a9a1View on GitHubchore: normalize line endings and stage updated config files
de77d8cView on GitHubchore: refine Playwright config and CI setup for cleaner test workflow
0d18282View on GitHubtest: verify that the counter is updated when an item is completed
201239eView on GitHubtest: added validation for clearling only completed task
2d099b4View on GitHubtest: add 'clear completed tasks' test and fix checkbox selector typo
bc487c5View on GitHubtest: added test cases to verify multiple tasks can be marked as compelted
3295074View on GitHub