Django Selenium Functional Tests
Design, debug, and maintain Django Selenium functional tests with live server setup, explicit waits, test isolation, page objects, screenshots, CI artifacts, and staging checks. Use when browser tests are flaky, too slow, duplicated, failing in CI, need a page pattern, or should verify a Django user journey end to end.
Djangov0.1.0MITdjangotddseleniumfunctional-teststestingbrowser
Install
npx skills add LVTD-LLC/skills --skill django-selenium-functional-testsFrom `SKILL.md`
Use Selenium functional tests sparingly and deliberately: they prove that Django, templates, static assets, JavaScript, persistence, and browser behavior work together. Keep them user-facing, isolated, and stable enough to inspire confidence.