Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <properties>
- ...
- <suite>*Test</suite>
- ...
- </properties>
- /*
- уже не надо нам это свойство
- */
- *************************
- <profiles>
- <profile>
- <id>smoke</id>
- <properties>
- <test.includeCategories>com.todomvc.categories.Smoke</test.includeCategories>
- </properties>
- </profile>
- <profile>
- <id>acceptance</id>
- <properties>
- <test.excludeCategories>com.todomvc.categories.Smoke</test.excludeCategories>
- </properties>
- </profile>
- /*
- тут надо бы Buggy исключить
- */
- <profile>
- <id>buggy</id>
- <properties>
- <test.includeCategories>com.todomvc.categories.Buggy</test.includeCategories>
- </properties>
- </profile>
- /*
- и еще для all нужен профиль
- т к properties - соотвествуюз ранее обїявленнім значениям по умолчанию
- для этого профиля - можно вообще раздел properties не объявлять
- но сам профиль all - нужен
- */
- </profiles>
- **************************
- http://joxi.ru/ZrJX8Y3f1VVDQ2
- /*
- в этом проекте - сьюты не нужны
- */
Advertisement
Add Comment
Please, Sign In to add comment