You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package-testing/sdk-test-runner/README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,10 @@ The following components are required to use the the package test runner with a
93
93
94
94
1. An **SDK relay server**. This is a REST server running at `localhost:4000` resonding to the [Asssignment and Bandit Request API](#sdk-relay-server)
95
95
1. OR, an **SDK relay client**. This is a client application that connects to the SDK test runner via `socket.io` and responses to [Assignment requests](#sdk-relay-client)
96
-
2. A `build-and-run.sh` file which, given a properly configured environment, [builds the SDK Relay Server application](#build-and-runsh)**using the specified version of the SDK package**.
96
+
2. Launch Script:
97
+
1. A `build-and-run-<platform>.sh` file which fully configures the environment then initiates a [build and run of the relay server application](#build-and-runsh)**using the specified version of the SDK package**. <platform> is one of `linux`, `macos`, or `windows`.
98
+
2. OR, a `build-and-run.sh` file which can configure the environment based on the env variable, `PLATFORM` and then initiate a [build and run of the relay server application](#build-and-runsh)**using the specified version of the SDK package**.
99
+
3. OR, a `docker-run.sh` file which builds and runs a docker container running the SDK relay app
97
100
98
101
The following are key components derived from above which allow for convenient and consistent dev-ops.
99
102
@@ -278,6 +281,25 @@ Example `build-and-run.sh` script
0 commit comments