diff --git a/content/Testing.md b/content/Testing.md index 3cbb390..6988526 100644 --- a/content/Testing.md +++ b/content/Testing.md @@ -36,7 +36,7 @@ $ make e2e Implicitly, all e2e tests for your operating system are executed. If you want to run only tests from one feature file, you have to override `GODOG_OPTS` environment variable. For example: ```bash -make e2e GODOG_OPTS="--godog.tags='@basic && @windows'" BUNDLE_LOCATION= PULL_SECRET_FILE= +make e2e GODOG_OPTS="--godog.tags='@basic && @windows'" BUNDLE_LOCATION="--bundle-location=" PULL_SECRET_FILE="--pull-secret-file=" ``` Please notice `@basic && @windows`, where `@basic` tag stands for `basic.feature` file and `@windows` tag for e2e tests designed for Windows.