diff --git a/jest.config.js b/jest.config.js index fb49678..d15b9be 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - testEnvironment: 'node', + testEnvironment: 'jsdom', testMatch: ['**/tests/unit/**/*.test.js'], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], diff --git a/test-results/.last-run.json b/test-results/.last-run.json new file mode 100644 index 0000000..ca14bed --- /dev/null +++ b/test-results/.last-run.json @@ -0,0 +1,7 @@ +{ + "status": "failed", + "failedTests": [ + "f849686cfb98f196064d-23081eeb2cc588b92600", + "f849686cfb98f196064d-c8ff80318a230bad1c44" + ] +} \ No newline at end of file diff --git a/test-results/integration-example-should-display-loading-screen-chromium-retry1/trace.zip b/test-results/integration-example-should-display-loading-screen-chromium-retry1/trace.zip new file mode 100644 index 0000000..1182511 Binary files /dev/null and b/test-results/integration-example-should-display-loading-screen-chromium-retry1/trace.zip differ diff --git a/test-results/integration-example-should-display-loading-screen-chromium-retry1/video.webm b/test-results/integration-example-should-display-loading-screen-chromium-retry1/video.webm new file mode 100644 index 0000000..feea539 Binary files /dev/null and b/test-results/integration-example-should-display-loading-screen-chromium-retry1/video.webm differ diff --git a/test-results/integration-example-should-navigate-to-intro-screen-chromium-retry1/trace.zip b/test-results/integration-example-should-navigate-to-intro-screen-chromium-retry1/trace.zip new file mode 100644 index 0000000..41f6d7f Binary files /dev/null and b/test-results/integration-example-should-navigate-to-intro-screen-chromium-retry1/trace.zip differ diff --git a/test-results/integration-example-should-navigate-to-intro-screen-chromium-retry1/video.webm b/test-results/integration-example-should-navigate-to-intro-screen-chromium-retry1/video.webm new file mode 100644 index 0000000..b3e440c Binary files /dev/null and b/test-results/integration-example-should-navigate-to-intro-screen-chromium-retry1/video.webm differ