Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1004 Bytes

File metadata and controls

19 lines (15 loc) · 1004 Bytes

Zombie+

PlayWright JavaScript Node.js

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

Useful commands

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