Skip to content

MartynasLun/TestCon2021_PlayWright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestCon2021_PlayWright

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
  6. Choose the second option "For my own purposes" when asked

2. Invite Collaborators (Reviewers)

  1. Open your forked repository 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. Execute the following 2 commands:
  • npm install
  • npx playwright install

3. Run test

Execute the following command:

  • npx playwright test

    Watch as Playwright executes the placeholder test (terminal indicates that 1 test was executed successfully)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published