We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7fb94 commit 7d4c853Copy full SHA for 7d4c853
1 file changed
packages/allure-cypress/src/browser/runtime.ts
@@ -320,12 +320,12 @@ class AllureCypressTestRuntime implements TestRuntime {
320
if (!cyExists || !cyTaskExists) {
321
return true;
322
}
323
- } catch (error) {
+ } catch {
324
325
326
327
return false;
328
329
330
331
0 commit comments