You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
As a member of the FedRAMP engineering team, to better understand the output of the oscal-cli tooling via the oscal-js library and the dev-constraint.js script to use oscal-js quiet mode and set the default setting to console.warn and console.error for local development and CI/CD with GitHub Actions. When the ACTIONS_RUNNER_DEBUG variabel is set, then everything from console.debug and "higher" for itself and how it calls into oscal-js should be logged to terminal output for when we want to review why tests fail.
Goals
Reduce the cognitive overhead of interpreting test harness output
Control large amounts of output in testing for when tests fail, not when they pass
Dependencies
These must be implemented, included in a release of oscal-js, and the issues resolved before this work can continue.