Searched refs:DetoxTest (Results 1 – 7 of 7) sorted by relevance
2 import { Application, DetoxTest } from './Config';23 build(projectPath: string, test: DetoxTest): Promise<void>;24 run(projectPath: string, test: DetoxTest): Promise<void>;
1 …DetoxTest } from './Config';\nimport { Platform } from './Platform';\nimport TemplateEvaluator fro…
14 tests: { [key: string]: DetoxTest };34 export type DetoxTest = { shouldRunBundler: boolean; configurations: string[] }; alias
7 import { Application, DetoxTest } from './Config';173 async build(projectPath: string, test: DetoxTest): Promise<void> {182 async run(projectPath: string, test: DetoxTest): Promise<void> {
16 public class DetoxTest { class
79 public class DetoxTest { class