https://github.com/oraichain/playwright-startker-kit
https://github.com/oraichain/playwright-startker-kit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraichain/playwright-startker-kit
- Owner: oraichain
- Created: 2023-08-21T04:31:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T06:48:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:47:43.002Z (5 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installation of the testing framework
#### **Clone the repository:**
git clone https://github.com/oraichain/playwright-startker-kit.git
#### **Install dependencies.**
yarn
#### **To run the tests go to the root of the project and run (headless mode)**
yarn test
#### **To run the tests go to the root of the project and run (headed mode)**
yarn test-head
#### **To run the tests only on Firefox**
yarn firefox
#### **To run the tests only on Chromium**
yarn chromium
#### **To run the tests only on Webkit**
yarn webkit