We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63a3fa commit 56134e2Copy full SHA for 56134e2
lib/server.js
@@ -167,6 +167,7 @@ exports.Server = function Server(bsClient, workers) {
167
}
168
url += '_worker_key=' + worker._worker_key + '&_browser_string=' + getTestBrowserInfo(worker) ;
169
worker.test_path = next_path;
170
+ worker.config.url = next_path;
171
bsClient.changeUrl(worker.id, {url: url}, function() {
172
callback(true);
173
});
0 commit comments