@bandf/framework-testing
v1.4.0
Published
Test runners and suites for the bandf framework: unit, smoke, component, a11y, e2e, and api phases.
Downloads
852
Readme
@bandf/framework-testing
Test runners and suites for the bandf framework: unit, smoke, component, accessibility, E2E, and API phases.
It is published as a version-locked companion to @bandf/framework. Install the framework rather than this package directly:
npm install @bandf/frameworkApp test specs import the test API from this package:
import { test } from '@bandf/framework-testing';The phases (unit, smoke, component, a11y, e2e, api) are orchestrated by the framework's bandf test command; the API phase additionally lints each app's OpenAPI document and runs the framework's common routes against a live server.
License
AGPL-3.0-or-later
