cherry-pick(#29748): fix(ct): fix the non-react cli entry points
This commit is contained in:
parent
3f6b6419c5
commit
56e50a7304
|
|
@ -15,8 +15,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { program, initializePlugin } = require('@playwright/experimental-ct-core/lib/program');
|
const { program } = require('@playwright/experimental-ct-core/lib/program');
|
||||||
const { _framework } = require('./index');
|
|
||||||
|
|
||||||
initializePlugin(_framework);
|
|
||||||
program.parse(process.argv);
|
program.parse(process.argv);
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { program, initializePlugin } = require('@playwright/experimental-ct-core/lib/program');
|
const { program } = require('@playwright/experimental-ct-core/lib/program');
|
||||||
const { _framework } = require('./index');
|
|
||||||
|
|
||||||
initializePlugin(_framework);
|
|
||||||
program.parse(process.argv);
|
program.parse(process.argv);
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { program, initializePlugin } = require('@playwright/experimental-ct-core/lib/program');
|
const { program } = require('@playwright/experimental-ct-core/lib/program');
|
||||||
const { _framework } = require('./index');
|
|
||||||
|
|
||||||
initializePlugin(_framework);
|
|
||||||
program.parse(process.argv);
|
program.parse(process.argv);
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { program, initializePlugin } = require('@playwright/experimental-ct-core/lib/program');
|
const { program } = require('@playwright/experimental-ct-core/lib/program');
|
||||||
const { _framework } = require('./index');
|
|
||||||
|
|
||||||
initializePlugin(_framework);
|
|
||||||
program.parse(process.argv);
|
program.parse(process.argv);
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { program, initializePlugin } = require('@playwright/experimental-ct-core/lib/program');
|
const { program } = require('@playwright/experimental-ct-core/lib/program');
|
||||||
const { _framework } = require('./index');
|
|
||||||
|
|
||||||
initializePlugin(_framework);
|
|
||||||
program.parse(process.argv);
|
program.parse(process.argv);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue