Commit Graph
3 Commits
Author SHA1 Message Date
Nathan VasseandManuel Raynaud d2ccd79e8c 🔧(e2e) improve e2e test debugging and db cleanup
Preserve django_site table during e2e db clearing to
avoid breaking site configuration. Add video recording
on first retry and screenshot capture on failure for
easier debugging of flaky tests.
2026-02-06 15:58:22 +01:00
Nathan Vasse a7b040b927 ♻️(utils) Stop truncating e2e migrations tables
This was causing major issues when emptying the e2e db
between tests, it's quite obvious to understand why.
2025-09-15 17:00:34 +02:00
Nathan Vasse c61878253b 🔧(conf) setup handy local e2e env
We want to be able to quickly start a local isolated env for the
e2e testing, we don't want to share to same db with the classic
dev env because the e2e db should be empty before tests execution.
And we don't want to clear our dev db every time. Also provide a new
makefile handy command to launch the e2e env and the tests in one
command, great.
2025-08-27 15:45:15 +02:00