Fodor Zoltan
Fodor Zoltan
## Link to bug demonstration repository https://github.com/archfz/nyc-issue-Xa24b 1. `npm i` 2. `npx nyc report --reporter=lcov --reporter=text-summary --report-dir=coverage` ## Expected Behavior No error is thrown and report is generated. ## Observed...
`cy.readFile` is a function to register a command on the cypress command loop. This command loop does not run while tests are not running. Thus the promise generate by `cy.readFile`...
Same principle as on https://github.com/meinaart/cypress-plugin-snapshots/pull/207
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. Related https://github.com/sheshbabu/react-frappe-charts/issues/20 ```patch diff --git a/node_modules/react-frappe-charts/build/index.js b/node_modules/react-frappe-charts/build/index.js index 6b82382..0df800e 100644...
### Current Behavior: Running npm 7 in docker image has some serious performance issues. Running same npm 7 locally doesn't have this on the other hand. I was thinking about...
I am trying to define some error codes as part public api. These error codes are meant to be human readable, reading the code should give you an idea of...
This PR updates the description and keywords of [cypress-terminal-report](https://github.com/archfz/cypress-terminal-report) plugin. It also brings it forwards in the list, which I hope is allowed. The reason for bring it forwards is...
This projects looks good and all. But the docker version really needs documentation about it's security. The mount of the docker socket can potential open up huge attack vectors. We...
This would be really convenient, as atm I keep generating the default then deleting it and manually writing {@inheritdoc}. This should happen when interface method implemented or method overridden with...
It would be nice if this plugin could remove old junit after reading them for split but before starting the tests. The issues is the following - On ci we...