Skip to content

Commit 59b8279

Browse files
rohanKanojiagbraad
authored andcommitted
doc : update make e2e command to clearly specify how to provide e2e test args
`make e2e` command doesn't clearly specify on how to pass the provided arguments to testsuite. I was able to get it working with a combination of commandline arguments and test environment variables. Signed-off-by: Rohan Kumar <[email protected]>
1 parent fdf6cd5 commit 59b8279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/Testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ make e2e
3636
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:
3737

3838
```bash
39-
make e2e GODOG_OPTS="--godog.tags='@basic && @windows'" BUNDLE_LOCATION=<bundle location> PULL_SECRET_FILE=<pull secret path>
39+
make e2e GODOG_OPTS="--godog.tags='@basic && @windows'" BUNDLE_LOCATION="--bundle-location=<bundle location>" PULL_SECRET_FILE="--pull-secret-file=<pull secret path>"
4040
```
4141

4242
Please notice `@basic && @windows`, where `@basic` tag stands for `basic.feature` file and `@windows` tag for e2e tests designed for Windows.

0 commit comments

Comments
 (0)