File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ To run all the feature integration tests:
9595make test-features-integration
9696```
9797
98- To run indivudal feature test scenario(s) using the custom tag :
98+ To run individual feature test scenario(s) using the custom tag :
9999
1001001 . Add ` @custom_tag ` before each 'Scenario' that needs to be run (in each .feature file)
1011012 . Run the command below:
@@ -104,7 +104,7 @@ To run indivudal feature test scenario(s) using the custom tag :
104104make integration-test-with-custom_tag
105105```
106106
107- To run all the feature integration tests and generate an interactive Allure report therafter :
107+ To run all the feature integration tests and generate an interactive Allure report thereafter :
108108
109109```
110110make test-features-integration-report
You can’t perform that action at this time.
0 commit comments