UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
hunter.congress's avatar
hunter.congress authored
BULL-1256 ApexChart Marker

See merge request !149
41338e97
History

launchboard

Launchboard Frontend for: Production: https://launchboard.apps.dso.mil Staging: https://launchboard.staging.dso.mil

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Testing

Unit Tests

npm run test:unit

End-to-End Tests

Platform One is still working on a solution to run npm run test:e2e-ci against a deployed app instance outside of Keycloak/Authservice.

We can run e2e tests on the Launchboard Front End by mocking api requests in Cypress (see tests/e2e/fixtures/users/).

# run e2e tests locally with the cypress ui
npm run test:e2e

# run e2e tests locally headless (no cypress ui)
npm run test:e2e -- --headless