This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
playwright-demo/tests/zhb/fixture/common.js
rsgltzyd 6820c56508
Some checks are pending
Playwright Tests / test (push) Waiting to run
init demo
init

test

test

test

划分美管加、慧来客、智荟宝项目

新增美管加demo

新增npm命令

测试智荟宝

test

test

ii

csv

test

init

test

test

init

init
2024-11-07 21:48:46 +08:00

9 lines
327 B
JavaScript

const { mergeTests } = require('@playwright/test');
const { test: baseTest } = require('./base');
const { test: h5LoginTest } = require('./h5Fixture');
const { test: customerTest } = require('./customerFixture');
export const test = mergeTests(baseTest, customerTest, h5LoginTest);
export { expect } from '@playwright/test';