Skip to content

Lanr3waju/magpie-swap

Repository files navigation

MagpieFi Swap App - Test Automation Demo

Overview

This repository contains demo test automation for the MagpieFi Website & App using Playwright.

Setup Instructions

  1. Clone the repository:
   git clone https://github.com/Lanr3waju/magpie-swap.git
   cd magpie-swap

Install dependencies

npm install

Install Playwright browsers

npx playwright install

Running Tests

Run all tests:

npx playwright test

Run tests in headed mode:

npx playwright test --headed

Run a specific test:

npx playwright test swap.test.js

Reporting & Logs

  • HTML Reports: Generated in test-results/
  • Traces for Failures: Available in traces/
  • Screenshots on Failure: Enabled in playwright.config.js

CI/CD Integration

To integrate with GitHub Actions or Jenkins, check requirements.md for more details.

About

This repository contains demo test automation for the MagpieFi Website & App using Playwright.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors