mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-05 06:20:44 -05:00
feat: add state for global mode (#18085)
* add state for global mode * use GlobalEmpty over GlobalPage * Add comment to clarify global type Co-authored-by: Jessica Sachs <jess@jessicasachs.io> * Update server.ts * make global non nullable * move GlobalEmpty to Main.vue * update ClientTestContext to have global Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ function runServer () {
|
||||
child.removeAllListeners()
|
||||
}
|
||||
|
||||
child = childProcess.fork(path.join(__dirname, 'start.js'), ['--devWatch'], {
|
||||
child = childProcess.fork(path.join(__dirname, 'start.js'), [...process.argv, '--devWatch'], {
|
||||
stdio: 'inherit',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user