elgentos / magento2-cypress-testing-suite

A community-driven Cypress testing suite for Magento 2
MIT License
172 stars 37 forks source link

feat: Expand default pattern to also match specs in modules #78

Closed Vinai closed 2 years ago

Vinai commented 2 years ago

I'm not sure that $SPEC_SUITE is the best possible placeholder. Maybe $FRONTEND or $THEME would be better?

peterjaap commented 2 years ago

Nice! I like it. And I think SPEC_SUITE covers it better when just looking at the var name. THEME or FRONTEND does not signal what is being done with the variable - could be anything.