Skip to content

Commit

Permalink
chore: add burnInTestAction capability (#27768)
Browse files Browse the repository at this point in the history
* add burnInTestAction capability

* feat: add burn in capability for cloud

* chore: fix snapshot for record_spec
  • Loading branch information
mabela416 authored Sep 12, 2023
1 parent 0fbfc28 commit ae3df1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/server/lib/cloud/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const runnerCapabilities = {
'dynamicSpecsInSerialMode': true,
'skipSpecAction': true,
'protocolMountVersion': 2,
'burnInTestAction': true,
}

let responseCache = {}
Expand Down
1 change: 1 addition & 0 deletions packages/server/test/unit/cloud/api_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ describe('lib/cloud/api', () => {
'protocolMountVersion': 2,
'dynamicSpecsInSerialMode': true,
'skipSpecAction': true,
'burnInTestAction': true,
},
}
})
Expand Down
3 changes: 2 additions & 1 deletion system-tests/__snapshots__/record_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2368,7 +2368,8 @@ Request Sent:
"runnerCapabilities": {
"dynamicSpecsInSerialMode": true,
"skipSpecAction": true,
"protocolMountVersion": 2
"protocolMountVersion": 2,
"burnInTestAction": true
}
}
Expand Down
1 change: 1 addition & 0 deletions system-tests/test/record_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ describe('e2e record', () => {
'dynamicSpecsInSerialMode': true,
'protocolMountVersion': 2,
'skipSpecAction': true,
'burnInTestAction': true,
})
})

Expand Down

0 comments on commit ae3df1a

Please sign in to comment.