feat: scatter plot implementation (WIP) #1023
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 notice
[chromium] › test_plotting.spec.mjs:613:1 › Test visual comparison of function plot with identical scatter line plot:
tests/test_plotting.spec.mjs#L654
1) [chromium] › test_plotting.spec.mjs:613:1 › Test visual comparison of function plot with identical scatter line plot
Error: expect(received).toBeGreaterThan(expected)
Expected: > 100
Received: 0
652 |
653 | expect(compareImages(linearFunctionImageFile, scatterLinesImageFile)).toEqual(0);
> 654 | expect(compareImages(scatterLinesImageFile, scatterPointsImageFile)).toBeGreaterThan(100);
| ^
655 | });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:654:72
|
[firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error:
tests/test_file_save_open.spec.mjs#L146
2) [firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error
Error: elementHandle.setInputFiles: Target closed
144 | const path = "tests/test_sheet_parsing_error.epxyz";
145 | page.on('filechooser', async (fileChooser) => {
> 146 | await fileChooser.setFiles(path);
| ^
147 | });
148 | await page.locator('#open-sheet').click();
149 |
at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:146:5)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › test_plotting.spec.mjs:613:1 › Test visual comparison of function plot with identical scatter line plot
[firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error
7 skipped
481 passed (22.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
Expired
|
16.1 MB |
|
test-results
Expired
|
3.27 MB |
|