Skip to content

Commit 29318a5

Browse files
committed
MTA-4154: Added update group and updated README.md.
1 parent 61d7271 commit 29318a5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
### Testing Groups
9999
* You can run or exclude subsets of Tests using the `--group` and `--skip-group` codeception flags in the Terminal (IF you add the `@env` tag to a Test you HAVE to include the `--env ZZZZ` flag in your `codecept` command):
100100
* ```codecept run acceptance --env ZZZZ --group XXXX --skip-group YYYY```
101+
##### Base on operation, currently we have groups:
101102
* *skip*
102103
* *slow*
103104
* *example*
@@ -107,7 +108,9 @@
107108
* *sampleData*
108109
* *nav-menu*
109110
* *add*
111+
* *update*
110112
* *fields*
113+
##### Base on Magento module, currently we have groups:
111114
* *catalog*
112115
* *configurable*
113116
* *customer*

tests/acceptance/Magento/Xxyyzz/Acceptance/Catalog/UpdateSimpleProductCest.php

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*
2525
* Codeception Annotations
2626
* @group catalog
27+
* @group update
2728
* @env chrome
2829
* @env firefox
2930
* @env phantomjs

tests/acceptance/Magento/Xxyyzz/Acceptance/ConfigurableProduct/UpdateConfigurableProductCest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* Codeception annotations
2626
* @group configurable
27-
* @group add
27+
* @group update
2828
* @env chrome
2929
* @env firefox
3030
* @env phantomjs

0 commit comments

Comments
 (0)