We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4a32d commit 925c7f2Copy full SHA for 925c7f2
src/lib/processSnapshot.ts
@@ -3,7 +3,7 @@ import { scrollToBottomAndBackToTop, getRenderViewports } from "./utils.js"
3
import { chromium, Locator } from "@playwright/test"
4
import constants from "./constants.js";
5
6
-const MAX_RESOURCE_SIZE = 5 * (1024 ** 2); // 5MB
+const MAX_RESOURCE_SIZE = 10 * (1024 ** 2); // 10MB
7
var ALLOWED_RESOURCES = ['document', 'stylesheet', 'image', 'media', 'font', 'other'];
8
const ALLOWED_STATUSES = [200, 201];
9
const REQUEST_TIMEOUT = 10000;
0 commit comments