forked from DevExpress/testcafe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run legacy api functional tests on push (DevExpress#2332)
- Loading branch information
1 parent
f0a6a05
commit 6951198
Showing
4 changed files
with
32 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,32 @@ install: | |
choco install Firefox | out-null | ||
- cmd: >- | ||
node --version | ||
npm --version | ||
npm install | ||
npm i --loglevel error | ||
build: off | ||
|
||
# NOTE: We should prerun Firefox to avoid "Refresh Firefox" notification in the tests window. | ||
test_script: | ||
- cmd: start /D "C:\Program Files (x86)\Mozilla Firefox" firefox.exe -new-window https://google.com | ||
- cmd: npm test | ||
|
||
for: | ||
- | ||
branches: | ||
only: | ||
- master | ||
|
||
notifications: | ||
- provider: Email | ||
to: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
on_build_success: false | ||
on_build_status_changed: false | ||
|
||
test_script: | ||
- cmd: >- | ||
node node_modules/gulp/bin/gulp test-functional-local | ||
node node_modules/gulp/bin/gulp test-functional-local-legacy | ||
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