Karla Spuldaro e0e2e321f4 Add script editor debugger - experimental (#2087) | há 2 anos atrás | |
---|---|---|
.. | ||
assets | há 2 anos atrás | |
integration | há 2 anos atrás | |
plugins | há 2 anos atrás | |
snapshots | há 2 anos atrás | |
support | há 2 anos atrás | |
utils | há 2 anos atrás | |
.eslintrc.js | há 2 anos atrás | |
README.md | há 2 anos atrás | |
test-config.py | há 2 anos atrás | |
tsconfig.json | há 3 anos atrás |
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.