diff --git a/packages/playwright-ct-react/cli.js b/packages/playwright-ct-react/cli.js index 17ed363fa2905..6b702d0014b53 100755 --- a/packages/playwright-ct-react/cli.js +++ b/packages/playwright-ct-react/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli'); diff --git a/packages/playwright-ct-solid/cli.js b/packages/playwright-ct-solid/cli.js index 17ed363fa2905..6b702d0014b53 100755 --- a/packages/playwright-ct-solid/cli.js +++ b/packages/playwright-ct-solid/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli'); diff --git a/packages/playwright-ct-svelte/cli.js b/packages/playwright-ct-svelte/cli.js index 17ed363fa2905..6b702d0014b53 100755 --- a/packages/playwright-ct-svelte/cli.js +++ b/packages/playwright-ct-svelte/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli'); diff --git a/packages/playwright-ct-vue/cli.js b/packages/playwright-ct-vue/cli.js index 17ed363fa2905..6b702d0014b53 100755 --- a/packages/playwright-ct-vue/cli.js +++ b/packages/playwright-ct-vue/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli'); diff --git a/packages/playwright-ct-vue2/cli.js b/packages/playwright-ct-vue2/cli.js index 17ed363fa2905..6b702d0014b53 100755 --- a/packages/playwright-ct-vue2/cli.js +++ b/packages/playwright-ct-vue2/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli');