mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
working through mapping error cases from develop
This commit is contained in:
@@ -19,9 +19,9 @@ describe('e2e plugins', function () {
|
||||
expectedExitCode: 1,
|
||||
onRun (exec) {
|
||||
return exec().then(({ stdout }) => {
|
||||
expect(stdout).to.include('We stopped running your tests because your config process crashed.')
|
||||
expect(stdout).to.include('Your configFile threw an error from:')
|
||||
expect(stdout).to.include('Error: Root async error from plugins file')
|
||||
expect(stdout).to.include('We stopped running your tests because your config file crashed.')
|
||||
expect(stdout).to.include('Your configFile threw an error from: cypress.config.js')
|
||||
expect(stdout).to.include('Error: Root async error from config file')
|
||||
})
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user