cypress-fail-on-console-error icon indicating copy to clipboard operation
cypress-fail-on-console-error copied to clipboard

tail cypress test on console error

Results 13 cypress-fail-on-console-error issues
Sort by recently updated
recently updated
newest added

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...

discovery

Investigate if the cypress middleware for http events can be added. Integrate those response information to the error message array.

discovery

![image](https://user-images.githubusercontent.com/85738556/185567217-d3abd95b-e380-4c23-a717-715c52fbd4a5.png) First failed test due to console errors makes all other test failed as well due to same console error Plugin version 3.2.1

bug

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))

delivery

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...