Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 548 Bytes

File metadata and controls

13 lines (8 loc) · 548 Bytes

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