Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: update travis config for saucelabs #647

Merged
merged 1 commit into from
Feb 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 56 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,67 @@
language: node_js
node_js:
- '8'
aliases:
- &sauce-labs
before_script:
- python -m SimpleHTTPServer &
- sleep 5
addons:
sauce_connect: true
script: yarn run functional-tests-ci
notifications:
email:
recipients:
- [email protected]
on_success: always
on_failure: always
cache: yarn
- &sauce-labs-mobile
<<: *sauce-labs
script: yarn run functional-tests-ci --grep @mobile
stages:
- ci
- name: sauce-labs
- name: sauce-labs - windows 10
if: type = cron
- name: sauce-labs - osx
if: type = cron
- name: sauce-labs - mobile
if: type = cron
jobs:
include:
- stage: ci
script: yarn run ci
cache: yarn
- stage: sauce-labs
addons:
sauce_connect: true
before_script:
- python -m SimpleHTTPServer &
- sleep 5
script: yarn run functional-tests-ci
notifications:
email:
recipients:
- [email protected]
on_success: never
on_failure: always
cache: yarn
- <<: *sauce-labs
stage: sauce-labs - windows 10
env: BROWSER_PLATFORM="Windows 10" BROWSER_NAME="MicrosoftEdge"
- <<: *sauce-labs
stage: sauce-labs - windows 10
env: BROWSER_PLATFORM="Windows 10" BROWSER_NAME="chrome"
- <<: *sauce-labs
stage: sauce-labs - windows 10
env: BROWSER_PLATFORM="Windows 10" BROWSER_NAME="firefox"
- <<: *sauce-labs
stage: sauce-labs - windows 10
env: BROWSER_PLATFORM="Windows 10" BROWSER_NAME="internet explorer"
- <<: *sauce-labs
stage: sauce-labs - osx
env: BROWSER_PLATFORM="macOS 10.13" BROWSER_NAME="safari"
- <<: *sauce-labs
stage: sauce-labs - osx
env: BROWSER_PLATFORM="macOS 10.13" BROWSER_NAME="chrome"
- <<: *sauce-labs
stage: sauce-labs - osx
env: BROWSER_PLATFORM="macOS 10.13" BROWSER_NAME="firefox"
- <<: *sauce-labs-mobile
stage: sauce-labs - mobile
env: BROWSER_PLATFORM="iOS" DEVICE_NAME="iPhone X Simulator" PLATFORM_VERSION="11.2" BROWSER_NAME="Safari"
- <<: *sauce-labs-mobile
stage: sauce-labs - mobile
env: BROWSER_PLATFORM="iOS" DEVICE_NAME="iPhone 6 Simulator" PLATFORM_VERSION="11.2" BROWSER_NAME="Safari"
- <<: *sauce-labs-mobile
stage: sauce-labs - mobile
env: BROWSER_PLATFORM="iOS" DEVICE_NAME="iPad Simulator" PLATFORM_VERSION="11.2" BROWSER_NAME="Safari"
- <<: *sauce-labs-mobile
stage: sauce-labs - mobile
env: BROWSER_PLATFORM="Android" DEVICE_NAME="Android Emulator" PLATFORM_VERSION="6.0" BROWSER_NAME="Chrome"