mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 10:39:15 +00:00
801 B
801 B
@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.