A simple playwright typescript starter kit with all components needed like, page objects and reporting.
-
Install Git from the below links depending on your platform
-
Install node
- In the root folder where
package.json
file exists, runyarn install
oryarn
-
The web applications under test for this framework are
https://the-internet.herokuapp.com https://demo.playwright.dev/todomvc
-
yarn run test
- This will launch all tests inside thetests
directory in the root folder
yarn run report
- This will launchallure
html report with all the test execution details