:tocdepth: 3 :py:mod:`gws.test.team_engine.main` =================================== .. py:module:: gws.test.team_engine.main .. autoapi-nested-parse:: https://opengeospatial.github.io/teamengine/users.html https://github.com/opengeospatial/teamengine **Source code:** :source:`gws.test.team_engine.main` Module Contents --------------- .. py:data:: ERROR_LEVELS .. py:data:: LOCAL_APP_DIR :value: b'.' .. py:function:: main(args) .. py:data:: OPTIONS .. py:data:: PASSWORD :value: 'gws' .. py:data:: STATUS_MARKS .. py:data:: URL_ARG .. py:data:: USAGE :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ GWS TeamEngine runner ~~~~~~~~~~~~~~~~~~~~~ Commands: main.py ls - show available test suites main.py args - show arguments for the given suite main.py run - run a suite against the given URL Options: --host - TeamEngine host (default: 127.0.0.1) --port - TeamEngine port (default: 8090) --level - list of error levels to report (default: 4,6) or 'all' --save-xml - save raw XML output The TE docker container must be started before running this script (see `./docker-compose.yml`). """ .. raw:: html
.. py:data:: USER_DIR .. py:data:: USERNAME :value: 'gwstest'