We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码示例: test.describe("Promotion tests", () => { test.describe.configure({ mode:'serial'}); test("create promotion", async ({ page, ai, aiAssert }) => { await ai("点击Enterprise Portal"); }); test("create promotion2", async ({ page, ai, aiAssert }) => { await ai("点击Demo-初始化配置3"); }); }); 报错内容: Error: ENOENT: no such file or directory, open 'D:\peblla_ui\midscene_run\cache\todo-ui.spec.ts > Promotion tests(create promotion).json' Error: ENOENT: no such file or directory, open 'D:\peblla_ui\midscene_run\cache\todo-ui.spec.ts > Promotion tests(create promotion).json'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代码示例:
test.describe("Promotion tests", () => {
test.describe.configure({ mode:'serial'});
test("create promotion", async ({ page, ai, aiAssert }) => {
await ai("点击Enterprise Portal");
});
test("create promotion2", async ({ page, ai, aiAssert }) => {
await ai("点击Demo-初始化配置3");
});
});
报错内容:
Error: ENOENT: no such file or directory, open 'D:\peblla_ui\midscene_run\cache\todo-ui.spec.ts > Promotion tests(create promotion).json'
Error: ENOENT: no such file or directory, open 'D:\peblla_ui\midscene_run\cache\todo-ui.spec.ts > Promotion tests(create promotion).json'
The text was updated successfully, but these errors were encountered: