Skip to content

jevgenijusmarinuskinas/TestCon2021_PlaywWright

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestCon2021_PlaywWright

How to?

1. Fork and Clone

  1. Click [Y Fork] button at the top right corner
  2. Click [Code] green button above
  3. Click [Open with GitHub Desktop] button
  4. Choose local path to store the repository on your local machine
  5. Click the [Clone] button

2. Invite Colaborators (Reviewers)

  1. Open Settings > manage Access tab
  2. Add the following persons as reviewers (list provided during workshop)

3. Install

  1. (Prerequisites) Install NodeJS
  2. Open the cloned project folder in VS code
  3. Open new terminal from the top menu
  4. Exuecute the following 2 commands:
  • npm install
  • npx playwright install

3. Run test

Exuecute the following command:

  • npx playwright test

Watch as Playriwght executes the placehodler test (terminal indicates that 1 test was executed succesfully)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%