Update screenshots #137
Annotations
10 errors and 2 notices
|
[chromium] › test/integration/real-time-reporting.it.spec.ts:48:5 › real-time reporting › when navigating to the overview page › should show a small progress-bar when scrolling down the page:
packages/elements/test/integration/real-time-reporting.it.spec.ts#L55
5) [chromium] › test/integration/real-time-reporting.it.spec.ts:48:5 › real-time reporting › when navigating to the overview page › should show a small progress-bar when scrolling down the page › Expect "poll toEqual"
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
53 | await page.mutantView.resultTable().row('WrappitContext.cs').navigate();
54 | await page.scrollDown();
> 55 | await expect.poll(async () => await progressBar.smallProgressBarVisible()).toEqual(true);
| ^
56 | });
57 |
58 | test('should update the progress-bar when the report is updated', async () => {
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/real-time-reporting.it.spec.ts:55:7
|
|
[chromium] › test/integration/navigation.it.spec.ts:113:11 › Navigation › when opening a report with test details › open tests › -> metrics › when navigating to "All tests" using the breadcrumb › should show "all tests":
packages/elements/test/integration/navigation.it.spec.ts#L114
4) [chromium] › test/integration/navigation.it.spec.ts:113:11 › Navigation › when opening a report with test details › open tests › -> metrics › when navigating to "All tests" using the breadcrumb › should show "all tests"
Error: expect(received).toEqual(expected) // deep equality
Expected: "All tests"
Received: "metrics"
112 |
113 | test('should show "all tests"', async () => {
> 114 | expect(await page.title()).toEqual('All tests');
| ^
115 | });
116 | });
117 | });
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/navigation.it.spec.ts:114:40
|
|
[chromium] › test/integration/navigation.it.spec.ts:94:9 › Navigation › when opening a report with test details › open tests › -> metrics › should show "metrics" page:
packages/elements/test/integration/navigation.it.spec.ts#L96
3) [chromium] › test/integration/navigation.it.spec.ts:94:9 › Navigation › when opening a report with test details › open tests › -> metrics › should show "metrics" page
Error: expect(received).toEqual(expected) // deep equality
Expected: "metrics"
Received: "All tests"
94 | test('should show "metrics" page', async () => {
95 | const title = await page.title();
> 96 | expect(title).toEqual('metrics');
| ^
97 | });
98 |
99 | test('should show breadcrumb "All tests - metrics"', async () => {
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/navigation.it.spec.ts:96:25
|
|
[chromium] › test/integration/navigation.it.spec.ts:49:9 › Navigation › when starting at the index page › -> "config" › when navigating to "All files" using the breadcrumb › should show "all files":
packages/elements/test/integration/navigation.it.spec.ts#L50
2) [chromium] › test/integration/navigation.it.spec.ts:49:9 › Navigation › when starting at the index page › -> "config" › when navigating to "All files" using the breadcrumb › should show "all files"
Error: expect(received).toEqual(expected) // deep equality
Expected: "All files - Stryker report"
Received: "config - Stryker report"
48 |
49 | test('should show "all files"', async () => {
> 50 | expect(await page.title()).toEqual('All files - Stryker report');
| ^
51 | });
52 | });
53 | });
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/navigation.it.spec.ts:50:38
|
|
[chromium] › test/integration/navigation.it.spec.ts:30:7 › Navigation › when starting at the index page › -> "config" › should show "config" page:
packages/elements/test/integration/navigation.it.spec.ts#L32
1) [chromium] › test/integration/navigation.it.spec.ts:30:7 › Navigation › when starting at the index page › -> "config" › should show "config" page
Error: expect(received).toEqual(expected) // deep equality
Expected: "config - Stryker report"
Received: "All files - Stryker report"
30 | test('should show "config" page', async () => {
31 | const title = await page.title();
> 32 | expect(title).toEqual('config - Stryker report');
| ^
33 | });
34 |
35 | test('should show breadcrumb "All files - config"', async () => {
at /home/runner/work/mutation-testing-elements/mutation-testing-elements/packages/elements/test/integration/navigation.it.spec.ts:32:23
|
|
[chromium] › test\integration\real-time-reporting.it.spec.ts:48:5 › real-time reporting › when navigating to the overview page › should show a small progress-bar when scrolling down the page:
packages\elements\test\integration\real-time-reporting.it.spec.ts#L55
5) [chromium] › test\integration\real-time-reporting.it.spec.ts:48:5 › real-time reporting › when navigating to the overview page › should show a small progress-bar when scrolling down the page › Expect "poll toEqual"
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
53 | await page.mutantView.resultTable().row('WrappitContext.cs').navigate();
54 | await page.scrollDown();
> 55 | await expect.poll(async () => await progressBar.smallProgressBarVisible()).toEqual(true);
| ^
56 | });
57 |
58 | test('should update the progress-bar when the report is updated', async () => {
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\real-time-reporting.it.spec.ts:55:7
|
|
[chromium] › test\integration\navigation.it.spec.ts:113:11 › Navigation › when opening a report with test details › open tests › -> metrics › when navigating to "All tests" using the breadcrumb › should show "all tests":
packages\elements\test\integration\navigation.it.spec.ts#L114
4) [chromium] › test\integration\navigation.it.spec.ts:113:11 › Navigation › when opening a report with test details › open tests › -> metrics › when navigating to "All tests" using the breadcrumb › should show "all tests"
Error: expect(received).toEqual(expected) // deep equality
Expected: "All tests"
Received: "metrics"
112 |
113 | test('should show "all tests"', async () => {
> 114 | expect(await page.title()).toEqual('All tests');
| ^
115 | });
116 | });
117 | });
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\navigation.it.spec.ts:114:40
|
|
[chromium] › test\integration\navigation.it.spec.ts:94:9 › Navigation › when opening a report with test details › open tests › -> metrics › should show "metrics" page:
packages\elements\test\integration\navigation.it.spec.ts#L96
3) [chromium] › test\integration\navigation.it.spec.ts:94:9 › Navigation › when opening a report with test details › open tests › -> metrics › should show "metrics" page
Error: expect(received).toEqual(expected) // deep equality
Expected: "metrics"
Received: "All tests"
94 | test('should show "metrics" page', async () => {
95 | const title = await page.title();
> 96 | expect(title).toEqual('metrics');
| ^
97 | });
98 |
99 | test('should show breadcrumb "All tests - metrics"', async () => {
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\navigation.it.spec.ts:96:25
|
|
[chromium] › test\integration\navigation.it.spec.ts:49:9 › Navigation › when starting at the index page › -> "config" › when navigating to "All files" using the breadcrumb › should show "all files":
packages\elements\test\integration\navigation.it.spec.ts#L50
2) [chromium] › test\integration\navigation.it.spec.ts:49:9 › Navigation › when starting at the index page › -> "config" › when navigating to "All files" using the breadcrumb › should show "all files"
Error: expect(received).toEqual(expected) // deep equality
Expected: "All files - Stryker report"
Received: "config - Stryker report"
48 |
49 | test('should show "all files"', async () => {
> 50 | expect(await page.title()).toEqual('All files - Stryker report');
| ^
51 | });
52 | });
53 | });
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\navigation.it.spec.ts:50:38
|
|
[chromium] › test\integration\navigation.it.spec.ts:30:7 › Navigation › when starting at the index page › -> "config" › should show "config" page:
packages\elements\test\integration\navigation.it.spec.ts#L32
1) [chromium] › test\integration\navigation.it.spec.ts:30:7 › Navigation › when starting at the index page › -> "config" › should show "config" page
Error: expect(received).toEqual(expected) // deep equality
Expected: "config - Stryker report"
Received: "All files - Stryker report"
30 | test('should show "config" page', async () => {
31 | const title = await page.title();
> 32 | expect(title).toEqual('config - Stryker report');
| ^
33 | });
34 |
35 | test('should show breadcrumb "All files - config"', async () => {
at D:\a\mutation-testing-elements\mutation-testing-elements\packages\elements\test\integration\navigation.it.spec.ts:32:23
|
|
🎭 Playwright Run Summary
5 flaky
[chromium] › test/integration/navigation.it.spec.ts:30:7 › Navigation › when starting at the index page › -> "config" › should show "config" page
[chromium] › test/integration/navigation.it.spec.ts:49:9 › Navigation › when starting at the index page › -> "config" › when navigating to "All files" using the breadcrumb › should show "all files"
[chromium] › test/integration/navigation.it.spec.ts:94:9 › Navigation › when opening a report with test details › open tests › -> metrics › should show "metrics" page
[chromium] › test/integration/navigation.it.spec.ts:113:11 › Navigation › when opening a report with test details › open tests › -> metrics › when navigating to "All tests" using the breadcrumb › should show "all tests"
[chromium] › test/integration/real-time-reporting.it.spec.ts:48:5 › real-time reporting › when navigating to the overview page › should show a small progress-bar when scrolling down the page
175 passed (2.4m)
|
|
🎭 Playwright Run Summary
5 flaky
[chromium] › test\integration\navigation.it.spec.ts:30:7 › Navigation › when starting at the index page › -> "config" › should show "config" page
[chromium] › test\integration\navigation.it.spec.ts:49:9 › Navigation › when starting at the index page › -> "config" › when navigating to "All files" using the breadcrumb › should show "all files"
[chromium] › test\integration\navigation.it.spec.ts:94:9 › Navigation › when opening a report with test details › open tests › -> metrics › should show "metrics" page
[chromium] › test\integration\navigation.it.spec.ts:113:11 › Navigation › when opening a report with test details › open tests › -> metrics › when navigating to "All tests" using the breadcrumb › should show "all tests"
[chromium] › test\integration\real-time-reporting.it.spec.ts:48:5 › real-time reporting › when navigating to the overview page › should show a small progress-bar when scrolling down the page
175 passed (5.7m)
|