File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ aliases:
2323 - &sauce-labs-desktop
2424 << : *sauce-labs
2525 script : yarn run functional-tests-ci --grep @desktop
26+ - &sauce-labs-ie
27+ << : *sauce-labs
28+ script : yarn run functional-tests-ci --grep @ie
2629jobs :
2730 include :
2831 - script : yarn run ci
4144 env : BROWSER_PLATFORM="Windows 10" BROWSER_NAME="MicrosoftEdge" FILE_ID="285567976309" FILE_VERSION_ID="300496707445"
4245 script : yarn run functional-tests-ci
4346 # Windows IE
44- - << : *sauce-labs-desktop
47+ - << : *sauce-labs-ie
4548 env : BROWSER_PLATFORM="Windows 10" BROWSER_NAME="internet explorer" FILE_ID="285568624824" FILE_VERSION_ID="300497342136"
4649 script : yarn run functional-tests-ci
4750 # iPhone
5558 - << : *sauce-labs-mobile
5659 # Uses chrome file id
5760 env : BROWSER_PLATFORM="Android" DEVICE_NAME="Android GoogleAPI Emulator" PLATFORM_VERSION="7.1" BROWSER_NAME="Chrome" FILE_ID="285567874839" FILE_VERSION_ID="300496591287"
58- script : yarn run functional-tests-ci
You can’t perform that action at this time.
0 commit comments