// @ts-check import { test, expect } from '@/fixtures/boss_common.js'; //使用公共套件 for (let i = 0; i < 10; i++) { test(`创建顾客${i}`, async ({ createCustomer }) => { console.log('创建顾客成功'); }); }