Skip to content

Commit

Permalink
TO REMOVE: add more debug info in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 19, 2024
1 parent cc8ce35 commit 766535e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/gui/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fn main() {
let mut command = Command::new("npx");
command
.arg("browser-ui-test")
.args(["--debug", "--jobs", "1"])
.args(["--variable", "DOC_PATH", book_dir.as_str()])
.args(["--test-folder", "tests/gui"]);
if std::env::args().any(|arg| arg == "--disable-headless-test") {
Expand Down

0 comments on commit 766535e

Please sign in to comment.