This project involves the use of Playwright to create a test automation suite for a car loan application site - Seez. The project also includes documents containing test cases represented in excel document and another in BDD format.
Pull this repo and run the command below
npm install
The test are located in the 'Tests' folder. Only the 'loan_duration_options' test file will run as the API test script is a demo simulation of how it will work.
npm run test:loan-duration
The API test script will not run as it is a simulation or demo of how it may function.