Nicolas DUBIEN

Results 70 issues of Nicolas DUBIEN

## 💡 Idea More generally do we expect fast-check to generate the worst by default so that we don't miss any edge cases. Or do we want to toggle one...

💡 Idea
✔️ Idea to investigate

## 💡 Idea > Object arbitrary must be able to produce Arguments ## Motivation `fc.object` and `fc.anything` should be able to generate barely any kind of JavaScript objects. Arguments are...

💡 Idea
✔️ Idea to investigate

Give a try to https://github.com/andrewiggins/v8-deopt-viewer

💡 Idea
✔️ Idea to investigate

## 🐛 Bug Report `document.all` is falsy too https://twitter.com/mathias/status/385677152261513216 Do we want to handle it in `fc.falsy()`? 🤔 ## To Reproduce -- ## Expected behavior -- ## Your environment --

🐛 Bug Report
✔️ Bug Confirmed

While tests for algorithms can be 100% stable, property based testing applied to UI can sometimes be flaky :( Indeed multiple errors external to our own code can make our...

🚀 Feature Request
✔️ Feature Accepted

Hello 👋 I believe the testing section could be made richer with other test methodologies like: - Property Based Testing: see http://github.com/dubzzz/fast-check - Mutation Testing: see https://github.com/stryker-mutator/stryker-js They increase the...

As suggested in issue #2065, using property based testing to check if `NumberParser` does what it says can help detecting issues earlier. I really believe it could be useful to...

Bug report --- - Node Version: `v8.5.0` - Protractor Version: `5.1.0` - Angular Version: `1.6.7` - Browser(s): `Chrome 64.0.3282.140` - Operating System and Version `Windows 7` While trying to move...

👋 Hello, This issue is mostly opened as a suggestion. This project relies on `jsverify`, a library that is not maintained anymore. The suggestion is to migrate the tests written...

**What?** This Pull Request is mostly a proposal to migrate from jsverify to fast-check. **Why?** jsverify's owner stopped the maintenance of the library more than a year ago. In addition,...