Skip to content

Commit

Permalink
add window arg
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Apr 25, 2016
1 parent 86a898f commit fc449f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Runner.prototype.init = function(options) {

Runner.prototype.startServer = function() {
co(server, {
port: this.options.port
port: this.options.port,
window: this.options.window
}).then(() => {
this.isRunning = true;
this.initMocha();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-client",
"version": "1.0.15",
"version": "1.0.18",
"description": "Macaca automation client",
"keywords": [
"automation",
Expand Down

0 comments on commit fc449f6

Please sign in to comment.