This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* print executor help with --help * unify help handler * allow magellan to solve executor params * turn profiles to capabilities * propagate profile and executor to plugin * local executor * local goes through * pass opts in profile * remove fork * config for sauce executor * clean up aged change * prototype of working sauce executor * run enableExecutor per plugin if exists * more tunnel params support * add locks * remove src/sauce * move expensive call out * remove unnecessary code * add logger * change log order * remove dup code * fix lint issue * remove executors * double check for executor config * fix bug * adapt executor method name * remove failed test * bump version * unit test for profile * remove lint in test, add cli_help unit test * runner unitest * add unit test for test_runner * version bump * update readme * update readme * fix lint * remove unncessary check * use marge to capture config in magellan.json * update readme * fix lint
- Loading branch information
1 parent
0df322d
commit 7a8d13a
Showing
32 changed files
with
2,097 additions
and
3,531 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
{ | ||
"mocha_tests": ["./integration"], | ||
"mocha_tests": [ | ||
"./integration" | ||
], | ||
"framework": "vanilla-mocha", | ||
"max_workers": 7 | ||
} | ||
"max_workers": 7, | ||
"executors": [], | ||
"profiles": { | ||
"sauce-chrome": [ | ||
{ | ||
"browser": "chrome_latest_Windows_10_Desktop", | ||
"resolution": "1280x1024" | ||
} | ||
] | ||
} | ||
} |
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.