every.channel/scripts/e2e-remote-website-directory.sh
2026-02-15 16:17:27 -05:00

11 lines
412 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "${root}"
# Runs the ignored Rust E2E that drives https://every.channel via headless Chrome
# and connects to a local `ec-node direct-publish --directory-url ...` process.
exec nix develop --accept-flake-config -c \
bash -lc 'cargo test -p ec-node --test e2e_remote_website_directory -- --ignored --nocapture'