Create First test

  1. Delete all existing file under tests folder and create new test file so that we start from scratch and understand everything
  2. 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
  3. Click on new folder and add 2 new folders pageobjectmodels and uiactions