新增e2e测试脚本,修复部分问题
This commit was merged in pull request #51.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/e2e/**/*.spec.js'],
|
||||
testTimeout: 120000,
|
||||
globalSetup: './e2e/global-setup.js',
|
||||
globalTeardown: './e2e/global-teardown.js',
|
||||
verbose: true
|
||||
};
|
||||
Reference in New Issue
Block a user