diff --git a/lib/services/test-execution-service.ts b/lib/services/test-execution-service.ts index c081d1d1bd..4d33f38ae5 100644 --- a/lib/services/test-execution-service.ts +++ b/lib/services/test-execution-service.ts @@ -332,7 +332,8 @@ class TestExecutionService implements ITestExecutionService { options: { debugTransport: this.$options.debugTransport, debugBrk: this.$options.debugBrk, - watch: !!this.$options.watch + watch: !!this.$options.watch, + appDirectoryRelativePath: projectData.getAppDirectoryRelativePath() } }, };