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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,9 @@ We're using [zombie](https://github.com/assaf/zombie) as our headless browser fo
123
123
124
124
First of all, you need to make sure you have a running copy of st2 to run tests against. We're using [official docker images](https://github.com/stackstorm/st2-docker) for our automated tests, but the [AIO](https://docs.stackstorm.com/install/index.html) deployment will work just as good (though will take more time to deploy).
125
125
126
-
To let test runner know the details of your st2 installation, you need to set ST2_HOST, ST2_USERNAME and ST2_PASSWORD env variables, then call `gulp test`.
126
+
To let test runner know the details of your st2 installation, you need to set ST2_PROTOCOL, ST2_HOST, ST2_USERNAME and ST2_PASSWORD env variables, then call `gulp test`.
127
127
128
-
$ ST2_HOST=localhost ST2_USERNAME=admin ST2_PASSWORD=123 gulp test
128
+
$ ST2_PROTOCOL=http ST2_HOST=localhost ST2_USERNAME=admin ST2_PASSWORD=123 gulp test
Action output is too large to be displayed here ({`${resultSizeMB}`} MB).<br/><br/>You can view raw execution output by clicking <ahref={`${viewRawResultUrl}`}target="_blank"rel="noopener noreferrer">here</a> or you can download the output by clicking <ahref={`${downloadRawResultUrl}`}target="_blank"rel="noopener noreferrer">here (uncompressed)</a> or <ahref={`${downloadCompressedRawResultUrl}`}target="_blank"rel="noopener noreferrer">here (compressed)</a>.
0 commit comments