/e2ePlaywrightTests

end to end Playwright Tests

Primary LanguageJavaScript

e2ePlaywrightTests

end to end Playwright Tests

Installation

  • npm init playwright@latest
  • npm install dotenv --save

Run test

  • script is defined under package.json as smoke test
  • npm run smoke
  • npx playwright test --grep @login
  • npx playwright test