Welcome to the Playwright SDET Test Boilerplate! This repository contains a boilerplate code setup specifically designed for candidates applying for a Software Development Engineer in Test (SDET) position. It provides a solid foundation to get you started with writing and running automated tests using Playwright.
Installs all the dependencies required for the project.
Runs all the test cases using Playwright.
Checks the code for any linting errors using ESLint.
Automatically fixes the linting errors in the code.
Runs the linting and test scripts in a continuous integration environment.