An open API service indexing awesome lists of open source software.

https://github.com/oraichain/playwright-startker-kit


https://github.com/oraichain/playwright-startker-kit

Last synced: 4 months ago
JSON representation

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