Skip to content

scripting-drafts/Cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber & Playwright

This test suite shows how to use Cucumber (Gherkin) with Playwright in Node.js.

Setup:

  1. npm install
  2. npx playwright install chromium

Run:

  • npm test (headless)
  • npm run test:headed (headed, with PWDEBUG=1 for debugging)

Target site: https://the-internet.herokuapp.com/login Credentials used: tomsmith / SuperSecretPassword!

About

Gherkin with Playwright

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published