feat: adding electron support for cypress component testing (#15731)

This commit is contained in:
Jessica Sachs
2021-03-31 22:17:20 -04:00
committed by Zach Bloomquist
parent 214b753e49
commit 8d0829fb26
13 changed files with 166 additions and 76 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ module.exports = {
}
if (isComponentTesting) {
args.push('--componentTesting')
args.push('--testing-type', 'component')
}
debug('opening from options %j', options)
+1 -1
View File
@@ -184,7 +184,7 @@ module.exports = {
}
if (isComponentTesting) {
args.push('--componentTesting')
args.push('--testing-type', 'component')
}
debug('run to spawn.start args %j', args)