I find that as an early-stage startup founder, I’m intensely focused on building my product and getting users, which leaves little time for writing tests. If I do write them, they’re usually unit tests, but I rarely write UI tests with Selenium because they’re so brittle as CSS selectors and UI layouts change frequently.

Have you guys had a similar experience? Would you write UI tests earlier if there was a way to use AI to automate them and make them more robust?

  • UsualAnything1047@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    once i get it into production i like to write at least a few e2e UI tests on a chron to make sure the entire thing is up and alert if not.