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