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/mgj/fixture/common.js
rsgltzyd 703582adef
Some checks are pending
Playwright Tests / test (push) Waiting to run
init
2024-11-07 21:51:46 +08:00

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';