replace spectron with playwright for e2e testing
This commit is contained in:
parent
910bff060e
commit
59c18a9eb1
6 changed files with 101 additions and 487 deletions
10
ava-e2e.config.js
Normal file
10
ava-e2e.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export default {
|
||||
files: ['test/*'],
|
||||
babel: {
|
||||
compileEnhancements: false,
|
||||
compileAsTests: ['**/testUtils/**/*']
|
||||
},
|
||||
extensions: ['ts'],
|
||||
require: ['ts-node/register/transpile-only'],
|
||||
timeout: '30s'
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue