Skip to content

AsadHasan/futurelearn-playwright-tests

Repository files navigation

Quality Gate Status

Introduction

Bootstrapped a basic Playwright/test cross-browser test project.

Getting Started

  1. Installation process:
  2.   Install node dependencies: `npm ci`
    
  3.   Install browsers: `npx playwright install --with-deps`
    
  4. Pre-requisites: Node (including) npm.

Build and Test

  1. Lint and fix: npm run lint && npm run fix
  2. Run tests: npm test