We are in a very funny situation where I just spent two weeks fixing FE bugs and there are so many left. I asked to add integration tests but the answer was “no”, cause we can’t test the UI and all of that.

So the proposed solution was to be more careful, except I’m careful but testing whole website parts or the whole website is not feasible. What can I do?

  • Robin @lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    There’s a VS Code extension that records the steps you took and creates the test for you. But more often than not, you would have to make some changes too.