This website requires JavaScript.
Explore
Help
Sign In
enso-org
/
enso
Watch
1
Star
1
Fork
0
You've already forked enso
mirror of
https://github.com/enso-org/enso.git
synced
2024-11-25 21:25:20 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3c31155fe9
enso
/
.gitattributes
3 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Instrumenter to observe behavior of nodes with UUID (#7833) Exposing instrumentation capabilities to Enso. Fixes #7683.
2023-10-10 05:36:59 +03:00
* text eol=lf
Dashboard tests (#7656) - Implements https://github.com/enso-org/cloud-v2/issues/631 - Tests for dashboard (`app/ide-desktop/lib/dashboard/`): - End-to-end tests - Unit tests - Component tests The purpose of this PR is to introduce the testing framework - more tests can be added later in separate PRs. # Important Notes To test, run `npm run test` in `app/ide-desktop`, or `app/ide-desktop/lib/dashboard/`. All tests should pass. Individual test types can be run using `npm run test-unit`, `npm run test-component` and `npm run test-e2e` in `app/ide-desktop/lib/dashboard/`. Individual end-to-end tests can be run using `npx playwright test -c playwright-e2e.config.ts test-e2e/<file name>.spec.ts` in `app/ide-desktop/lib/dashboard/`. End-to-end tests require internet access to pass (for things like fonts). This PR *does* check in screenshots to guard against visual regessions (and/or to make visual changes obvious)
2023-10-11 13:24:33 +03:00
*.png binary
Reference in New Issue
Copy Permalink