Kiersten Stokes 51176f45fc Add backend support for Kubernetes secrets environment variables (#2715) | před 2 roky | |
---|---|---|
.. | ||
assets | před 2 roky | |
integration | před 2 roky | |
plugins | před 2 roky | |
snapshots | před 2 roky | |
support | před 2 roky | |
utils | před 2 roky | |
.eslintrc.js | před 2 roky | |
README.md | před 2 roky | |
test-config.py | před 2 roky | |
tsconfig.json | před 3 roky |
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.