You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`"browser.instances" was set in the config, but the array is empty. Define at least one browser config.`,
250
-
browser.name&&configs?.length ? ` The "browser.name" was set to "${browser.name}" which filtered all configs (${configs.map(c=>c.browser).join(', ')}). Did you mean to use another name?` : '',
251
-
].join(''))
250
+
if(browser.instances&&!browser.instances.length){
251
+
thrownewError([
252
+
`"browser.instances" was set in the config, but the array is empty. Define at least one browser config.`,
253
+
browser.name&&instances?.length ? ` The "browser.name" was set to "${browser.name}" which filtered all configs (${instances.map(c=>c.browser).join(', ')}). Did you mean to use another name?` : '',
0 commit comments