e2e testing Mercado Libre website with Playwright
To run this project, you will need to add the following environment variables to your .env file
USER
Run tests on headless mode:
npx playwright test
Debbug and headed mode:
npm run playwright:d
Skip flaky tests:
npm run playwright-skip-flaky