cucu 1.0.9__tar.gz → 1.0.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cucu might be problematic. Click here for more details.

Files changed (254) hide show
  1. {cucu-1.0.9 → cucu-1.0.10}/.circleci/config.yml +2 -1
  2. {cucu-1.0.9 → cucu-1.0.10}/CHANGELOG.md +3 -0
  3. {cucu-1.0.9 → cucu-1.0.10}/PKG-INFO +2 -2
  4. {cucu-1.0.9 → cucu-1.0.10}/pyproject.toml +2 -2
  5. {cucu-1.0.9 → cucu-1.0.10}/uv.lock +1 -1
  6. {cucu-1.0.9 → cucu-1.0.10}/.env +0 -0
  7. {cucu-1.0.9 → cucu-1.0.10}/.github/CODEOWNERS +0 -0
  8. {cucu-1.0.9 → cucu-1.0.10}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  9. {cucu-1.0.9 → cucu-1.0.10}/.github/workflows/build.yml +0 -0
  10. {cucu-1.0.9 → cucu-1.0.10}/.github/workflows/create_a_new_release.yml +0 -0
  11. {cucu-1.0.9 → cucu-1.0.10}/.github/workflows/publish-production.yml +0 -0
  12. {cucu-1.0.9 → cucu-1.0.10}/.github/workflows/publish-test.yml +0 -0
  13. {cucu-1.0.9 → cucu-1.0.10}/.gitignore +0 -0
  14. {cucu-1.0.9 → cucu-1.0.10}/.pre-commit-config.yaml +0 -0
  15. {cucu-1.0.9 → cucu-1.0.10}/.python-version +0 -0
  16. {cucu-1.0.9 → cucu-1.0.10}/CODE_OF_CONDUCT.md +0 -0
  17. {cucu-1.0.9 → cucu-1.0.10}/CONTRIBUTING.md +0 -0
  18. {cucu-1.0.9 → cucu-1.0.10}/CONTRIBUTORS.md +0 -0
  19. {cucu-1.0.9 → cucu-1.0.10}/LICENSE +0 -0
  20. {cucu-1.0.9 → cucu-1.0.10}/Makefile +0 -0
  21. {cucu-1.0.9 → cucu-1.0.10}/README.md +0 -0
  22. {cucu-1.0.9 → cucu-1.0.10}/bin/cucu +0 -0
  23. {cucu-1.0.9 → cucu-1.0.10}/bin/start_seleniarm_hub.sh +0 -0
  24. {cucu-1.0.9 → cucu-1.0.10}/bin/start_selenium_hub.sh +0 -0
  25. {cucu-1.0.9 → cucu-1.0.10}/cortex.yaml +0 -0
  26. {cucu-1.0.9 → cucu-1.0.10}/data/features/custom_step_test/custom_step.feature +0 -0
  27. {cucu-1.0.9 → cucu-1.0.10}/data/features/custom_step_test/steps/__init__.py +0 -0
  28. {cucu-1.0.9 → cucu-1.0.10}/data/features/custom_step_test/steps/cucu_steps.py +0 -0
  29. {cucu-1.0.9 → cucu-1.0.10}/data/features/echo.feature +0 -0
  30. {cucu-1.0.9 → cucu-1.0.10}/data/features/environment.py +0 -0
  31. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_skipping_scenarios_by_file_presence.feature +0 -0
  32. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_background.feature +0 -0
  33. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_background_using_substeps.feature +0 -0
  34. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_failing_scenario.feature +0 -0
  35. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_failing_scenario_with_table.feature +0 -0
  36. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_failing_scenario_with_web.feature +0 -0
  37. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_logging.feature +0 -0
  38. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_long_names.feature +0 -0
  39. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_mixed_results.feature +0 -0
  40. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_multilines_and_tables.feature +0 -0
  41. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_passing_scenario.feature +0 -0
  42. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_passing_scenario_with_web.feature +0 -0
  43. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_platform_specific_scenarios.feature +0 -0
  44. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_scenario_outline.feature +0 -0
  45. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_scenario_using_nth_type.feature +0 -0
  46. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_tagging.feature +0 -0
  47. {cucu-1.0.9 → cucu-1.0.10}/data/features/feature_with_xml_tags.feature +0 -0
  48. {cucu-1.0.9 → cucu-1.0.10}/data/features/multiple_scenarios_with_browser_steps.feature +0 -0
  49. {cucu-1.0.9 → cucu-1.0.10}/data/features/scenario_stop_retry_early.feature +0 -0
  50. {cucu-1.0.9 → cucu-1.0.10}/data/features/scenario_that_fails_with_after_scenario_steps.feature +0 -0
  51. {cucu-1.0.9 → cucu-1.0.10}/data/features/scenario_that_passes_with_after_scenario_steps.feature +0 -0
  52. {cucu-1.0.9 → cucu-1.0.10}/data/features/scenario_with_console_logs.feature +0 -0
  53. {cucu-1.0.9 → cucu-1.0.10}/data/features/scenario_with_substeps.feature +0 -0
  54. {cucu-1.0.9 → cucu-1.0.10}/data/features/scenario_with_substeps_and_logging.feature +0 -0
  55. {cucu-1.0.9 → cucu-1.0.10}/data/features/slow_features/slow_feature1.feature +0 -0
  56. {cucu-1.0.9 → cucu-1.0.10}/data/features/slow_features/slow_feature2.feature +0 -0
  57. {cucu-1.0.9 → cucu-1.0.10}/data/features/slow_features/slow_feature3.feature +0 -0
  58. {cucu-1.0.9 → cucu-1.0.10}/data/features/slow_features/slow_feature4.feature +0 -0
  59. {cucu-1.0.9 → cucu-1.0.10}/data/features/slow_features/slow_feature5.feature +0 -0
  60. {cucu-1.0.9 → cucu-1.0.10}/data/features/steps/__init__.py +0 -0
  61. {cucu-1.0.9 → cucu-1.0.10}/data/features/steps/cucu_steps.py +0 -0
  62. {cucu-1.0.9 → cucu-1.0.10}/data/features/tagged_features/tagged_feature1.feature +0 -0
  63. {cucu-1.0.9 → cucu-1.0.10}/data/features/tagged_features/tagged_feature2.feature +0 -0
  64. {cucu-1.0.9 → cucu-1.0.10}/data/features/tagged_features/tagged_feature3.feature +0 -0
  65. {cucu-1.0.9 → cucu-1.0.10}/data/features/with_secret/cucurc.yml +0 -0
  66. {cucu-1.0.9 → cucu-1.0.10}/data/features/with_secret/scenario_with_comments.feature +0 -0
  67. {cucu-1.0.9 → cucu-1.0.10}/data/unit/ansi.log +0 -0
  68. {cucu-1.0.9 → cucu-1.0.10}/data/unit/ansi.log.html +0 -0
  69. {cucu-1.0.9 → cucu-1.0.10}/data/www/broken_images.html +0 -0
  70. {cucu-1.0.9 → cucu-1.0.10}/data/www/buttons.html +0 -0
  71. {cucu-1.0.9 → cucu-1.0.10}/data/www/checkboxes.html +0 -0
  72. {cucu-1.0.9 → cucu-1.0.10}/data/www/clipboard.html +0 -0
  73. {cucu-1.0.9 → cucu-1.0.10}/data/www/comboboxes.html +0 -0
  74. {cucu-1.0.9 → cucu-1.0.10}/data/www/console_logging.html +0 -0
  75. {cucu-1.0.9 → cucu-1.0.10}/data/www/cookies.html +0 -0
  76. {cucu-1.0.9 → cucu-1.0.10}/data/www/counter.html +0 -0
  77. {cucu-1.0.9 → cucu-1.0.10}/data/www/drag_drop.html +0 -0
  78. {cucu-1.0.9 → cucu-1.0.10}/data/www/draggables.html +0 -0
  79. {cucu-1.0.9 → cucu-1.0.10}/data/www/dropdowns.html +0 -0
  80. {cucu-1.0.9 → cucu-1.0.10}/data/www/duplicate_buttons.html +0 -0
  81. {cucu-1.0.9 → cucu-1.0.10}/data/www/duplicate_inputs.html +0 -0
  82. {cucu-1.0.9 → cucu-1.0.10}/data/www/dynamic_dropdown.html +0 -0
  83. {cucu-1.0.9 → cucu-1.0.10}/data/www/file.txt +0 -0
  84. {cucu-1.0.9 → cucu-1.0.10}/data/www/files.html +0 -0
  85. {cucu-1.0.9 → cucu-1.0.10}/data/www/frames.html +0 -0
  86. {cucu-1.0.9 → cucu-1.0.10}/data/www/fuzzy_rules.html +0 -0
  87. {cucu-1.0.9 → cucu-1.0.10}/data/www/images.html +0 -0
  88. {cucu-1.0.9 → cucu-1.0.10}/data/www/inputs.html +0 -0
  89. {cucu-1.0.9 → cucu-1.0.10}/data/www/js/util.js +0 -0
  90. {cucu-1.0.9 → cucu-1.0.10}/data/www/links.html +0 -0
  91. {cucu-1.0.9 → cucu-1.0.10}/data/www/nothing_to_see_here.html +0 -0
  92. {cucu-1.0.9 → cucu-1.0.10}/data/www/page_that_loads_forever.html +0 -0
  93. {cucu-1.0.9 → cucu-1.0.10}/data/www/radio_buttons.html +0 -0
  94. {cucu-1.0.9 → cucu-1.0.10}/data/www/stars.png +0 -0
  95. {cucu-1.0.9 → cucu-1.0.10}/data/www/tables.html +0 -0
  96. {cucu-1.0.9 → cucu-1.0.10}/data/www/tabs.html +0 -0
  97. {cucu-1.0.9 → cucu-1.0.10}/data/www/text.html +0 -0
  98. {cucu-1.0.9 → cucu-1.0.10}/features/browser/browser_tab_managemenet.feature +0 -0
  99. {cucu-1.0.9 → cucu-1.0.10}/features/browser/browser_window_managemenet.feature +0 -0
  100. {cucu-1.0.9 → cucu-1.0.10}/features/browser/buttons.feature +0 -0
  101. {cucu-1.0.9 → cucu-1.0.10}/features/browser/checkboxes.feature +0 -0
  102. {cucu-1.0.9 → cucu-1.0.10}/features/browser/clipboard.feature +0 -0
  103. {cucu-1.0.9 → cucu-1.0.10}/features/browser/comboboxes.feature +0 -0
  104. {cucu-1.0.9 → cucu-1.0.10}/features/browser/console_logs.feature +0 -0
  105. {cucu-1.0.9 → cucu-1.0.10}/features/browser/cookies.feature +0 -0
  106. {cucu-1.0.9 → cucu-1.0.10}/features/browser/draggables.feature +0 -0
  107. {cucu-1.0.9 → cucu-1.0.10}/features/browser/dropdowns.feature +0 -0
  108. {cucu-1.0.9 → cucu-1.0.10}/features/browser/duplicate_buttons.feature +0 -0
  109. {cucu-1.0.9 → cucu-1.0.10}/features/browser/duplicate_draggables.feature +0 -0
  110. {cucu-1.0.9 → cucu-1.0.10}/features/browser/duplicate_inputs.feature +0 -0
  111. {cucu-1.0.9 → cucu-1.0.10}/features/browser/file_downloads.feature +0 -0
  112. {cucu-1.0.9 → cucu-1.0.10}/features/browser/file_upload.feature +0 -0
  113. {cucu-1.0.9 → cucu-1.0.10}/features/browser/frames.feature +0 -0
  114. {cucu-1.0.9 → cucu-1.0.10}/features/browser/fuzzy_rules.feature +0 -0
  115. {cucu-1.0.9 → cucu-1.0.10}/features/browser/helpers.feature +0 -0
  116. {cucu-1.0.9 → cucu-1.0.10}/features/browser/images.feature +0 -0
  117. {cucu-1.0.9 → cucu-1.0.10}/features/browser/inputs.feature +0 -0
  118. {cucu-1.0.9 → cucu-1.0.10}/features/browser/inputs_limits.feature +0 -0
  119. {cucu-1.0.9 → cucu-1.0.10}/features/browser/links.feature +0 -0
  120. {cucu-1.0.9 → cucu-1.0.10}/features/browser/mht.feature +0 -0
  121. {cucu-1.0.9 → cucu-1.0.10}/features/browser/page_checks.feature +0 -0
  122. {cucu-1.0.9 → cucu-1.0.10}/features/browser/radio_buttons.feature +0 -0
  123. {cucu-1.0.9 → cucu-1.0.10}/features/browser/tables.feature +0 -0
  124. {cucu-1.0.9 → cucu-1.0.10}/features/browser/tabs.feature +0 -0
  125. {cucu-1.0.9 → cucu-1.0.10}/features/browser/text.feature +0 -0
  126. {cucu-1.0.9 → cucu-1.0.10}/features/cli/config.feature +0 -0
  127. {cucu-1.0.9 → cucu-1.0.10}/features/cli/help.feature +0 -0
  128. {cucu-1.0.9 → cucu-1.0.10}/features/cli/internals.feature +0 -0
  129. {cucu-1.0.9 → cucu-1.0.10}/features/cli/ipdb.feature +0 -0
  130. {cucu-1.0.9 → cucu-1.0.10}/features/cli/lint.feature +0 -0
  131. {cucu-1.0.9 → cucu-1.0.10}/features/cli/lsp.feature +0 -0
  132. {cucu-1.0.9 → cucu-1.0.10}/features/cli/report_basics.feature +0 -0
  133. {cucu-1.0.9 → cucu-1.0.10}/features/cli/report_search_and_sorting.feature +0 -0
  134. {cucu-1.0.9 → cucu-1.0.10}/features/cli/report_with_custom_failure_handler.feature +0 -0
  135. {cucu-1.0.9 → cucu-1.0.10}/features/cli/report_with_custom_subheader.feature +0 -0
  136. {cucu-1.0.9 → cucu-1.0.10}/features/cli/report_with_custom_tags.feature +0 -0
  137. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run.feature +0 -0
  138. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run_outputs.feature +0 -0
  139. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run_with_hooks.feature +0 -0
  140. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run_with_junit.feature +0 -0
  141. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run_with_logging.feature +0 -0
  142. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run_with_report.feature +0 -0
  143. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run_with_tags.feature +0 -0
  144. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run_with_thread_dumper.feature +0 -0
  145. {cucu-1.0.9 → cucu-1.0.10}/features/cli/run_with_workers.feature +0 -0
  146. {cucu-1.0.9 → cucu-1.0.10}/features/cli/secrets.feature +0 -0
  147. {cucu-1.0.9 → cucu-1.0.10}/features/cli/steps.feature +0 -0
  148. {cucu-1.0.9 → cucu-1.0.10}/features/cli/vars.feature +0 -0
  149. {cucu-1.0.9 → cucu-1.0.10}/features/environment.py +0 -0
  150. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/before_retry_handlers.feature +0 -0
  151. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/repeating_steps.feature +0 -0
  152. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/run_after_scenario_steps.feature +0 -0
  153. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/run_and_measure.feature +0 -0
  154. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/run_other_features.feature +0 -0
  155. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/run_scenarios_conditionally.feature +0 -0
  156. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/run_steps_conditionally.feature +0 -0
  157. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/run_steps_on_element_visibilty.feature +0 -0
  158. {cucu-1.0.9 → cucu-1.0.10}/features/flow_control/wait_for_steps.feature +0 -0
  159. {cucu-1.0.9 → cucu-1.0.10}/features/os/command_steps.feature +0 -0
  160. {cucu-1.0.9 → cucu-1.0.10}/features/os/file_steps.feature +0 -0
  161. {cucu-1.0.9 → cucu-1.0.10}/features/os/platform_steps.feature +0 -0
  162. {cucu-1.0.9 → cucu-1.0.10}/features/os/screenshot.feature +0 -0
  163. {cucu-1.0.9 → cucu-1.0.10}/features/os/variables.feature +0 -0
  164. {cucu-1.0.9 → cucu-1.0.10}/features/steps/__init__.py +0 -0
  165. {cucu-1.0.9 → cucu-1.0.10}/features/steps/cucu_steps.py +0 -0
  166. {cucu-1.0.9 → cucu-1.0.10}/logo.png +0 -0
  167. {cucu-1.0.9 → cucu-1.0.10}/renovate.json +0 -0
  168. {cucu-1.0.9 → cucu-1.0.10}/sonar-project.properties +0 -0
  169. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/__init__.py +0 -0
  170. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/ansi_parser.py +0 -0
  171. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/behave_tweaks.py +0 -0
  172. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/browser/__init__.py +0 -0
  173. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/browser/core.py +0 -0
  174. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/browser/frames.py +0 -0
  175. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/browser/selenium.py +0 -0
  176. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/browser/selenium_tweaks.py +0 -0
  177. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/cli/__init__.py +0 -0
  178. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/cli/core.py +0 -0
  179. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/cli/run.py +0 -0
  180. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/cli/steps.py +0 -0
  181. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/cli/thread_dumper.py +0 -0
  182. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/config.py +0 -0
  183. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/edgedriver_autoinstaller/README.md +0 -0
  184. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/edgedriver_autoinstaller/__init__.py +0 -0
  185. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/edgedriver_autoinstaller/utils.py +0 -0
  186. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/environment.py +0 -0
  187. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/external/jquery/jquery-3.5.1.min.js +0 -0
  188. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/formatter/__init__.py +0 -0
  189. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/formatter/cucu.py +0 -0
  190. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/formatter/json.py +0 -0
  191. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/formatter/junit.py +0 -0
  192. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/fuzzy/__init__.py +0 -0
  193. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/fuzzy/core.py +0 -0
  194. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/fuzzy/fuzzy.js +0 -0
  195. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/helpers.py +0 -0
  196. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/hooks.py +0 -0
  197. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/language_server/__init__.py +0 -0
  198. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/language_server/core.py +0 -0
  199. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/lint/__init__.py +0 -0
  200. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/lint/linter.py +0 -0
  201. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/lint/rules/format.yaml +0 -0
  202. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/logger.py +0 -0
  203. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/matcher/__init__.py +0 -0
  204. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/matcher/core.py +0 -0
  205. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/page_checks.py +0 -0
  206. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/__init__.py +0 -0
  207. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/external/bootstrap.min.css +0 -0
  208. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/external/bootstrap.min.js +0 -0
  209. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/external/dataTables.bootstrap.min.css +0 -0
  210. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/external/dataTables.bootstrap.min.js +0 -0
  211. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/external/jquery-3.5.1.min.js +0 -0
  212. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/external/jquery.dataTables.min.js +0 -0
  213. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/external/popper.min.js +0 -0
  214. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/favicon.png +0 -0
  215. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/html.py +0 -0
  216. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/templates/feature.html +0 -0
  217. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/templates/flat.html +0 -0
  218. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/templates/index.html +0 -0
  219. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/templates/layout.html +0 -0
  220. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/reporter/templates/scenario.html +0 -0
  221. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/__init__.py +0 -0
  222. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/base_steps.py +0 -0
  223. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/browser_steps.py +0 -0
  224. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/button_steps.py +0 -0
  225. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/checkbox_steps.py +0 -0
  226. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/command_steps.py +0 -0
  227. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/comment_steps.py +0 -0
  228. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/draggable_steps.py +0 -0
  229. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/dropdown_steps.py +0 -0
  230. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/file_input_steps.py +0 -0
  231. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/filesystem_steps.py +0 -0
  232. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/flow_control_steps.py +0 -0
  233. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/image_steps.py +0 -0
  234. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/input_steps.py +0 -0
  235. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/link_steps.py +0 -0
  236. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/menuitem_steps.py +0 -0
  237. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/platform_steps.py +0 -0
  238. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/radio_steps.py +0 -0
  239. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/step_utils.py +0 -0
  240. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/tab_steps.py +0 -0
  241. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/table_steps.py +0 -0
  242. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/tables.js +0 -0
  243. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/text_steps.py +0 -0
  244. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/variable_steps.py +0 -0
  245. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/steps/webserver_steps.py +0 -0
  246. {cucu-1.0.9 → cucu-1.0.10}/src/cucu/utils.py +0 -0
  247. {cucu-1.0.9 → cucu-1.0.10}/tests/__init__.py +0 -0
  248. {cucu-1.0.9 → cucu-1.0.10}/tests/test_behave_tweaks.py +0 -0
  249. {cucu-1.0.9 → cucu-1.0.10}/tests/test_browser.py +0 -0
  250. {cucu-1.0.9 → cucu-1.0.10}/tests/test_config.py +0 -0
  251. {cucu-1.0.9 → cucu-1.0.10}/tests/test_core.py +0 -0
  252. {cucu-1.0.9 → cucu-1.0.10}/tests/test_language_server.py +0 -0
  253. {cucu-1.0.9 → cucu-1.0.10}/tests/test_reporter_parser.py +0 -0
  254. {cucu-1.0.9 → cucu-1.0.10}/tests/test_table_steps.py +0 -0
@@ -130,9 +130,10 @@ orbs:
130
130
  - run:
131
131
  name: Install uv
132
132
  command: |
133
+ set -euxo pipefail
133
134
  echo 'export UV_INSTALL_DIR=$HOME/.uv' >> $BASH_ENV
134
135
  source $BASH_ENV
135
- curl -LsSf https://astral.sh/uv/install.sh | sh
136
+ curl --retry 9 -LsSf https://astral.sh/uv/install.sh | sh
136
137
  echo 'source $UV_INSTALL_DIR/env' >> $BASH_ENV
137
138
  source $BASH_ENV
138
139
  - save_cache:
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project closely adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 1.0.10
9
+ - Chore - change package homepage to wiki page
10
+
8
11
  ## 1.0.9
9
12
  - Chore - update for selenium 4.28
10
13
  - Chore - update CI with selenium docker images to 126
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cucu
3
- Version: 1.0.9
3
+ Version: 1.0.10
4
4
  Summary: Easy BDD web testing
5
- Project-URL: Homepage, https://github.com/dominodatalab/cucu
5
+ Project-URL: Homepage, https://github.com/dominodatalab/cucu/wiki
6
6
  Project-URL: Download, https://pypi.org/project/cucu/
7
7
  Project-URL: Source Code, https://github.com/dominodatalab/cucu
8
8
  Author-email: Domino Data Lab <open-source@dominodatalab.com>, Rodney Gomes <107359+rlgomes@users.noreply.github.com>, Cedric Young <4129217+ccedricyoung@users.noreply.github.com>, Xin Dong <104880864+ddl-xin@users.noreply.github.com>, Kavya <91882851+ddl-kavya@users.noreply.github.com>, Kevin Garton <71028750+ddl-kgarton@users.noreply.github.com>, Joy Liao <107583686+ddl-joy-liao@users.noreply.github.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cucu"
3
- version = "1.0.9"
3
+ version = "1.0.10"
4
4
  description = "Easy BDD web testing"
5
5
  readme = "README.md"
6
6
  license = { text = "The Clear BSD License" }
@@ -65,7 +65,7 @@ dependencies = [
65
65
  ]
66
66
 
67
67
  [project.urls]
68
- Homepage = "https://github.com/dominodatalab/cucu"
68
+ Homepage = "https://github.com/dominodatalab/cucu/wiki"
69
69
  Download = "https://pypi.org/project/cucu/"
70
70
  "Source Code" = "https://github.com/dominodatalab/cucu"
71
71
 
@@ -263,7 +263,7 @@ toml = [
263
263
 
264
264
  [[package]]
265
265
  name = "cucu"
266
- version = "1.0.9"
266
+ version = "1.0.10"
267
267
  source = { editable = "." }
268
268
  dependencies = [
269
269
  { name = "beautifulsoup4" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes