Kiersten Stokes 51176f45fc Add backend support for Kubernetes secrets environment variables (#2715) 2 лет назад
..
assets 720fb3663e Update linting to use black formatter (#2618) 2 лет назад
integration 93c2295c24 Upgrade to canvas version 12 (#2641) 2 лет назад
plugins 2e4e03661b Update Copyright headers with current year (#2390) 2 лет назад
snapshots 51176f45fc Add backend support for Kubernetes secrets environment variables (#2715) 2 лет назад
support 7046a9f8a4 Update Elyra menu items (#2596) 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.