Add an option to show the cell outputs per second #166
Annotations
3 errors and 1 notice
Execute integration tests:
ui-tests/tests/timing_outputs_outcomes.spec.ts#L29
1) tests/timing_outputs_outcomes.spec.ts:21:7 › Timing outcomes › "Execution started at" state ───
Error: A snapshot doesn't exist at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outputs_outcomes.spec.ts-snapshots/execution-started-outputs-linux.png.
27 | const widget = await cell.waitForSelector('.execute-time');
28 | expect(await widget.textContent()).toContain('Execution started at');
> 29 | expect(await maskedScreenshot(widget)).toMatchSnapshot(
| ^
30 | 'execution-started-outputs.png'
31 | );
32 | });
at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outputs_outcomes.spec.ts:29:44
|
Execute integration tests:
ui-tests/tests/timing_outputs_outcomes.spec.ts#L29
1) tests/timing_outputs_outcomes.spec.ts:21:7 › Timing outcomes › "Execution started at" state ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outputs_outcomes.spec.ts-snapshots/execution-started-outputs-linux.png, writing actual.
27 | const widget = await cell.waitForSelector('.execute-time');
28 | expect(await widget.textContent()).toContain('Execution started at');
> 29 | expect(await maskedScreenshot(widget)).toMatchSnapshot(
| ^
30 | 'execution-started-outputs.png'
31 | );
32 | });
at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outputs_outcomes.spec.ts:29:44
|
Execute integration tests
Process completed with exit code 1.
|
Execute integration tests
1 failed
tests/timing_outputs_outcomes.spec.ts:21:7 › Timing outcomes › "Execution started at" state ────
8 passed (1.5m)
|
Loading