This repository contains demo test automation for the MagpieFi Website & App using Playwright.
- Clone the repository:
git clone https://github.com/Lanr3waju/magpie-swap.git
cd magpie-swapnpm installnpx playwright installRun all tests:
npx playwright testRun tests in headed mode:
npx playwright test --headedRun a specific test:
npx playwright test swap.test.js- HTML Reports: Generated in
test-results/ - Traces for Failures: Available in
traces/ - Screenshots on Failure: Enabled in
playwright.config.js
To integrate with GitHub Actions or Jenkins, check requirements.md for more details.