Kiersten Stokes 51176f45fc Add backend support for Kubernetes secrets environment variables (#2715) | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
assets | %!s(int64=2) %!d(string=hai) anos | |
integration | %!s(int64=2) %!d(string=hai) anos | |
plugins | %!s(int64=2) %!d(string=hai) anos | |
snapshots | %!s(int64=2) %!d(string=hai) anos | |
support | %!s(int64=2) %!d(string=hai) anos | |
utils | %!s(int64=2) %!d(string=hai) anos | |
.eslintrc.js | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
test-config.py | %!s(int64=2) %!d(string=hai) anos | |
tsconfig.json | %!s(int64=3) %!d(string=hai) anos |
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.