Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarek FiĊĦera <mara@neptuo.com>2022-02-09 12:27:24 +0300
committerGitHub <noreply@github.com>2022-02-09 12:27:24 +0300
commit1ac45f51611b90dcc3a994e749e84b593b30d7d1 (patch)
treebb438d94aeccf0f8af47ddf9b25b4eb76e2f83e9 /docs
parente21eacb617ed62c83023f7ff81ce24191f993dd1 (diff)
[wasm] Fix WebSocket tests on NodeJS (#64330)
- Move all SetScriptCommands to a target, so they are placed after scenario in the generated script. - Add WasmXHarnessArgsCli as an alternative variable that can be used from cli. - Fix NodeJS symbolic links on Helix. - Copy TestEchoMiddleware and RemoteLoopMiddleware even for Scenario=NodeJS. - Enable System.Net.WebSockets.Client.Tests on NodeJS.
Diffstat (limited to 'docs')
-rw-r--r--docs/workflow/testing/libraries/testing-wasm.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/workflow/testing/libraries/testing-wasm.md b/docs/workflow/testing/libraries/testing-wasm.md
index da752eb2d59..e75c1761d77 100644
--- a/docs/workflow/testing/libraries/testing-wasm.md
+++ b/docs/workflow/testing/libraries/testing-wasm.md
@@ -98,9 +98,9 @@ The following shows how to run tests for a specific library
### Passing arguments to xharness
-- `$(WasmXHarnessArgs)` - xharness command arguments
+- `$(WasmXHarnessArgsCli)` - xharness command arguments
- Example: `WasmXHarnessArgs="--set-web-server-http-env=DOTNET_TEST_WEBSOCKETHOST"` -> becomes `dotnet xharness wasm test --set-web-server-http-env=DOTNET_TEST_WEBSOCKETHOST`
+ Example: `WasmXHarnessArgsCli="--set-web-server-http-env=DOTNET_TEST_WEBSOCKETHOST"` -> becomes `dotnet xharness wasm test --set-web-server-http-env=DOTNET_TEST_WEBSOCKETHOST`
- `$(WasmXHarnessMonoArgs)` - arguments and variables for mono