LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
saf/__init__.py
saf/__version__.py
saf/data/__init__.py
saf/data/config.py
saf/data/favicon.ico
saf/example/__init__.py
saf/example/api/__init__.py
saf/example/api/run.py
saf/example/api/send_email_script.py
saf/example/api/common/ExcelUtils.py
saf/example/api/common/YamlUtils.py
saf/example/api/common/__init__.py
saf/example/api/common/api_client.py
saf/example/api/common/logger.py
saf/example/api/config/__init__.py
saf/example/api/config/config.py
saf/example/api/testcases/__init__.py
saf/example/api/testcases/test_one_html_case_template.py
saf/example/app/__init__.py
saf/example/app/common/ExcelUtils.py
saf/example/app/common/YamlUtils.py
saf/example/app/common/__init__.py
saf/example/app/common/logger.py
saf/example/app/pageobject/__init__.py
saf/example/app/testcases/__init__.py
saf/example/app/testcases/conftest.py
saf/example/app/testcases/test_xiaobai_case_allure.py
saf/example/app/testcases/test_xiaobai_case_v1.py
saf/example/app/testcases/test_xiaobai_case_v2.py
saf/example/app/testcases/test_xiaobai_case_v3.py
saf/example/web/__init__.py
saf/example/web/main.py
saf/example/web/common/ExcelUtils.py
saf/example/web/common/YamlUtils.py
saf/example/web/common/__init__.py
saf/example/web/common/logger.py
saf/example/web/pageObjects/__init__.py
saf/example/web/testcases/__init__.py
saf/example/web/testcases/conftest.py
saf/example/web/testcases/test_xiaobai_case_allure.py
saf/example/web/testcases/test_xiaobai_case_v1.py
saf/example/web/testcases/test_xiaobai_case_v2.py
saf/example/web/testcases/test_xiaobai_case_v3.py
saf/templates/API_Project/README.md
saf/templates/API_Project/convert_ui.bat
saf/templates/API_Project/convert_ui.py
saf/templates/API_Project/convert_ui.sh
saf/templates/API_Project/init_env.bat
saf/templates/API_Project/init_env.sh
saf/templates/API_Project/pytest.ini
saf/templates/API_Project/requirements.txt
saf/templates/API_Project/run_testcases.bat
saf/templates/API_Project/run_testcases.py
saf/templates/API_Project/run_testcases.sh
saf/templates/API_Project/api_project/.env
saf/templates/API_Project/api_project/__init__.py
saf/templates/API_Project/api_project/apis/Client.py
saf/templates/API_Project/api_project/apis/__init__.py
saf/templates/API_Project/api_project/bin/allure/bin/allure
saf/templates/API_Project/api_project/bin/allure/bin/allure.bat
saf/templates/API_Project/api_project/bin/allure/config/allure-cucumber.yml
saf/templates/API_Project/api_project/bin/allure/config/allure-junit.yml
saf/templates/API_Project/api_project/bin/allure/config/allure.yml
saf/templates/API_Project/api_project/bin/allure/lib/allure1-model-1.0.jar
saf/templates/API_Project/api_project/bin/allure/lib/commons-codec-1.11.jar
saf/templates/API_Project/api_project/bin/allure/lib/commons-collections-3.2.2.jar
saf/templates/API_Project/api_project/bin/allure/lib/commons-collections4-4.2.jar
saf/templates/API_Project/api_project/bin/allure/lib/commons-logging-1.2.jar
saf/templates/API_Project/api_project/bin/allure/lib/commons-text-1.3.jar
saf/templates/API_Project/api_project/bin/allure/lib/javax.activation-api-1.2.0.jar
saf/templates/API_Project/api_project/bin/allure/lib/javax.servlet-api-3.1.0.jar
saf/templates/API_Project/api_project/bin/allure/lib/jaxb-api-2.3.1.jar
saf/templates/API_Project/api_project/bin/allure/lib/jaxb-utils-1.0.jar
saf/templates/API_Project/api_project/bin/allure/lib/opencsv-4.6.jar
saf/templates/API_Project/api_project/bin/allure/lib/properties-2.0.RC5.jar
saf/templates/API_Project/api_project/bin/allure/lib/config/jetty-logging.properties
saf/templates/API_Project/api_project/bin/allure/plugins/README.txt
saf/templates/API_Project/api_project/bin/allure/plugins/behaviors-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/behaviors-plugin/static/index.js
saf/templates/API_Project/api_project/bin/allure/plugins/custom-logo-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/custom-logo-plugin/static/custom-logo.svg
saf/templates/API_Project/api_project/bin/allure/plugins/custom-logo-plugin/static/styles.css
saf/templates/API_Project/api_project/bin/allure/plugins/jira-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/junit-xml-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/packages-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/packages-plugin/static/index.js
saf/templates/API_Project/api_project/bin/allure/plugins/screen-diff-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/screen-diff-plugin/static/index.js
saf/templates/API_Project/api_project/bin/allure/plugins/screen-diff-plugin/static/styles.css
saf/templates/API_Project/api_project/bin/allure/plugins/trx-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/xctest-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/xray-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/bin/allure/plugins/xunit-xml-plugin/allure-plugin.yml
saf/templates/API_Project/api_project/common/BUG.py
saf/templates/API_Project/api_project/common/CSV.py
saf/templates/API_Project/api_project/common/Convert.py
saf/templates/API_Project/api_project/common/Data.py
saf/templates/API_Project/api_project/common/ENV.py
saf/templates/API_Project/api_project/common/Email.py
saf/templates/API_Project/api_project/common/LOG.py
saf/templates/API_Project/api_project/common/Message.py
saf/templates/API_Project/api_project/common/Network.py
saf/templates/API_Project/api_project/common/__init__.py
saf/templates/API_Project/api_project/config/__init__.py
saf/templates/API_Project/api_project/config/allure_config.py
saf/templates/API_Project/api_project/config/bug_config.py
saf/templates/API_Project/api_project/config/case_config.py
saf/templates/API_Project/api_project/config/email_config.py
saf/templates/API_Project/api_project/config/host_config.py
saf/templates/API_Project/api_project/config/log_config.py
saf/templates/API_Project/api_project/config/message_config.py
saf/templates/API_Project/api_project/resources/favicon.ico
saf/templates/API_Project/api_project/testcases/__init__.py
saf/templates/API_Project/api_project/testcases/conftest.py
saf/templates/WEB_Project/README.md
saf/templates/WEB_Project/init_env.bat
saf/templates/WEB_Project/init_env.sh
saf/templates/WEB_Project/pomGenerator.bat
saf/templates/WEB_Project/pomGenerator.sh
saf/templates/WEB_Project/requirements.txt
saf/templates/WEB_Project/run_testcases.bat
saf/templates/WEB_Project/run_testcases.py
saf/templates/WEB_Project/run_testcases.sh
saf/templates/WEB_Project/web_project/.env
saf/templates/WEB_Project/web_project/__init__.py
saf/templates/WEB_Project/web_project/bin/allure/bin/allure
saf/templates/WEB_Project/web_project/bin/allure/bin/allure.bat
saf/templates/WEB_Project/web_project/bin/allure/config/allure-cucumber.yml
saf/templates/WEB_Project/web_project/bin/allure/config/allure-junit.yml
saf/templates/WEB_Project/web_project/bin/allure/config/allure.yml
saf/templates/WEB_Project/web_project/bin/allure/lib/allure1-model-1.0.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/commons-codec-1.11.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/commons-collections-3.2.2.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/commons-collections4-4.2.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/commons-logging-1.2.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/commons-text-1.3.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/javax.activation-api-1.2.0.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/javax.servlet-api-3.1.0.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/jaxb-api-2.3.1.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/jaxb-utils-1.0.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/opencsv-4.6.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/properties-2.0.RC5.jar
saf/templates/WEB_Project/web_project/bin/allure/lib/config/jetty-logging.properties
saf/templates/WEB_Project/web_project/bin/allure/plugins/README.txt
saf/templates/WEB_Project/web_project/bin/allure/plugins/behaviors-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/behaviors-plugin/static/index.js
saf/templates/WEB_Project/web_project/bin/allure/plugins/custom-logo-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/custom-logo-plugin/static/custom-logo.svg
saf/templates/WEB_Project/web_project/bin/allure/plugins/custom-logo-plugin/static/styles.css
saf/templates/WEB_Project/web_project/bin/allure/plugins/jira-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/junit-xml-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/packages-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/packages-plugin/static/index.js
saf/templates/WEB_Project/web_project/bin/allure/plugins/screen-diff-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/screen-diff-plugin/static/index.js
saf/templates/WEB_Project/web_project/bin/allure/plugins/screen-diff-plugin/static/styles.css
saf/templates/WEB_Project/web_project/bin/allure/plugins/trx-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/xctest-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/xray-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/bin/allure/plugins/xunit-xml-plugin/allure-plugin.yml
saf/templates/WEB_Project/web_project/common/BUG.py
saf/templates/WEB_Project/web_project/common/CSV.py
saf/templates/WEB_Project/web_project/common/Convert.py
saf/templates/WEB_Project/web_project/common/Data.py
saf/templates/WEB_Project/web_project/common/ENV.py
saf/templates/WEB_Project/web_project/common/Email.py
saf/templates/WEB_Project/web_project/common/LOG.py
saf/templates/WEB_Project/web_project/common/Message.py
saf/templates/WEB_Project/web_project/common/Network.py
saf/templates/WEB_Project/web_project/common/__init__.py
saf/templates/WEB_Project/web_project/config/__init__.py
saf/templates/WEB_Project/web_project/config/allure_config.py
saf/templates/WEB_Project/web_project/config/bug_config.py
saf/templates/WEB_Project/web_project/config/case_config.py
saf/templates/WEB_Project/web_project/config/email_config.py
saf/templates/WEB_Project/web_project/config/host_config.py
saf/templates/WEB_Project/web_project/config/log_config.py
saf/templates/WEB_Project/web_project/config/message_config.py
saf/templates/WEB_Project/web_project/pageObjects/__init__.py
saf/templates/WEB_Project/web_project/resources/favicon.ico
saf/templates/WEB_Project/web_project/testcases/__init__.py
saf/templates/WEB_Project/web_project/testcases/conftest.py
saf/test/__init__.py
saf/test/conftest.py
saf/test/test_img2str.py
saf/test/test_sendMsg.py
saf/test/test_submitBug.py
saf/utils/BugUtils.py
saf/utils/CaptchaUtils.py
saf/utils/Curl2Locust.py
saf/utils/Curl2Object.py
saf/utils/DeviceGUI.py
saf/utils/DeviceGUI2.py
saf/utils/Doc2Object.py
saf/utils/FlushDNSUtils.py
saf/utils/MonitorAndroidDeviceGUI.py
saf/utils/MonitorAndroidPackageCLI.py
saf/utils/MonitorAndroidPackageGUI.py
saf/utils/MonitorAndroidPackagePower.py
saf/utils/MonitorBrowser.py
saf/utils/MonitorCAN.py
saf/utils/MonitorCP.py
saf/utils/MonitorDBs.py
saf/utils/OllamaOpenclaw.py
saf/utils/POMGenerator.py
saf/utils/Selenium2POM.py
saf/utils/Selenium2POM2.py
saf/utils/SendMsgUtils.py
saf/utils/SoftwareManager.py
saf/utils/YamlUtils.py
saf/utils/__init__.py
saf/utils/androidMonitor-v1.1.exe
saf/utils/android_position_to_code.py
saf/utils/downloadUtils.py
saf/utils/finder.py
saf/utils/xiaobaicmd.py
xiaobaisaf.egg-info/PKG-INFO
xiaobaisaf.egg-info/SOURCES.txt
xiaobaisaf.egg-info/dependency_links.txt
xiaobaisaf.egg-info/entry_points.txt
xiaobaisaf.egg-info/requires.txt
xiaobaisaf.egg-info/top_level.txt