fix: fixed lint issues

This commit is contained in:
Anoop M D
2024-01-29 23:59:55 +05:30
parent 0e24efbd88
commit 34ede8a33f
2 changed files with 37 additions and 66 deletions

View File

@@ -214,6 +214,7 @@ const builder = async (yargs) => {
.option('tests-only', {
type: 'boolean',
description: 'Only run requests that have a test'
})
.option('bail', {
type: 'boolean',
description: 'Stop execution after a failure of a request, test, or assertion'