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.jsonfile exists, runyarn installoryarn
-
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 thetestsdirectory in the root folder
yarn run report- This will launchallurehtml report with all the test execution details