mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-08 07:50:24 -05:00
feat: adding electron support for cypress component testing (#15731)
This commit is contained in:
committed by
Zach Bloomquist
parent
214b753e49
commit
8d0829fb26
@@ -36,7 +36,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
if (isComponentTesting) {
|
||||
args.push('--componentTesting')
|
||||
args.push('--testing-type', 'component')
|
||||
}
|
||||
|
||||
debug('opening from options %j', options)
|
||||
|
||||
+1
-1
@@ -184,7 +184,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
if (isComponentTesting) {
|
||||
args.push('--componentTesting')
|
||||
args.push('--testing-type', 'component')
|
||||
}
|
||||
|
||||
debug('run to spawn.start args %j', args)
|
||||
|
||||
Reference in New Issue
Block a user