|
56 | 56 | accessKey: ${{ secrets.SAUCE_ACCESS_KEY }} |
57 | 57 | noSSLBumpDomains: all |
58 | 58 | tunnelIdentifier: ${{ steps.create-job-id.outputs.uuid }} |
59 | | - - name: Install Kite |
60 | | - run: integration/js/script/install-kite |
61 | 59 | - name: Setup |
62 | 60 | run: git checkout tags/v${{ steps.prev.outputs.prev_version }} |
63 | 61 | - name: Pack the Chime SDK and install the tarball into the Demo |
|
69 | 67 | npm install ../../amazon-chime-sdk-js-${{ steps.prev.outputs.prev_version }}.tgz |
70 | 68 | - name: Clean Install |
71 | 69 | run: npm ci |
72 | | - - name: Run Audio Integration Test |
73 | | - run: npm run test:integration-audio |
74 | | - - name: Run Video Integ Test |
75 | | - run: npm run test:integration-video |
76 | | - - name: Run Content Share Integration Test Job One |
77 | | - run: npm run test:integration-content-share-test-suite-one |
78 | | - - name: Run Content Share Integration Test Job Two |
79 | | - run: npm run test:integration-content-share-test-suite-two |
80 | | - - name: Run Data Message Integration Test |
81 | | - run: npm run test:integration-data-message |
82 | | - - name: Run Meeting Readiness Checker Integration Test |
83 | | - run: npm run test:integration-meeting-readiness-checker |
84 | | - - name: Setup userArn |
85 | | - run: integration/js/script/test-setup |
86 | | - - name: Run Messaging Integration Test |
87 | | - run: npm run test:integration-messaging |
| 70 | + - name: Run Audio Test |
| 71 | + working-directory: ./integration/mocha-tests |
| 72 | + run: npm run test -- --test-name AudioTest --host saucelabs --test-type browser-compatibility |
| 73 | + - name: Run Video Test |
| 74 | + working-directory: ./integration/mocha-tests |
| 75 | + run: npm run test -- --test-name VideoTest --host saucelabs --test-type browser-compatibility |
0 commit comments