Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshkaremane committed Jul 17, 2024
1 parent 5ea0be9 commit d926a30
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/How-to-guides/how-to-acceptance-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,18 @@ If custom tags are defined then the pipeline need to be customized to run those

### How to run acceptance test locally?

1. Set required tags, default is empty string which will run all tests.
#### Set required tags, default is empty string which will run all tests

- pwsh : `$ENV:TEST_TAGS = "@sanity or @smoke"`
- shell: `export TEST_TAGS = "@sanity or @smoke"`

2. Run the acceptance test script under scripts folder within the repo.
#### Run the acceptance test script under scripts folder within the repo

```shell
docker-compose up -d
cd test/acceptance
docker-compose run --rm wdio-cucumber
```

### How to customize your pipeline to run acceptace tests?

Expand Down

0 comments on commit d926a30

Please sign in to comment.