Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanfranciscocis/nttdata_1
https://github.com/juanfranciscocis/nttdata_1
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juanfranciscocis/nttdata_1
- Owner: juanfranciscocis
- Created: 2024-07-09T19:45:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T20:42:23.000Z (6 months ago)
- Last Synced: 2024-07-11T00:51:26.394Z (6 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 test-Products-to-cart.spec.ts
• npx playwright test test-api.spec.ts## Step 5: View Report (Report will open automatically, otherwise check the html on the test-results folder)