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
.option("-w, --max-workers [number]","Maximum amount of workers that will run your tests, defaults to number of cores")
44
44
.option("--base-url [url]","Override the base URL that was set in the IDE")
45
45
.option("--timeout [number | undefined]",`The maximimum amount of time, in milliseconds, to spend attempting to locate an element. (default: ${DEFAULT_TIMEOUT})`)
@@ -71,6 +71,7 @@ try {
71
71
winston.info("Could not load "+configurationFilePath);
0 commit comments