File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff 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
288303For smoke tests, you need to have deployed your infrastructure (using Terraform).
You can’t perform that action at this time.
0 commit comments