workspace.xml 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="6a83145c-b9aa-4b1d-ae90-1a383f1be61f" name="更改" comment="">
  8. <change afterPath="$PROJECT_DIR$/.idea/AutoTest.iml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/ReadMe.md" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/core/__init__.py" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/core/base/__init__.py" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/core/base/base_page.py" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/core/config/__init__.py" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/core/config/config_manager.py" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/core/driver/__init__.py" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/core/driver/driver_factory.py" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/core/exceptions/__init__.py" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/core/exceptions/element_exceptions.py" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/core/exceptions/security_test_exception.py" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/core/singleton.py" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/core/utils/__init__.py" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/core/utils/logger.py" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/core/utils/wait_utils.py" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/modules/__init__.py" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/modules/database/__init__.py" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/modules/database/db_client.py" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/modules/performance/__init__.py" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/modules/performance/performance_tester.py" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/modules/security/__init__.py" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/modules/security/security_tester.py" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/modules/web/__init__.py" afterDir="false" />
  36. <change afterPath="$PROJECT_DIR$/modules/web/locators/__init__.py" afterDir="false" />
  37. <change afterPath="$PROJECT_DIR$/modules/web/locators/login_locators.py" afterDir="false" />
  38. <change afterPath="$PROJECT_DIR$/modules/web/pages/__init__.py" afterDir="false" />
  39. <change afterPath="$PROJECT_DIR$/modules/web/pages/login_page.py" afterDir="false" />
  40. <change afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
  41. <change afterPath="$PROJECT_DIR$/resources/config/config.yaml" afterDir="false" />
  42. <change afterPath="$PROJECT_DIR$/resources/config/environments/dev.yaml" afterDir="false" />
  43. <change afterPath="$PROJECT_DIR$/run_tests.py" afterDir="false" />
  44. <change afterPath="$PROJECT_DIR$/test.py" afterDir="false" />
  45. <change afterPath="$PROJECT_DIR$/tests/__init__.py" afterDir="false" />
  46. <change afterPath="$PROJECT_DIR$/tests/api_tests/__init__.py" afterDir="false" />
  47. <change afterPath="$PROJECT_DIR$/tests/api_tests/test_user_api.py" afterDir="false" />
  48. <change afterPath="$PROJECT_DIR$/tests/web_tests/__init__.py" afterDir="false" />
  49. <change afterPath="$PROJECT_DIR$/tests/web_tests/test_login.py" afterDir="false" />
  50. <change afterPath="$PROJECT_DIR$/utils/__init__.py" afterDir="false" />
  51. <change afterPath="$PROJECT_DIR$/utils/data/__init__.py" afterDir="false" />
  52. <change afterPath="$PROJECT_DIR$/utils/data/data_processor.py" afterDir="false" />
  53. <change afterPath="$PROJECT_DIR$/utils/report/__init__.py" afterDir="false" />
  54. <change afterPath="$PROJECT_DIR$/utils/report/email_notifier.py" afterDir="false" />
  55. <change afterPath="$PROJECT_DIR$/utils/report/report_generator.py" afterDir="false" />
  56. <change afterPath="$PROJECT_DIR$/借鉴架构.txt" afterDir="false" />
  57. </list>
  58. <option name="SHOW_DIALOG" value="false" />
  59. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  60. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  61. <option name="LAST_RESOLUTION" value="IGNORE" />
  62. </component>
  63. <component name="FileTemplateManagerImpl">
  64. <option name="RECENT_TEMPLATES">
  65. <list>
  66. <option value="Python Script" />
  67. </list>
  68. </option>
  69. </component>
  70. <component name="Git.Settings">
  71. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  72. </component>
  73. <component name="ProjectColorInfo">{
  74. &quot;associatedIndex&quot;: 0
  75. }</component>
  76. <component name="ProjectId" id="32sqmGxfYmY5XLxRn9m7nsmxNp9" />
  77. <component name="ProjectLevelVcsManager">
  78. <ConfirmationsSetting value="2" id="Add" />
  79. </component>
  80. <component name="ProjectViewState">
  81. <option name="hideEmptyMiddlePackages" value="true" />
  82. <option name="showLibraryContents" value="true" />
  83. </component>
  84. <component name="PropertiesComponent"><![CDATA[{
  85. "keyToString": {
  86. "ModuleVcsDetector.initialDetectionPerformed": "true",
  87. "Python.run_tests.executor": "Run",
  88. "RunOnceActivity.ShowReadmeOnStart": "true",
  89. "RunOnceActivity.git.unshallow": "true",
  90. "git-widget-placeholder": "master",
  91. "node.js.detected.package.eslint": "true",
  92. "node.js.detected.package.tslint": "true",
  93. "node.js.selected.package.eslint": "(autodetect)",
  94. "node.js.selected.package.tslint": "(autodetect)",
  95. "nodejs_package_manager_path": "npm",
  96. "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
  97. "vue.rearranger.settings.migration": "true"
  98. }
  99. }]]></component>
  100. <component name="RunManager">
  101. <configuration name="run_tests" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
  102. <module name="AutoTest" />
  103. <option name="ENV_FILES" value="" />
  104. <option name="INTERPRETER_OPTIONS" value="" />
  105. <option name="PARENT_ENVS" value="true" />
  106. <envs>
  107. <env name="PYTHONUNBUFFERED" value="1" />
  108. </envs>
  109. <option name="SDK_HOME" value="" />
  110. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  111. <option name="IS_MODULE_SDK" value="true" />
  112. <option name="ADD_CONTENT_ROOTS" value="true" />
  113. <option name="ADD_SOURCE_ROOTS" value="true" />
  114. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  115. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/run_tests.py" />
  116. <option name="PARAMETERS" value="" />
  117. <option name="SHOW_COMMAND_LINE" value="false" />
  118. <option name="EMULATE_TERMINAL" value="false" />
  119. <option name="MODULE_MODE" value="false" />
  120. <option name="REDIRECT_INPUT" value="false" />
  121. <option name="INPUT_FILE" value="" />
  122. <method v="2" />
  123. </configuration>
  124. <recent_temporary>
  125. <list>
  126. <item itemvalue="Python.run_tests" />
  127. </list>
  128. </recent_temporary>
  129. </component>
  130. <component name="SharedIndexes">
  131. <attachedChunks>
  132. <set>
  133. <option value="bundled-js-predefined-d6986cc7102b-6a121458b545-JavaScript-PY-251.25410.159" />
  134. <option value="bundled-python-sdk-e0ed3721d81e-36ea0e71a18c-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-251.25410.159" />
  135. </set>
  136. </attachedChunks>
  137. </component>
  138. <component name="TaskManager">
  139. <task active="true" id="Default" summary="默认任务">
  140. <changelist id="6a83145c-b9aa-4b1d-ae90-1a383f1be61f" name="更改" comment="" />
  141. <created>1758219786635</created>
  142. <option name="number" value="Default" />
  143. <option name="presentableId" value="Default" />
  144. <updated>1758219786635</updated>
  145. <workItem from="1758219788482" duration="237000" />
  146. <workItem from="1758220109444" duration="2854000" />
  147. <workItem from="1758223025036" duration="221000" />
  148. <workItem from="1758223335109" duration="833000" />
  149. </task>
  150. <servers />
  151. </component>
  152. <component name="TypeScriptGeneratedFilesManager">
  153. <option name="version" value="3" />
  154. </component>
  155. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  156. <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$" />
  157. </component>
  158. </project>