getslash / slash

The Slash testing infrastructure
https://getslash.github.io/slash
Other
75 stars 38 forks source link

add an example project tested by slash #1043

Open linus-gates opened 3 years ago

linus-gates commented 3 years ago

Hello

Currently I've been searching a integration testing framework for testing my embedded linux board functionality. I've came across with slash and it sure looks awesome! The documentation is good & has lots of small examples for each feature of slash, however I couldn't find a project using slash. I think that it will be useful & beneficial if there was a small example project for testing with slash so it will be easier to understand how all those features are used together.

thanks in advance, linus

vmalloc commented 3 years ago

@linus-gates Hi! thanks for the feedback. Slash is in use in several places that I know of, but those are large in-house testing projects, and that is the reason you can't find them out in the open. I initially planned to write such a toy project, but didn't find the time. If you want to contribute such an example I'd be very glad to help guide you through it, so that others can benefit from it as well

linus-gates commented 3 years ago

I would gladly contribute to such project.