Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juanfranciscocis/ntt_1


https://github.com/juanfranciscocis/ntt_1

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# How To Run

Make sure you have the following installed on your system:

• Node.js (version 14 or higher) https://nodejs.org/en
• npm (Node Package Manager) https://www.npmjs.com


## Step 1: Clone the Repository

#### Clone the repository to your local machine:

git clone (this repo url)

cd theProject

## Step 2: Install Dependencies

Install the necessary dependencies, including Playwright:

• npm install

## Step 3: Install Playwright Browsers

• npx playwright install

## Step 4: Run tests

• npx playwright test

## Step 5: View Report (Report will open automatically, otherwise check the html on the test-results folder)