Skip to content

Commit 412efc7

Browse files
committed
commemnt resolution
1 parent 5b916a5 commit 412efc7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

browserstack-report-action/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
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

browserstack-report-action/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

browserstack-report-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)