Skip to content

test: implementation of basic actual e2e testing for DET #959

test: implementation of basic actual e2e testing for DET

test: implementation of basic actual e2e testing for DET #959

Triggered via pull request February 26, 2026 16:13
@PastaPastaPastaPastaPastaPasta
synchronize #598
e2e
Status Failure
Total duration 7m 8s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
no method named `with_animations` found for enum `std::result::Result<T, E>` in the current scope: tests/kittest/interactions.rs#L17
error[E0599]: no method named `with_animations` found for enum `std::result::Result<T, E>` in the current scope --> tests/kittest/interactions.rs:17:65 | 17 | dash_evo_tool::app::AppState::new(ctx.egui_ctx.clone()).with_animations(false) | ^^^^^^^^^^^^^^^ method not found in `Result<AppState, Box<dyn Error + Send + Sync>>` | note: the method `with_animations` exists on the type `dash_evo_tool::app::AppState` --> /home/runner/work/dash-evo-tool/dash-evo-tool/src/app.rs:747:5 | 747 | pub fn with_animations(self, enabled: bool) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: the full name for the type has been written to '/home/runner/work/dash-evo-tool/dash-evo-tool/target/debug/deps/kittest-c4743304b73e2b67.long-type-700439564285993429.txt' = note: consider using `--verbose` to print the full type name to the console help: consider using `Result::expect` to unwrap the `dash_evo_tool::app::AppState` value, panicking if the value is a `Result::Err` | 17 | dash_evo_tool::app::AppState::new(ctx.egui_ctx.clone()).expect("REASON").with_animations(false) | +++++++++++++++++
Test Suite
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/