Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 427 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 427 Bytes

ml-playwright 🎭

e2e testing Mercado Libre website with Playwright

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

USER

Running Tests

Run tests on headless mode:

  npx playwright test

Debbug and headed mode:

  npm run playwright:d

Skip flaky tests:

  npm run playwright-skip-flaky