Allow running e2e test suite against a locally built httpd
modified CONTRIBUTING.md
@@ -47,6 +47,16 @@ remove the `SKIP_SETUP` flag to ensure tests run against the latest build.
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified package.json
@@ -12,6 +12,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
added scripts/compile-local-httpd
@@ -0,0 +1,29 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified tests/support/globalSetup.ts
@@ -6,6 +6,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -24,12 +25,9 @@ const heartwoodBinaryPath = Path.join(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -42,14 +40,19 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -62,7 +65,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -162,6 +165,25 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/support.ts
@@ -33,6 +33,8 @@ export const radicleHttpdRelease = (
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|