Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RapidCheck examples to shrinking challenge #270

Open
dubzzz opened this issue Jan 30, 2021 · 0 comments
Open

Add RapidCheck examples to shrinking challenge #270

dubzzz opened this issue Jan 30, 2021 · 0 comments

Comments

@dubzzz
Copy link

dubzzz commented Jan 30, 2021

@jlink, the author of jqwik, a property based testing framework in Java designed a challenge to compare shrinking capabilities of many property based frameworks (whatever the language).

Up to now, 5 frameworks took part in this challenge:

I thought that it could be cool to see how RapidCheck deals with such shrinking cases. I personally find this framework amazing, and was sad not to find something as powerful when I moved to JavaScript ecosystem (so I wrote my own for JavaScript). This challenge is also pretty useful as a property based testing framework author as it can help us to find where our frameworks fail or succeed and see how others do in those cases to improve all of them together.

You can find the challenge here: https://github.com/jlink/shrinking-challenge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant