2024-10-29 11:15:44 -07:00
..
2024-10-28 15:56:12 -07:00
2024-10-25 19:28:48 -07:00

@openmct/e2e

A Playwright-based end-to-end testing framework for Open MCT and projects that consume it. This package provides:

  • Custom fixtures for functional, visual, and accessibility testing
  • Common functions (app actions) and utilities for testing Open MCT

For general Open MCT testing information, see the Open MCT Testing Guide.

Prerequisites

  • Node.js installed
  • Basic familiarity with Playwright (Quick Start Guide)
  • Local installation of Open MCT for testing

Installation

npm install -D @openmct/e2e
npx playwright install

License

This package is part of Open MCT and is licensed under the Apache License, Version 2.0.