This repository contains end-to-end (E2E) tests for the TodoMVC React App using Playwright.
- `The acceptance criteria can be found here....
- `The implementation strategy can be found here....
git clone https://github.com/CSPInGithub/todoassessment.git
cd todoassessment➡️ Clones the repo and navigates into the project folder.
npm install➡️ Installs all required Node.js dependencies.
npx playwright install --with-deps➡️ Installs Playwright and its required browser binaries.
npx playwright test➡️ Executes all Playwright test cases in headless mode.
npx playwright show-report➡️ Opens the detailed test report in a browser.
- Go to GitHub Repository → Actions
- Select "Playwright Tests"
- Click "Run workflow"
- After workflow execution complete access ....ExecutionReport