ncatestify / cypress-base-plugin

Cypress.IO plugin to start website testing
3 stars 7 forks source link

Add optional array with ignored internal pages #75

Open rogoit opened 1 year ago

rogoit commented 1 year ago

we need to skip predefined urls to not follow like

"/donotload.html" or something like this.

Add to exerpt pages like "/admin" and "wp-admin" that set global to ignore in getInternalLinks method.