Karla Spuldaro e0e2e321f4 Add script editor debugger - experimental (#2087) пре 2 година
..
assets 720fb3663e Update linting to use black formatter (#2618) пре 2 година
integration e0e2e321f4 Add script editor debugger - experimental (#2087) пре 2 година
plugins 2e4e03661b Update Copyright headers with current year (#2390) пре 2 година
snapshots dff6169d47 Add support for Kubernetes tolerations (#2848) пре 2 година
support e0e2e321f4 Add script editor debugger - experimental (#2087) пре 2 година
utils 2e4e03661b Update Copyright headers with current year (#2390) пре 2 година
.eslintrc.js 2e4e03661b Update Copyright headers with current year (#2390) пре 2 година
README.md 2e4e03661b Update Copyright headers with current year (#2390) пре 2 година
test-config.py 720fb3663e Update linting to use black formatter (#2618) пре 2 година
tsconfig.json dc7c0e43af Update TSConfig and fix errors (#1670) пре 3 година

README.md

Testing

Frontend Test Development

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.