Karla Spuldaro e0e2e321f4 Add script editor debugger - experimental (#2087) | преди 2 години | |
---|---|---|
.. | ||
assets | преди 2 години | |
integration | преди 2 години | |
plugins | преди 2 години | |
snapshots | преди 2 години | |
support | преди 2 години | |
utils | преди 2 години | |
.eslintrc.js | преди 2 години | |
README.md | преди 2 години | |
test-config.py | преди 2 години | |
tsconfig.json | преди 3 години |
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.