Skip to content

Commit b6b69b7

Browse files
Update readme with new make command info
1 parent 7f247d0 commit b6b69b7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,27 @@ To run the Firehose integration tests:
277277
$ make test-firehose-integration
278278
```
279279

280-
To run the feature integration tests:
280+
To run all the feature integration tests:
281281

282282
```
283283
$ make test-features-integration
284284
```
285285

286+
To run indivudal feature test scenario(s) using the custom tag :
287+
288+
1. Add "@custom_tag" before each 'Scenario' that needs to be run (in each .feature file)
289+
2. Run the command below:
290+
291+
```
292+
$ make integration-test-with-custom_tag
293+
```
294+
295+
To run all the feature integration tests and generate an interactive Allure report therafter :
296+
297+
```
298+
$ make test-features-integration-report
299+
```
300+
286301
### Smoke testing
287302

288303
For smoke tests, you need to have deployed your infrastructure (using Terraform).

0 commit comments

Comments
 (0)