Page MenuHomePhabricator

Unify script name for running Cypress tests for extensions/skins
Open, Needs TriagePublic

Description

Today in Cite, CommunityConfiguration, Wikibase and GrowthExperiments we have different names to run Cypress tests. We have both cypress:run and cy:run. We should unify them and just use one to make it easy. It should be separate naming for Cypress tests, so its easy to separate them from webdriverIO.

Acceptance Criteria:

  • All gated extensions that use Cypress tests use the same npm run command to start the Cypress test.