Articles tagged with ai

Aggressively Hunting Down Flaky CI Tests with AI

Published on by Federico Capoano

AI-assisted debugging of a flaky CI crash

If you have ever contributed to OpenWISP, you have probably met flaky CI. A test passes on your machine, fails on CI, then passes again when you re-run the job. Most OpenWISP modules are Django applications with Selenium browser tests, and over time …