Lines Matching refs:only
212 const { concurrency, loc, only, timeout, todo, signal } = options;
229 this.only = testOnlyFlag;
231 this.runOnlySubtests = this.only;
248 this.only = only ?? !parent.runOnlySubtests;
250 this.runOnlySubtests = !this.only;
295 if (testOnlyFlag && !this.only) {
296 skip = '\'only\' option not set';
338 if (!testOnlyFlag && (only || this.runOnlySubtests)) {
340 "'only' and 'runOnly' require the --test-only command-line option.";
399 // - Guaranteed to only be called a maximum of once per call to