Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

PlaywrightFramework playwright

Playwright Testing framework by Pandiya rajan A

Getting Started

  1. Ensure that Node.js 10+ is installed https://nodejs.org/en/download/

  2. Clone the repo and switch to master

    $ git clone https://github.com/Pandicool/playwrightFramework.git
    $ cd playwrightFramework
    $ git checkout master
  1. Execute the command to install the npm dependencies
    $ npm install

Running Tests

  1. Executing all the test in headed mode
    $ npm run test
  1. Executing specfic test case in specfic browser in headed mode and debug mode
    $ npm run test:<browserName> <testName>

Note: Refer to package.json to know more scripts

About

Playwright Testing framework

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors