diff --git a/aio/content/examples/component-interaction/example-config.json b/aio/content/examples/component-interaction/example-config.json index e69de29bb2..b93fc9e8da 100644 --- a/aio/content/examples/component-interaction/example-config.json +++ b/aio/content/examples/component-interaction/example-config.json @@ -0,0 +1,11 @@ +{ + "e2e": [ + { + "cmd": "yarn", + "args": [ + "e2e", + "--no-webdriver-update" + ] + } + ] +} \ No newline at end of file diff --git a/aio/content/examples/dependency-injection/example-config.json b/aio/content/examples/dependency-injection/example-config.json index e69de29bb2..b93fc9e8da 100644 --- a/aio/content/examples/dependency-injection/example-config.json +++ b/aio/content/examples/dependency-injection/example-config.json @@ -0,0 +1,11 @@ +{ + "e2e": [ + { + "cmd": "yarn", + "args": [ + "e2e", + "--no-webdriver-update" + ] + } + ] +} \ No newline at end of file