jar285 / is373_devops

MIT License
0 stars 0 forks source link

is373_devops (Playwright)

Setup

Prerequisites: nodejs version 20+

Install instructions

  1. Clone Repo and CD into project
  2. Open terminal: npm install
  3. Install playwright: npx playwright install
  4. Install Repo: npm install --dev

Run Tests:

npm run test

Start Server npm run start