Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 962 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 962 Bytes

Playwright automated tests built using typescript

A simple playwright typescript starter kit with all components needed like, page objects and reporting.

Prerequisites

Install project dependencies

  • In the root folder where package.json file exists, run yarn install or yarn

Run tests

  • 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 the tests directory in the root folder

Launch test report

  • yarn run report - This will launch allure html report with all the test execution details