@iqual/playwright-vrt 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ export default {
15
15
  testMatch: '**/*.spec.js', // JavaScript test files
16
16
  fullyParallel: true,
17
17
  retries: process.env.CI ? 2 : 1,
18
- workers: 2,
18
+ workers: 3,
19
19
  timeout: 60000,
20
20
 
21
21
  // Store snapshots in playwright-snapshots/ for easy caching
@@ -8,6 +8,6 @@
8
8
  #drupal-live-announce {
9
9
  display: none !important;
10
10
  }
11
- #cookiebanner, #usercentrics-root, #CybotCookiebotDialog, #klaro, .cc-compliance {
11
+ #cookiebanner, #usercentrics-root, #CybotCookiebotDialog, #klaro, .cc-window, .cc-compliance {
12
12
  display: none !important;
13
13
  }
@@ -47,7 +47,7 @@ for (const url of urls) {
47
47
  await page.evaluate(() => new Promise(resolve => requestAnimationFrame(resolve)));
48
48
 
49
49
  // Additional stability wait for lazy-loaded content
50
- await page.waitForTimeout(250);
50
+ await page.waitForTimeout(500);
51
51
 
52
52
  // Take full page screenshot and compare
53
53
  await expect(page).toHaveScreenshot({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iqual/playwright-vrt",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Standalone Visual Regression Testing CLI tool using Playwright",
5
5
  "type": "module",
6
6
  "bin": {