Hacker News new | ask | show | jobs
by glenjamin 3673 days ago
Do you only support autogenerated inputs? Is there also a way to create scenario-like examples?

I say this because I'm working on an app with a large drawing canvas component at the moment, and being able to produce hand crafted examples of specific drawing scenarios is really powerful.

I'm doing with this devboard[1] and I've created a mini-DSL within my cards to describe a series of mouse interactions, which can either be played back immediately or one-at-a-time to display the interaction and animations.

Being able to combine this with fuzz-testing would be really cool!

[1] Shameless plug :) https://github.com/glenjamin/devboard

1 comments

This is not yet implemented, but since the core of CarteBlanche is a plugin system[0] making this happen is definitely possible!

We're happy to provide any support you need to create this, we'd love to see the ecosystem around CarteBlanche thrive to all sorts of different use cases.

[0]: https://github.com/carteb/carte-blanche/tree/master/WRITING-...