mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Updated almost all dependencies.
Socket.io' has-binary PR finally got merged so updating to the latest version.
This commit is contained in:
parent
21b4ebe9e4
commit
5c5bd7a822
6 changed files with 31 additions and 29 deletions
|
@ -33,7 +33,7 @@ module.exports = syrup.serial()
|
|||
)
|
||||
|
||||
plugin.publicPort = options.ports.pop()
|
||||
plugin.publicUrl = _.template(options.screenWsUrlPattern, {
|
||||
plugin.publicUrl = _.template(options.screenWsUrlPattern)({
|
||||
publicIp: options.publicIp
|
||||
, publicPort: plugin.publicPort
|
||||
, privatePort: plugin.privatePort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue