LICENSE
MANIFEST.in
README.md
pyproject.toml
orbs/__init__.py
orbs/_constant.py
orbs/api_client.py
orbs/api_server.py
orbs/browser_factory.py
orbs/cli.py
orbs/config.py
orbs/console_summary.py
orbs/data.py
orbs/dependency.py
orbs/exception.py
orbs/guard.py
orbs/listener_manager.py
orbs/live_logger.py
orbs/log.py
orbs/mobile_factory.py
orbs/report_generator.py
orbs/report_listener.py
orbs/runner.py
orbs/thread_context.py
orbs/utils.py
orbs/keyword/__init__.py
orbs/keyword/api.py
orbs/keyword/failure_handling.py
orbs/keyword/locator.py
orbs/keyword/mobile.py
orbs/keyword/web.py
orbs/record/__init__.py
orbs/record/base.py
orbs/record/web.py
orbs/record/js/web_record_listener.js
orbs/spy/__init__.py
orbs/spy/base.py
orbs/spy/mobile.py
orbs/spy/web.py
orbs/spy/js/web_spy_listener.js
orbs/templates/jinja/features/feature.feature.j2
orbs/templates/jinja/listeners/listener.py.j2
orbs/templates/jinja/object_repository/WebElementEntity.xml.j2
orbs/templates/jinja/steps/step.py.j2
orbs/templates/jinja/testcases/testcase.py.j2
orbs/templates/jinja/testsuite_collections/testsuite_collection.yml.j2
orbs/templates/jinja/testsuites/testsuite.py.j2
orbs/templates/jinja/testsuites/testsuite.yml.j2
orbs/templates/project/api/.dockerignore
orbs/templates/project/api/.gitignore
orbs/templates/project/api/Dockerfile
orbs/templates/project/api/README.md
orbs/templates/project/api/__init__.py
orbs/templates/project/api/main.py
orbs/templates/project/api/pytest.ini
orbs/templates/project/api/requirements.txt
orbs/templates/project/api/.vscode/launch.json
orbs/templates/project/api/data/.gitkeep
orbs/templates/project/api/environments/dev.yml
orbs/templates/project/api/environments/prod.yml
orbs/templates/project/api/environments/staging.yml
orbs/templates/project/api/environments/uat.yml
orbs/templates/project/api/listeners/.gitkeep
orbs/templates/project/api/settings/browser.properties
orbs/templates/project/api/settings/execution.properties
orbs/templates/project/api/settings/mobile.properties
orbs/templates/project/api/settings/platform.properties
orbs/templates/project/api/settings/server.properties
orbs/templates/project/api/testcases/.gitkeep
orbs/templates/project/api/testcases/get_users.py
orbs/templates/project/api/testsuite_collections/.gitkeep
orbs/templates/project/api/testsuites/.gitkeep
orbs/templates/project/api/testsuites/get_users.py
orbs/templates/project/api/testsuites/get_users.yml
orbs/templates/project/blank/.dockerignore
orbs/templates/project/blank/.gitignore
orbs/templates/project/blank/Dockerfile
orbs/templates/project/blank/README.md
orbs/templates/project/blank/__init__.py
orbs/templates/project/blank/main.py
orbs/templates/project/blank/pytest.ini
orbs/templates/project/blank/requirements.txt
orbs/templates/project/blank/.vscode/launch.json
orbs/templates/project/blank/data/.gitkeep
orbs/templates/project/blank/environments/dev.yml
orbs/templates/project/blank/environments/prod.yml
orbs/templates/project/blank/environments/staging.yml
orbs/templates/project/blank/environments/uat.yml
orbs/templates/project/blank/listeners/.gitkeep
orbs/templates/project/blank/settings/browser.properties
orbs/templates/project/blank/settings/execution.properties
orbs/templates/project/blank/settings/mobile.properties
orbs/templates/project/blank/settings/platform.properties
orbs/templates/project/blank/settings/server.properties
orbs/templates/project/blank/testcases/.gitkeep
orbs/templates/project/blank/testsuite_collections/.gitkeep
orbs/templates/project/blank/testsuites/.gitkeep
orbs/templates/project/mobile/.dockerignore
orbs/templates/project/mobile/.gitignore
orbs/templates/project/mobile/Dockerfile
orbs/templates/project/mobile/README.md
orbs/templates/project/mobile/__init__.py
orbs/templates/project/mobile/main.py
orbs/templates/project/mobile/pytest.ini
orbs/templates/project/mobile/requirements.txt
orbs/templates/project/mobile/.vscode/launch.json
orbs/templates/project/mobile/apk/sauce_labs.apk
orbs/templates/project/mobile/data/.gitkeep
orbs/templates/project/mobile/environments/dev.yml
orbs/templates/project/mobile/environments/prod.yml
orbs/templates/project/mobile/environments/staging.yml
orbs/templates/project/mobile/environments/uat.yml
orbs/templates/project/mobile/listeners/.gitkeep
orbs/templates/project/mobile/settings/browser.properties
orbs/templates/project/mobile/settings/execution.properties
orbs/templates/project/mobile/settings/mobile.properties
orbs/templates/project/mobile/settings/platform.properties
orbs/templates/project/mobile/settings/server.properties
orbs/templates/project/mobile/testcases/.gitkeep
orbs/templates/project/mobile/testcases/login.py
orbs/templates/project/mobile/testsuite_collections/.gitkeep
orbs/templates/project/mobile/testsuites/.gitkeep
orbs/templates/project/mobile/testsuites/login.py
orbs/templates/project/mobile/testsuites/login.yml
orbs/templates/project/web/.dockerignore
orbs/templates/project/web/.gitignore
orbs/templates/project/web/Dockerfile
orbs/templates/project/web/README.md
orbs/templates/project/web/__init__.py
orbs/templates/project/web/main.py
orbs/templates/project/web/pytest.ini
orbs/templates/project/web/requirements.txt
orbs/templates/project/web/.vscode/launch.json
orbs/templates/project/web/data/.gitkeep
orbs/templates/project/web/environments/dev.yml
orbs/templates/project/web/environments/prod.yml
orbs/templates/project/web/environments/staging.yml
orbs/templates/project/web/environments/uat.yml
orbs/templates/project/web/include/environment.py
orbs/templates/project/web/include/features/search.feature
orbs/templates/project/web/include/steps/search_steps.py
orbs/templates/project/web/listeners/.gitkeep
orbs/templates/project/web/settings/browser.properties
orbs/templates/project/web/settings/execution.properties
orbs/templates/project/web/settings/mobile.properties
orbs/templates/project/web/settings/platform.properties
orbs/templates/project/web/settings/server.properties
orbs/templates/project/web/testcases/.gitkeep
orbs/templates/project/web/testcases/login.py
orbs/templates/project/web/testsuite_collections/.gitkeep
orbs/templates/project/web/testsuites/.gitkeep
orbs/templates/project/web/testsuites/login.py
orbs/templates/project/web/testsuites/login.yml
orbs_cli.egg-info/PKG-INFO
orbs_cli.egg-info/SOURCES.txt
orbs_cli.egg-info/dependency_links.txt
orbs_cli.egg-info/entry_points.txt
orbs_cli.egg-info/requires.txt
orbs_cli.egg-info/top_level.txt
tests/debug_props.py
tests/test_case_insensitive.py
tests/test_environment_config.py
tests/test_report_generator.py
tests/test_stacktrace_report.py