Playwright: OSCAP basic test not altering things added by OSCAP
This commit is contained in:
parent
cfa8cbcb28
commit
ceec85209c
2 changed files with 197 additions and 0 deletions
|
|
@ -151,6 +151,12 @@ module.exports = defineConfig([
|
|||
...pluginPlaywright.configs.recommended.rules,
|
||||
'playwright/no-conditional-in-test': 'off',
|
||||
'playwright/no-conditional-expect': 'off',
|
||||
"playwright/no-skipped-test": [
|
||||
"error",
|
||||
{
|
||||
"allowConditional": true
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue