every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
11
scripts/e2e-remote-website-direct.sh
Executable file
11
scripts/e2e-remote-website-direct.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/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` process.
|
||||
exec nix develop --accept-flake-config -c \
|
||||
bash -lc 'cargo test -p ec-node --test e2e_remote_website_direct -- --ignored --nocapture'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue