Skip to content

Ngll/Project_Doriane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎭 Playwright Automation Project

This repository contains end-to-end test scripts written using Playwright with JavaScript.

πŸ“ Project Structure

Project_Doriane/ β”œβ”€β”€ tests/ # Playwright test scripts β”œβ”€β”€ playwright.config.js # Playwright configuration β”œβ”€β”€ package.json # Project dependencies and scripts β”œβ”€β”€ .gitignore β”œβ”€β”€ README.md


πŸš€ Getting Started

1. Clone the Repository

git clone https://github.com/Ngll/Project_Doriane.git
cd Project_Doriane

**Install Dependencies**
npm install

**Install Playwright Browsers**
If the repo doesn’t already include the browsers, run:
npx playwright install

**Run Your First Test**
npx playwright test


**Or run a specific test:**
npx playwright test ./tests/multi-pages.spec.js --headed

**Open Playwright Test Report**
npx playwright show-report


**Run Tests in Specific Browsers**
npx playwright test --project=chromium
npx playwright test --project=firefox
npx playwright test --project=webkit



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors