Skip to content

lakshmi2812/Playwright_with_javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playwright_with_javascript

This repository contains tests for web applications using Playwright in Javascript

The tests folder contains the tests. The tests in a file can be run using the following command: npx playwright test path_to_file

To run a specific test in a file, use the following command: npx playwright test path_to_file:starting_line_of_test

More information about the test scripts

The test fill_form contains the test to go to a website as a new user and click on the sign up button and fill in the form fields

About

This repository contains tests for web applications using Playwright in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published