pr template update - sorted tags alphabetically and add 1 more container since critical tests suite is getting bigger (#3911)
This commit is contained in:
parent
8dd453d6d7
commit
d2faa47001
1 changed files with 21 additions and 21 deletions
42
.github/PULL_REQUEST_TEMPLATE.md
vendored
42
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -29,27 +29,27 @@ APPS_MARKETPLACE_API_URI=https://apps.staging.saleor.io/api/v2/saleor-apps
|
||||||
To run all tests, just select the stable checkbox. To speed up tests, increase the number of containers. Tests will be re-run only when the "run e2e" label is added.
|
To run all tests, just select the stable checkbox. To speed up tests, increase the number of containers. Tests will be re-run only when the "run e2e" label is added.
|
||||||
|
|
||||||
1. [ ] stable
|
1. [ ] stable
|
||||||
2. [ ] giftCard
|
2. [ ] app
|
||||||
3. [ ] category
|
3. [ ] attribute
|
||||||
4. [ ] collection
|
4. [ ] category
|
||||||
5. [ ] attribute
|
5. [ ] collection
|
||||||
6. [ ] productType
|
6. [ ] customer
|
||||||
7. [ ] shipping
|
7. [ ] giftCard
|
||||||
8. [ ] customer
|
8. [ ] homePage
|
||||||
9. [ ] permissions
|
9. [ ] login
|
||||||
10. [ ] menuNavigation
|
10. [ ] menuNavigation
|
||||||
11. [ ] pages
|
11. [ ] navigation
|
||||||
12. [ ] sales
|
12. [ ] orders
|
||||||
13. [ ] vouchers
|
13. [ ] pages
|
||||||
14. [ ] homePage
|
14. [ ] payments
|
||||||
15. [ ] login
|
15. [ ] permissions
|
||||||
16. [ ] orders
|
16. [ ] plugins
|
||||||
17. [ ] products
|
17. [ ] productType
|
||||||
18. [ ] app
|
18. [ ] products
|
||||||
19. [ ] plugins
|
19. [ ] sales
|
||||||
20. [ ] translations
|
20. [ ] shipping
|
||||||
21. [ ] navigation
|
21. [ ] translations
|
||||||
22. [ ] variants
|
22. [ ] variants
|
||||||
23. [ ] payments
|
23. [ ] vouchers
|
||||||
|
|
||||||
CONTAINERS=1
|
CONTAINERS=2
|
||||||
|
|
Loading…
Reference in a new issue