Log PRD site rendering evidence

This commit is contained in:
2026-05-09 03:23:39 -04:00
parent 8b02d7cdfd
commit 928bb3cfb0
3 changed files with 43 additions and 2 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
cargo test -p ely_app --features live-site-smoke --all-targets -- --test-threads=1
cargo test -p ely_servo_host --features servo-engine --test sidecar -- --test-threads=1
echo "Verifying PRD live sites through the GPUI web surface adapter"
cargo test -p ely_app --features live-site-smoke --all-targets -- --test-threads=1 --nocapture
echo "Verifying PRD live sites through Servo sidecar RGBA snapshots"
cargo test -p ely_servo_host --features servo-engine --test sidecar -- --test-threads=1 --nocapture