Skip to content

debridge-finance/synpress-automation

Repository files navigation

Synpress Automation

Playwright TypeScript project with Synpress integration for Web3 testing.

Installation

Dependencies are already installed. If needed, run:

npm install

Running Tests

# Run all tests
npm test

# Run tests in UI mode
npm run test:ui

# Run tests in debug mode
npm run test:debug

# Run tests on specific browsers
npm run test:chromium
npm run test:firefox
npm run test:webkit

Project Structure

  • tests/ - Test files (*.spec.ts)
  • playwright.config.ts - Playwright configuration
  • .github/workflows/playwright.yml - CI/CD workflow

Documentation

Browsers

All Playwright browsers (Chromium, Firefox, WebKit) are installed and ready to use.

!!! Only @playwright/[email protected] compatible with synpress

About

Web3 automation testing framework using Playwright and Synpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors