This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add screenshots on E2E test failures (#4898)
* Add test environment to catch errors * Add jest-circus and jest-html-reporters This is so we can log the screenshots and errors that happen during E2E tests. * Use the jest reporters and jest-circus to run the E2E tests * Force cart test to break Revert this! * Upload jest report artifact when tests fail * Run artifact upload on failure * Upload entire report directory to artifact * Revert "Force cart test to break" This reverts commit c57f2c5. * Update .gitignore and jest.config * Force cart test to break * Force cart test to break * Remove <rootDir> from jest-html-reporter path This was causing the artefact not to upload. * Revert "Force cart test to break" Co-authored-by: Niels Lange <[email protected]>
- Loading branch information