Skip to content

Commit

Permalink
feat: reset e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Aug 18, 2022
1 parent 99d4038 commit 198c65e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 124 deletions.
6 changes: 6 additions & 0 deletions e2e/env.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

=== Env

--- show modal & new & change & delete

goto 'http://localhost:4200'
20 changes: 20 additions & 0 deletions e2e/tifa.config.js
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,
};
124 changes: 0 additions & 124 deletions src/workbench/browser/e2e/env.t

This file was deleted.

0 comments on commit 198c65e

Please sign in to comment.