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
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