| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="6a83145c-b9aa-4b1d-ae90-1a383f1be61f" name="更改" comment="">
- <change afterPath="$PROJECT_DIR$/.idea/AutoTest.iml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/ReadMe.md" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/base/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/base/base_page.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/config/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/config/config_manager.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/driver/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/driver/driver_factory.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/exceptions/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/exceptions/element_exceptions.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/exceptions/security_test_exception.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/singleton.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/utils/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/utils/logger.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/core/utils/wait_utils.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/database/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/database/db_client.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/performance/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/performance/performance_tester.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/security/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/security/security_tester.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/web/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/web/locators/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/web/locators/login_locators.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/web/pages/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/modules/web/pages/login_page.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/resources/config/config.yaml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/resources/config/environments/dev.yaml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/run_tests.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/test.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/tests/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/tests/api_tests/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/tests/api_tests/test_user_api.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/tests/web_tests/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/tests/web_tests/test_login.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/utils/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/utils/data/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/utils/data/data_processor.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/utils/report/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/utils/report/email_notifier.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/utils/report/report_generator.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/借鉴架构.txt" afterDir="false" />
- </list>
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Python Script" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="ProjectColorInfo">{
- "associatedIndex": 0
- }</component>
- <component name="ProjectId" id="32sqmGxfYmY5XLxRn9m7nsmxNp9" />
- <component name="ProjectLevelVcsManager">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "ModuleVcsDetector.initialDetectionPerformed": "true",
- "Python.run_tests.executor": "Run",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.git.unshallow": "true",
- "git-widget-placeholder": "master",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
- "vue.rearranger.settings.migration": "true"
- }
- }]]></component>
- <component name="RunManager">
- <configuration name="run_tests" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
- <module name="AutoTest" />
- <option name="ENV_FILES" value="" />
- <option name="INTERPRETER_OPTIONS" value="" />
- <option name="PARENT_ENVS" value="true" />
- <envs>
- <env name="PYTHONUNBUFFERED" value="1" />
- </envs>
- <option name="SDK_HOME" value="" />
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
- <option name="IS_MODULE_SDK" value="true" />
- <option name="ADD_CONTENT_ROOTS" value="true" />
- <option name="ADD_SOURCE_ROOTS" value="true" />
- <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/run_tests.py" />
- <option name="PARAMETERS" value="" />
- <option name="SHOW_COMMAND_LINE" value="false" />
- <option name="EMULATE_TERMINAL" value="false" />
- <option name="MODULE_MODE" value="false" />
- <option name="REDIRECT_INPUT" value="false" />
- <option name="INPUT_FILE" value="" />
- <method v="2" />
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Python.run_tests" />
- </list>
- </recent_temporary>
- </component>
- <component name="SharedIndexes">
- <attachedChunks>
- <set>
- <option value="bundled-js-predefined-d6986cc7102b-6a121458b545-JavaScript-PY-251.25410.159" />
- <option value="bundled-python-sdk-e0ed3721d81e-36ea0e71a18c-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-251.25410.159" />
- </set>
- </attachedChunks>
- </component>
- <component name="TaskManager">
- <task active="true" id="Default" summary="默认任务">
- <changelist id="6a83145c-b9aa-4b1d-ae90-1a383f1be61f" name="更改" comment="" />
- <created>1758219786635</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1758219786635</updated>
- <workItem from="1758219788482" duration="237000" />
- <workItem from="1758220109444" duration="2854000" />
- <workItem from="1758223025036" duration="221000" />
- <workItem from="1758223335109" duration="833000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="com.intellij.coverage.CoverageDataManagerImpl">
- <SUITE FILE_PATH="coverage/AutoTest$run_tests.coverage" NAME="run_tests 覆盖结果" MODIFIED="1758223925080" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
- </component>
- </project>
|