File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
browserstack-report-action Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 username : ${{ secrets.BROWSERSTACK_USERNAME }}
4040 access-key : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
4141 build-name : ' My Awesome App E2E Tests'
42- user-timeout can be specified if needed, e.g. :
43- user -timeout : ' 600 '
42+ # user-timeout can be specified if needed, e.g.:
43+ rser -timeout : ' 10 '
4444` ` `
4545
4646## Development
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module.exports = {
2424 REPORT_STATUS : {
2525 IN_PROGRESS : 'IN_PROGRESS' ,
2626 COMPLETED : 'COMPLETED' ,
27- TESTS_AVAILABLE : 'TEST_AVAILABLE' ,
27+ TEST_AVAILABLE : 'TEST_AVAILABLE' ,
2828 NOT_AVAILABLE : 'NOT_AVAILABLE' ,
2929 BUILD_NOT_FOUND : 'BUILD_NOT_FOUND' ,
3030 MULTIPLE_BUILD_FOUND : 'MULTIPLE_BUILD_FOUND' ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = {
3030 REPORT_STATUS: {
3131 IN_PROGRESS: 'IN_PROGRESS',
3232 COMPLETED: 'COMPLETED',
33- TESTS_AVAILABLE : 'TEST_AVAILABLE',
33+ TEST_AVAILABLE : 'TEST_AVAILABLE',
3434 NOT_AVAILABLE: 'NOT_AVAILABLE',
3535 BUILD_NOT_FOUND: 'BUILD_NOT_FOUND',
3636 MULTIPLE_BUILD_FOUND: 'MULTIPLE_BUILD_FOUND',
You can’t perform that action at this time.
0 commit comments