Local development
For Wagtail, there is a helpful ./manage.py load_page_fixtures command to bootstrap CMS pages
Testing
CMS testing is a bit unique compared to static pages. It would be great to have an easy reference for how to add CMS tests: https://mozmeao.github.io/platform-docs/cms/
general config for pytest: https://github.com/mozmeao/springfield/blob/main/springfield/cms/tests/conftest.py
is it possible to use playwright after scaffolding some test pages?
- particularly for /download & /thanks
Local development
For Wagtail, there is a helpful
./manage.py load_page_fixturescommand to bootstrap CMS pagesTesting
CMS testing is a bit unique compared to static pages. It would be great to have an easy reference for how to add CMS tests: https://mozmeao.github.io/platform-docs/cms/
general config for pytest: https://github.com/mozmeao/springfield/blob/main/springfield/cms/tests/conftest.py
is it possible to use playwright after scaffolding some test pages?