Skip to content

txt2021/GitLab_Testing_Playwright_HTMLreport

Repository files navigation

GitLab_Testing_Playwright

Project for testing GitLab website: https://about.gitlab.com/

20 test cases for sign up, search, navigation, support services, free trial and talk to an experts areas

This project uses HTML reporter

Requirements

playwright: 1.25

Node.js : 14^

Install

git clone https://github.com/txt2021/GitLab_Testing_Playwright_HTMLreport.git
npm install 

Run

npm run test-run

Report

HTML report will be generated after execution of

npm run test-run-html

To open HTML report

npm run report-html-open