We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d80de commit 616a3c8Copy full SHA for 616a3c8
desktopbuild.bat
@@ -5,7 +5,8 @@ REM "install"
5
wget -q https://testspace-client.s3.amazonaws.com/testspace-windows.zip
6
7z x -y testspace-windows.zip
7
del testspace-windows.zip
8
-SET CI=true & testspace config url samples.testspace.com
+REM host requires "access token", storing in Windows "Control Panel" refer to https://help.testspace.com/reference:client-reference#login-credentials)
9
+testspace config url samples.testspace.com CI=true
10
testspace -v
11
12
REM "before_script"
0 commit comments