Playwright: OSCAP basic test not altering things added by OSCAP

This commit is contained in:
Anna Vítová 2025-07-29 14:00:45 +02:00 committed by Gianluca Zuccarelli
parent cfa8cbcb28
commit ceec85209c
2 changed files with 197 additions and 0 deletions

View file

@ -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
}
]
},
},
]);