AlgoWorld Docs
  • Overview
  • Swapper
    • Quick Start
      • Prerequisites
      • Setting up local development
      • Scripts
    • Architecture
      • Public Swaps
    • Directory structure
    • Env variables
    • Path Mapping
    • Testing
      • End to end tests
  • Explorer
    • Quick Start
    • Architecture
      • Gallery
      • City Packs
      • City Influence
Powered by GitBook
On this page

Was this helpful?

  1. Swapper
  2. Testing

End to end tests

Setting up and running end to end tests

The following assumes that you have covered all prerequisites and installation steps in `Quick Start` chapter

Run the following command to automatically invoke local playwright e2e tests in headed mode:

yarn run test:e2e:local
PreviousTestingNextExplorer

Last updated 2 years ago

Was this helpful?