User:DWalden (WMF)/Test2wiki k8s migration/How to

From mediawiki.org

What is already installed on test2wiki?[edit]

https://test2.wikipedia.org/wiki/Special:Version

Bear in mind that the above list might not include all your application's dependencies.

Find pre-existing Selenium tests[edit]

  • If you checkout the extension or look at it on gerrit, see if it has a subfolder called tests/selenium.
    • The actual Selenium tests are in the files in tests/selenium/specs

Find pre-existing API tests[edit]

  • If you checkout the extension or look at it on gerrit, see if it has a subfolder called tests/api-testing.
    • Tests against the Action API will be in the subfolder action/
    • Tests against the REST API will be in the subfolder REST/

Find out if my feature/extension does back-end processing[edit]

Find out if my feature/extension uses external binaries[edit]