https://github.com/gnosis/cowswap-e2e
https://github.com/gnosis/cowswap-e2e
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gnosis/cowswap-e2e
- Owner: gnosis
- License: other
- Created: 2021-10-19T09:46:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T19:31:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T07:29:41.692Z (9 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# CowSwap e2e
End to end tests and monitoring of CowSwap
## Setup
```sh
yarn
npx playwright install
```## Run tests
```sh
yarn test
```Alternative:
```sh
yarn test -- --headed
yarn test -- --browser=firefox
yarn test -- --browser=all
```Run a specific test
```sh
yarn test -- tests/uniswap.spec.ts
```