-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* convert to yarn * move files to src folder and do related house keeping * refactor test result building * refactor suite mapping * refactor write results * refactor updating of suite results * additional refactoring for map suite * refactor map test to have consistent style * add index file for map_test * add unit tests in map_suite * add unit test for map suite * add unit tests for map_test * remove package-lock * update travis * try to fix missing file * attempt to fix missing file on github * cleanup file mixup * cleanup file mixup * update node version and specify frozen lockfle * fix failing tests * refactor stats generation * refactoring to work with marge v3 * update README and bump version
- Loading branch information
Showing
37 changed files
with
4,372 additions
and
6,491 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 |
---|---|---|
|
@@ -5,5 +5,8 @@ | |
}, | ||
"globals": { | ||
"browser": true | ||
}, | ||
"env": { | ||
"mocha": true | ||
} | ||
} |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ build/ | |
screenshots/ | ||
phantom.log | ||
wdio-mochawesome-report/ | ||
mochawesome-report/ |
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,9 +1,13 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- 8.9.2 | ||
- 10.5.0 | ||
|
||
install: | ||
- yarn --frozen-lockfile | ||
|
||
script: | ||
- npm run build | ||
- npm run hub:start | ||
- npm run test | ||
- yarn test:unit | ||
- yarn build | ||
- yarn hub:start | ||
- yarn test:func |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.