generated from coulomb/repo-seed
Implement SAND-WP-0003: validation meta-framework extraction
Port e2e-framework schema, runner, and reporter into wise-validator with sand-boxer CLI integration, validate run CLI, unit tests, registry capability, and operator docs.
This commit is contained in:
5
tests/fixtures/minimal_repo/docker-compose.yml
vendored
Normal file
5
tests/fixtures/minimal_repo/docker-compose.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
web:
|
||||
image: docker.io/library/nginx:alpine
|
||||
ports:
|
||||
- "127.0.0.1:8080:80"
|
||||
9
tests/fixtures/minimal_repo/e2e/e2e.yml
vendored
Normal file
9
tests/fixtures/minimal_repo/e2e/e2e.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: fixture-repo
|
||||
compose_file: docker-compose.yml
|
||||
health_checks:
|
||||
- name: web
|
||||
url: http://localhost:8080
|
||||
timeout: 30
|
||||
test_command: "echo ok"
|
||||
timeout: 60
|
||||
cleanup: always
|
||||
Reference in New Issue
Block a user