-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…as command line arguments - this avoids needing our own serializer for nested objects such as reporterOptions, config.hosts or config.blacklistHosts - prevent adding additional underscored properties when propagating arguments to electron
- Loading branch information
1 parent
c0328de
commit 62508ca
Showing
15 changed files
with
280 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
exports['cypress .run normalizes config object 1'] = { | ||
"config": "pageLoadTime=10000,watchForFileChanges=false" | ||
} | ||
|
||
exports['cypress .run normalizes env option if passed an object 1'] = { | ||
"env": "foo=bar" | ||
} | ||
|
||
exports['cypress .run normalizes env option if passed an object with multiple properties 1'] = { | ||
"env": "foo=bar,another=one" | ||
} | ||
|
||
exports['cypress .run resolves with contents of tmp file 1'] = { | ||
"code": 0, | ||
"failingTests": [] | ||
} | ||
|
||
exports['cypress .open normalizes config object 1'] = { | ||
"config": "pageLoadTime=10000,watchForFileChanges=false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.