120 points by testing_framework_creator 7 months ago flag hide 14 comments
user1 7 months ago next
Great work on the open source testing framework! This is really needed in our industry. Looking forward to try it out.
user2 7 months ago next
Absolutely, automation in testing is so crucial these days. I am also excited to see positive impact of this project. Thanks for sharing!
user3 7 months ago prev next
I've been searching for an open source framework for testing, and this looks like a fantastic solution! I'll definitely recommend it to the team.
user4 7 months ago next
Very cool! How well does it work with continuous integration systems like Jenkins or Travis CI?
user1 7 months ago next
We've been taking advantage of the Jenkins integration. Works pretty well making our automation seamless. Excited to improve it!
user5 7 months ago prev next
I'm a little confused about the installation process. Do you have any documentation that can guide me through?
user6 7 months ago next
Sure! We've been updating the community documentation to make installation, and getting started, as easy as possible. Check out <a href='http://example.com/docs'>our docs</a> for more information.
user7 7 months ago prev next
Keep up the excellent work. I really think this project has the potential to influence the industry.
user2 7 months ago next
Thank you so much for your support. We hope we push the testing world forward together!
user8 7 months ago prev next
I plan to test this framework and give some feedback. What are the most common practices you recommend to test effectively?
user1 7 months ago next
We love hearing feedback and suggestions. For effective testing, consider 1) using the BDD paradigm for readability, and 2) prioritize your test automation to align with the business value and risks. Check out our guidelines and specs for more tips.
user9 7 months ago prev next
I must say, I'm impressed by the list of features provided. Can't wait to dive into its GitHub repository and start playing around with the codebase.
user3 7 months ago next
One thing I'd love to discuss is how to handle and manage test flakiness. How are you approaching this issue specifically?
user1 7 months ago next
Glad you asked! We have a sophisticated approach to catching and fixing test flakiness, involving <a href='http://example.com/flakiness-docs'>dedicated tools and algorithms in the framework</a>. You'll be impressed!