-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
=== Env | ||
|
||
--- show modal & new & change & delete | ||
|
||
goto 'http://localhost:4200' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
module.exports = { | ||
// 指定浏览器尺寸 | ||
windowSize: [1280, 920], | ||
// 用于指定浏览器,默认 chromium | ||
use: ['chromium'], | ||
// 用于指定是否无 UI,默认为 false | ||
headless: false, | ||
// 是否打开开发者工具?默认为 false | ||
devtools: false, | ||
// 用于指定截图保存的位置 | ||
captureUrl: './imgs', | ||
// 用于指定视频输出的位置 | ||
video: false, | ||
videoUrl: './videos', | ||
// 用于指定 Gif 输出的位置 | ||
gifUrl: './gif', | ||
successDoc: false, | ||
// 用于指定是否生成失败的操作文档,会包括描述和截图 | ||
failDoc: false, | ||
}; |
This file was deleted.
Oops, something went wrong.