Skip to content

Commit

Permalink
LPD-39812 Add separate modules for commerce playwright tests in test …
Browse files Browse the repository at this point in the history
…properties
  • Loading branch information
michelevigilante authored and brianchandotcom committed Oct 25, 2024
1 parent 76a554b commit 407a4b2
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4337,8 +4337,23 @@
# Commerce
#

playwright.test.project[playwright-js-tomcat90-mysql57][commerce]=\
commerce
commerce.playwright.projects=\
commerce/commerce-cart-content-web,\
commerce/commerce-channel-web,\
commerce/commerce-checkout-web,\
commerce/commerce-discount-content-web,\
commerce/commerce-order-content-web,\
commerce/commerce-payment-web,\
commerce/commerce-product-content-search-web,\
commerce/commerce-product-content-web,\
commerce/commerce-product-definitions-web,\
commerce/commerce-product-options-web,\
commerce/commerce-shipping-engine-fixed-web,\
commerce/commerce-site-initializer,\
commerce/commerce-theme-minium,\
commerce/commerce-wish-list-web

playwright.test.project[playwright-js-tomcat90-mysql57][commerce]=${commerce.playwright.projects}

test.batch.class.names.includes[commerce]=\
**/commerce/**/*Test.java
Expand Down

0 comments on commit 407a4b2

Please sign in to comment.