Ask HN: Anyone used LLM for UI E2E testing?

1 points by Igor_Wiwi ↗ HN
Did it work? Was it better than writing cucumber (or any other feature) tests?

1 comment

[ 3.3 ms ] story [ 10.3 ms ] thread
We added ChatGPT Operator to UI testing, starting soon after it launched. It's only used as an extra testing step on top of everything we had previously used. A quick summary is: on the plus side, it sometimes gives us a much faster feedback cycle. On the minus side, it sometimes dives headfirst into advanced UI features, and can't find a way to backtrack when it makes a mistake there.