LICENSE
README.md
pyproject.toml
src/testcli/__init__.py
src/testcli/assertions.py
src/testcli/auth.py
src/testcli/cli.py
src/testcli/context.py
src/testcli/dbseed.py
src/testcli/envmgmt.py
src/testcli/fakedata.py
src/testcli/history.py
src/testcli/http_client.py
src/testcli/infra.py
src/testcli/loader.py
src/testcli/mockserver.py
src/testcli/models.py
src/testcli/notify.py
src/testcli/reporter.py
src/testcli/runner.py
src/testcli/scaffold.py
src/testcli/templates/appium-java/.gitignore
src/testcli/templates/appium-java/README.md
src/testcli/templates/appium-java/pom.xml
src/testcli/templates/appium-java/testng.xml
src/testcli/templates/appium-java/src/test/java/com/testcli/base/MobileTestBase.java
src/testcli/templates/appium-java/src/test/java/com/testcli/tests/ExampleApiTest.java
src/testcli/templates/appium-java/src/test/java/com/testcli/tests/ExampleMobileTest.java
src/testcli/templates/appium-java/src/test/resources/config.properties
src/testcli/templates/cypress/.gitignore
src/testcli/templates/cypress/README.md
src/testcli/templates/cypress/cypress.config.ts
src/testcli/templates/cypress/package.json
src/testcli/templates/cypress/cypress/e2e/example.cy.ts
src/testcli/templates/cypress/cypress/support/commands.ts
src/testcli/templates/cypress/cypress/support/e2e.ts
src/testcli/templates/playwright-ts/.env.example
src/testcli/templates/playwright-ts/.gitignore
src/testcli/templates/playwright-ts/README.md
src/testcli/templates/playwright-ts/package.json
src/testcli/templates/playwright-ts/playwright.config.ts
src/testcli/templates/playwright-ts/tsconfig.json
src/testcli/templates/playwright-ts/tests/example.spec.ts
src/testcli/templates/pytest-allure/.gitignore
src/testcli/templates/pytest-allure/README.md
src/testcli/templates/pytest-allure/conftest.py
src/testcli/templates/pytest-allure/pytest.ini
src/testcli/templates/pytest-allure/requirements.txt
src/testcli/templates/pytest-allure/tests/test_example.py
src/testcli_toolkit.egg-info/PKG-INFO
src/testcli_toolkit.egg-info/SOURCES.txt
src/testcli_toolkit.egg-info/dependency_links.txt
src/testcli_toolkit.egg-info/entry_points.txt
src/testcli_toolkit.egg-info/requires.txt
src/testcli_toolkit.egg-info/top_level.txt
tests/test_assertions.py
tests/test_auth.py
tests/test_cli.py
tests/test_context.py
tests/test_dbseed.py
tests/test_envmgmt.py
tests/test_fakedata.py
tests/test_history.py
tests/test_infra.py
tests/test_loader.py
tests/test_mockserver.py
tests/test_notify.py
tests/test_reporter.py
tests/test_runner.py
tests/test_scaffold.py