Repository for the Zombie Plus automated testing project, developed as part of the Playwright Zombie Edition course practical application.
• Course available at https://qaxperience.com
yarn playwright test # Runs the end-to-end tests
yarn playwright test --headed # Runs the end-to-end tests in UI mode
yarn playwright test --debug # Runs the tests in debug mode
yarn playwright show-report # Open the last HTML report run