Kiersten Stokes 51176f45fc Add backend support for Kubernetes secrets environment variables (#2715) | vor 2 Jahren | |
---|---|---|
.. | ||
assets | vor 2 Jahren | |
integration | vor 2 Jahren | |
plugins | vor 2 Jahren | |
snapshots | vor 2 Jahren | |
support | vor 2 Jahren | |
utils | vor 2 Jahren | |
.eslintrc.js | vor 2 Jahren | |
README.md | vor 2 Jahren | |
test-config.py | vor 2 Jahren | |
tsconfig.json | vor 3 Jahren |
The frontend of Elyra utilizes a testing framework called Cypress.
Cypress includes a useful UI for developing and debugging tests, which can be used by
running npm test-debug
from the root directory of this project. To run tests that output
a detailed log instead of opening the Cypress UI, run npm test
. Tests can also be run
from the makefile by running make test
. The spec code for tests is located in
the integration/
directory.