Skip to content

Commit

Permalink
Add test_shader_2d_primitives to screenshot CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaul123 committed Mar 29, 2022
1 parent e07b4a3 commit eb48775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zaplib/ci/src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ async fn screenshots(browser_name: &str, driver: &mut WebDriver, local_port: u16
// "test_multithread/?release", // TODO(JP): Pause animation.
("test_padding", "/zaplib/examples/test_padding/?release"),
("test_popover", "/zaplib/examples/test_popover/?release"),
// "test_shader_2d_primitives/", // TODO(JP): Make work in Wasm context (not just CEF).
("test_shader_2d_primitives", "/zaplib/examples/test_shader_2d_primitives/?release"),
("tutorial_2d_rendering_step1", "/zaplib/examples/tutorial_2d_rendering/step1"),
("tutorial_2d_rendering_step2", "/zaplib/examples/tutorial_2d_rendering/step2"),
("tutorial_2d_rendering_step3", "/zaplib/examples/tutorial_2d_rendering/step3"),
Expand Down
1 change: 1 addition & 0 deletions zaplib/scripts/ci/browser_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cargo run -p cargo-zaplib -- build --release -p test_geometry
cargo run -p cargo-zaplib -- build --release -p test_layout
cargo run -p cargo-zaplib -- build --release -p test_padding
cargo run -p cargo-zaplib -- build --release -p test_popover
cargo run -p cargo-zaplib -- build --release -p test_shader_2d_primitives

# Integration tests with Browserstack (uses test suite)
# Local identifier is necessary to be able to run multiple jobs in parallel.
Expand Down

1 comment on commit eb48775

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 Screenshot diffs found. Please look at the screenshots and tag this comment with 👍 or 👎. Only merge when both the PR author and a reviewer are happy with the changes.

Please sign in to comment.