Regression Test Repo Setup

Setup of Regression Test Repo

  1. Tools needed

    • NodeJS - Any recent version should be fine.
    • NPM - This should come with NodeJS
    • Playwright - A Javascript library to do E2E testing.
    • Playwright - A Javascript library to do E2E testing.
  2. Repo Setup

    • Create a folder to be used as the repo root, cd to that folder.
    • Run npm init playwright@latest
    • Choose Typescript and press Enter.
    • Type src/tests and press Enter.
    • Press Enter until finished.
  3. Folder Structure

    • By default you will have only the src/tests folder. You can add the others manually.