3
4 Comments

What to use for E2E testing ?

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

on February 17, 2020
  1. 1

    I'm building testingbee.io for exactly this use-case. You can do automated testing with no-code using pure english.

  2. 4

    This comment was deleted 6 months ago

    1. 1

      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.

      1. 1

        This comment was deleted 6 months ago

        1. 1

          Cypress was a good call. Working out well.

          1. 2

            This comment was deleted 6 months ago

    2. 1

      Thanks for your input. Appreciated.