Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion test/mainConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ let config = [];
// Use just "/" to test the homepage of your website.
// Add as many relative URLs as you need.

const relativeUrls = [
"/",
"/slug1/"
];

//If you need to add any selector specific to some URLs, you may add here
//Kept the "slug2" so that it doesn't look for placeholder selctor
Expand Down Expand Up @@ -98,4 +102,4 @@ module.exports = {
asyncCaptureLimit: 5,
asyncCompareLimit: 50,
puppeteerOffscreenCaptureFix: true
};
};