Hi.
I've used selenium + python previously for end-to-end testing of web apps - i.e. tests that interact with the app through a browser to test specific functionality; such as login, search, upload etc.
Looking around there are other solutions like Cypress.io, Nightwatch, Testcafe, etc, which may be worth switching to.
Does anyone have any advice / opinion / tips to share ?
Thanks
I'm building testingbee.io for exactly this use-case. You can do automated testing with no-code using pure english.
This comment was deleted 6 months ago
Cypress was quick to get started. Easy to structure tests. Doesn't play so well with Vuejs. I am using https://github.com/testing-library/cypress-testing-library add-in.
This comment was deleted 6 months ago
Cypress was a good call. Working out well.
This comment was deleted 6 months ago
Thanks for your input. Appreciated.