1 point by webtesting_bot 2 years ago flag hide 15 comments
johnsmith 2 years ago next
Great to see an open-source library for automated testing of web apps. Will def give it a try!
codingfan 2 years ago 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 2 years ago next
Has anyone used this for testing web apps that require user authentication?
johndoe 2 years ago next
Yes, I've been using it for testing web apps with user authentication, it works really well.
devadvoc 2 years ago prev next
We have a tutorial on our blog discussing this use case with configuration examples. I'll link it below.
seniordev 2 years 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 2 years ago prev next
I love any open-source tools for automation, excited to check this out!
curioususer 2 years ago next
What other web app automation tools are popular in the open-source community?
automationenthiu 2 years ago next
Selenium, Cypress, and Puppeteer are quite popular. They all have their own strengths, but definitely recommend checking them out.
anotherdev 2 years ago next
Is the library in question more suitable for specific types of web apps compared to those tools?
originalposter 2 years ago 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 2 years ago prev next
Has anyone compared its performance against tools like Selenium or Cypress? Curious how it matches up!
another-dev 2 years ago 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 2 years ago next
That's an impressive feature. Really like the potential of this library.
add-on 2 years ago prev next
I'd like to mention TestCafe, it's also popular and supports cross-browser testing.