mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-11-05 20:34:30 +00:00
24 lines
422 B
Plaintext
24 lines
422 B
Plaintext
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||
|
|
|
||
|
|
exports[`yaml > basic load 1`] = `
|
||
|
|
{
|
||
|
|
"target": {
|
||
|
|
"url": "https://www.baidu.com",
|
||
|
|
"waitForNetworkIdle": {
|
||
|
|
"continueOnNetworkIdleError": true,
|
||
|
|
"timeout": 1000,
|
||
|
|
},
|
||
|
|
},
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"flow": [
|
||
|
|
{
|
||
|
|
"action": "type 'hello' in search box, hit enter",
|
||
|
|
},
|
||
|
|
],
|
||
|
|
"name": "search",
|
||
|
|
},
|
||
|
|
],
|
||
|
|
}
|
||
|
|
`;
|