README.md
pyproject.toml
core/__init__.py
core/__main__.py
core/assert_engine.py
core/context.py
core/errors.py
core/extract.py
core/hooks.py
core/http.py
core/init_cmd.py
core/loader.py
core/menu.py
core/paths.py
core/report.py
core/report_html.py
core/runner.py
core/setuptools_build.py
core/template.py
core/bundled/__init__.py
core/bundled/suites/demo-ui/suite.json
core/bundled/suites/demo-ui/cases/get-basic.json
core/bundled/suites/demo-ui/cases/get-delay.json
core/bundled/suites/demo-ui/cases/get-query.json
core/bundled/suites/demo-ui/cases/post-form.json
core/bundled/suites/demo-ui/cases/post-json.json
core/bundled/suites/demo-ui/cases/flows/post_then_get.json
core/bundled/suites/demo-ui/forms/post_form.json
core/bundled/suites/demo-ui/groups/flows/group.json
core/bundled/suites/demo-ui/groups/readonly/group.json
core/bundled/suites/demo-ui/groups/write/group.json
core/bundled/suites/demo-ui/payloads/get_query.json
core/bundled/suites/demo-ui/payloads/post_json.json
core/bundled/suites/demo-ui/payloads/post_seed.json
core/bundled/suites/xsiam-credential/suite.json
core/bundled/suites/xsiam-credential/cases/agent-list.json
core/bundled/suites/xsiam-credential/cases/associate-by-mcp-name.json
core/bundled/suites/xsiam-credential/cases/associate.json
core/bundled/suites/xsiam-credential/cases/detail.json
core/bundled/suites/xsiam-credential/cases/disassociate.json
core/bundled/suites/xsiam-credential/cases/page.json
core/bundled/suites/xsiam-credential/cases/restore.json
core/bundled/suites/xsiam-credential/cases/flows/create_then_delete.json
core/bundled/suites/xsiam-credential/groups/readonly/group.json
core/bundled/suites/xsiam-credential/groups/write/group.json
core/bundled/suites/xsiam-credential/payloads/agent_list.json
core/bundled/suites/xsiam-credential/payloads/associate.json
core/bundled/suites/xsiam-credential/payloads/associate_by_mcp_name.json
core/bundled/suites/xsiam-credential/payloads/create.json
core/bundled/suites/xsiam-credential/payloads/delete.json
core/bundled/suites/xsiam-credential/payloads/detail.json
core/bundled/suites/xsiam-credential/payloads/disassociate.json
core/bundled/suites/xsiam-credential/payloads/page.json
core/bundled/suites/xsiam-credential/payloads/restore.json
core/bundled/suites/xsiam-credential/payloads/token_bind.json
core/bundled/suites/xsiam-credential/payloads/update.json
core/plugins/__init__.py
core/plugins/auth_hengnao.py
core/plugins/auth_none.py
core/plugins/base.py
core/plugins/registry.py
core/templates/report.html
core/tui/__init__.py
core/tui/app.py
fapitest.egg-info/PKG-INFO
fapitest.egg-info/SOURCES.txt
fapitest.egg-info/dependency_links.txt
fapitest.egg-info/entry_points.txt
fapitest.egg-info/requires.txt
fapitest.egg-info/top_level.txt
tests/test_apitest_import.py
tests/test_assert_engine.py
tests/test_auth_hengnao.py
tests/test_cli_run.py
tests/test_cli_smoke.py
tests/test_client_request.py
tests/test_context.py
tests/test_demo_ui_suite.py
tests/test_extract.py
tests/test_http.py
tests/test_init_cmd.py
tests/test_loader.py
tests/test_paths.py
tests/test_plugin_discovery.py
tests/test_report.py
tests/test_report_html.py
tests/test_runner.py
tests/test_template.py
tests/test_tui_smoke.py
tests/test_xsiam_suite_layout.py
tests/test_xsiam_suite_loader.py