cypress-fail-on-console-error
cypress-fail-on-console-error copied to clipboard
tail cypress test on console error
Inside of https://github.com/nils-hoyer/cypress-fail-on-console-error/blob/main/src/index.ts#L16, `cypress-fail-on-console-error` is listening to `window:before:load` events, which do not get called in component mode. Repro: Add the following to support.ts in a component runner: ```ts import failOnConsoleError...
Investigate if the cypress middleware for http events can be added. Integrate those response information to the error message array.
 First failed test due to console errors makes all other test failed as well due to same console error Plugin version 3.2.1
in order to use the proper Enum export replace the alias export consoleType with ConsoleType. ([link](https://github.com/nils-hoyer/cypress-fail-on-console-error/blob/main/src/index.ts#L170))
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chai](http://chaijs.com) ([source](https://togithub.com/chaijs/chai)) | [`^4.3.10` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chai/4.4.1/5.1.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`3.0.3` -> `3.2.4`](https://renovatebot.com/diffs/npm/prettier/3.0.3/3.2.4) |...
When using FailOnConsoleError setConfig() it gives unexpected result. TestCase: set consoleTypes to 'info' and raise console.error() should pass the test. Given is it fails with console.error() Example Code: describe('shouldFailOnConsoleError', ()...
Missing documentation in the readme file how to setup failOnConsoleError Plugin für component runner properly.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v3` -> `v4` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release...