Some checks are pending
Playwright Tests / test (push) Waiting to run
init test test test 划分美管加、慧来客、智荟宝项目 新增美管加demo 新增npm命令 测试智荟宝 test test ii csv test init test test init init
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
const { mergeTests } = require('@playwright/test');
|
|
const { test: customerTest } = require('./customerFixture');
|
|
|
|
export const test = mergeTests(customerTest);
|
|
|
|
export { expect } from '@playwright/test';
|