Covering all (WIP) Playwright-Actions with examples.
As for now not all tests are runnable.
some may contains a minimal code just for POC.
I hope in the nearest future to make more tests runable, and add classification for those who aren't.
Please note, these examples may will or may not be the best-practice for you. you should consider each case if it's the best for your needs.
- Make sure you have NodeJs, git, and Chrome browser(required only for a few tests)
- Execute
git clone https://github.com/ilorwork/PlaywrightActionsExamples.git
- Execute
npm i
- Execute
playwright install
npx playwright test
runs all tests on chromium (except some of the browsers tests)npx playwright test -g "<test_name>"
runs a specific test by it's name
Feel free to contribute to this project, any code that has an added value is welcome.
Feel free to create an issue here whenever you need.