- Delete all existing file under tests folder and create new test file so that we start from scratch and understand everything
- Right Click on tests folder and click new–> Give any name e.g. smoketest.spec.ts
spec name with file helps Playwright finding all test. so all test file should have name —-.spec.ts or —-.spec.ja - Click on new folder and add 2 new folders pageobjectmodels and uiactions
