cucu 1.0.8__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.
- {cucu-1.0.8 → cucu-1.0.10}/.circleci/config.yml +3 -2
- {cucu-1.0.8 → cucu-1.0.10}/CHANGELOG.md +7 -0
- {cucu-1.0.8 → cucu-1.0.10}/PKG-INFO +3 -3
- {cucu-1.0.8 → cucu-1.0.10}/pyproject.toml +3 -3
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/browser/selenium.py +3 -3
- {cucu-1.0.8 → cucu-1.0.10}/uv.lock +5 -5
- {cucu-1.0.8 → cucu-1.0.10}/.env +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.github/CODEOWNERS +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.github/workflows/build.yml +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.github/workflows/create_a_new_release.yml +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.github/workflows/publish-production.yml +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.github/workflows/publish-test.yml +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.gitignore +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.pre-commit-config.yaml +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/.python-version +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/CODE_OF_CONDUCT.md +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/CONTRIBUTING.md +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/CONTRIBUTORS.md +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/LICENSE +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/Makefile +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/README.md +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/bin/cucu +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/bin/start_seleniarm_hub.sh +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/bin/start_selenium_hub.sh +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/cortex.yaml +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/custom_step_test/custom_step.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/custom_step_test/steps/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/custom_step_test/steps/cucu_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/echo.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/environment.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_skipping_scenarios_by_file_presence.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_background.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_background_using_substeps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_failing_scenario.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_failing_scenario_with_table.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_failing_scenario_with_web.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_logging.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_long_names.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_mixed_results.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_multilines_and_tables.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_passing_scenario.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_passing_scenario_with_web.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_platform_specific_scenarios.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_scenario_outline.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_scenario_using_nth_type.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_tagging.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/feature_with_xml_tags.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/multiple_scenarios_with_browser_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/scenario_stop_retry_early.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/scenario_that_fails_with_after_scenario_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/scenario_that_passes_with_after_scenario_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/scenario_with_console_logs.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/scenario_with_substeps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/scenario_with_substeps_and_logging.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/slow_features/slow_feature1.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/slow_features/slow_feature2.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/slow_features/slow_feature3.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/slow_features/slow_feature4.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/slow_features/slow_feature5.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/steps/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/steps/cucu_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/tagged_features/tagged_feature1.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/tagged_features/tagged_feature2.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/tagged_features/tagged_feature3.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/with_secret/cucurc.yml +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/features/with_secret/scenario_with_comments.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/unit/ansi.log +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/unit/ansi.log.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/broken_images.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/buttons.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/checkboxes.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/clipboard.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/comboboxes.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/console_logging.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/cookies.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/counter.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/drag_drop.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/draggables.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/dropdowns.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/duplicate_buttons.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/duplicate_inputs.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/dynamic_dropdown.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/file.txt +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/files.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/frames.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/fuzzy_rules.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/images.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/inputs.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/js/util.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/links.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/nothing_to_see_here.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/page_that_loads_forever.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/radio_buttons.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/stars.png +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/tables.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/tabs.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/data/www/text.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/browser_tab_managemenet.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/browser_window_managemenet.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/buttons.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/checkboxes.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/clipboard.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/comboboxes.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/console_logs.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/cookies.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/draggables.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/dropdowns.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/duplicate_buttons.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/duplicate_draggables.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/duplicate_inputs.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/file_downloads.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/file_upload.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/frames.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/fuzzy_rules.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/helpers.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/images.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/inputs.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/inputs_limits.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/links.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/mht.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/page_checks.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/radio_buttons.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/tables.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/tabs.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/browser/text.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/config.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/help.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/internals.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/ipdb.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/lint.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/lsp.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/report_basics.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/report_search_and_sorting.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/report_with_custom_failure_handler.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/report_with_custom_subheader.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/report_with_custom_tags.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run_outputs.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run_with_hooks.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run_with_junit.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run_with_logging.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run_with_report.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run_with_tags.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run_with_thread_dumper.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/run_with_workers.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/secrets.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/cli/vars.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/environment.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/before_retry_handlers.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/repeating_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/run_after_scenario_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/run_and_measure.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/run_other_features.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/run_scenarios_conditionally.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/run_steps_conditionally.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/run_steps_on_element_visibilty.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/flow_control/wait_for_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/os/command_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/os/file_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/os/platform_steps.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/os/screenshot.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/os/variables.feature +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/steps/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/features/steps/cucu_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/logo.png +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/renovate.json +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/sonar-project.properties +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/ansi_parser.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/behave_tweaks.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/browser/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/browser/core.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/browser/frames.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/browser/selenium_tweaks.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/cli/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/cli/core.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/cli/run.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/cli/steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/cli/thread_dumper.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/config.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/edgedriver_autoinstaller/README.md +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/edgedriver_autoinstaller/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/edgedriver_autoinstaller/utils.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/environment.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/external/jquery/jquery-3.5.1.min.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/formatter/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/formatter/cucu.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/formatter/json.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/formatter/junit.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/fuzzy/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/fuzzy/core.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/fuzzy/fuzzy.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/helpers.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/hooks.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/language_server/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/language_server/core.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/lint/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/lint/linter.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/lint/rules/format.yaml +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/logger.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/matcher/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/matcher/core.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/page_checks.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/external/bootstrap.min.css +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/external/bootstrap.min.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/external/dataTables.bootstrap.min.css +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/external/dataTables.bootstrap.min.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/external/jquery-3.5.1.min.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/external/jquery.dataTables.min.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/external/popper.min.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/favicon.png +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/html.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/templates/feature.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/templates/flat.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/templates/index.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/templates/layout.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/reporter/templates/scenario.html +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/base_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/browser_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/button_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/checkbox_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/command_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/comment_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/draggable_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/dropdown_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/file_input_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/filesystem_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/flow_control_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/image_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/input_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/link_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/menuitem_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/platform_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/radio_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/step_utils.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/tab_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/table_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/tables.js +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/text_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/variable_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/steps/webserver_steps.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/src/cucu/utils.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/tests/__init__.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/tests/test_behave_tweaks.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/tests/test_browser.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/tests/test_config.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/tests/test_core.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/tests/test_language_server.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/tests/test_reporter_parser.py +0 -0
- {cucu-1.0.8 → cucu-1.0.10}/tests/test_table_steps.py +0 -0
|
@@ -54,7 +54,7 @@ jobs:
|
|
|
54
54
|
environment:
|
|
55
55
|
# Starting with python 3.12 coverage could be 2x slower so use experimental COVERAGE_CORE=sysmon
|
|
56
56
|
COVERAGE_CORE: sysmon
|
|
57
|
-
- image: selenium/standalone-<<parameters.browser>>:
|
|
57
|
+
- image: selenium/standalone-<<parameters.browser>>:126.0
|
|
58
58
|
environment:
|
|
59
59
|
SE_ENABLE_TRACING: false
|
|
60
60
|
SE_NODE_MAX_SESSIONS: 12
|
|
@@ -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,13 @@ 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
|
+
|
|
11
|
+
## 1.0.9
|
|
12
|
+
- Chore - update for selenium 4.28
|
|
13
|
+
- Chore - update CI with selenium docker images to 126
|
|
14
|
+
|
|
8
15
|
## 1.0.8
|
|
9
16
|
- Chore - bump pypi publishing GH action version
|
|
10
17
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cucu
|
|
3
|
-
Version: 1.0.
|
|
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>
|
|
@@ -42,7 +42,7 @@ Requires-Dist: psutil~=6.0.0
|
|
|
42
42
|
Requires-Dist: pygls~=1.3.1
|
|
43
43
|
Requires-Dist: pyyaml~=6.0.1
|
|
44
44
|
Requires-Dist: requests<3.0.0,>=2.31.0
|
|
45
|
-
Requires-Dist: selenium~=4.
|
|
45
|
+
Requires-Dist: selenium~=4.28
|
|
46
46
|
Requires-Dist: tabulate~=0.9.0
|
|
47
47
|
Requires-Dist: tenacity~=9.0.0
|
|
48
48
|
Description-Content-Type: text/markdown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "cucu"
|
|
3
|
-
version = "1.0.
|
|
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" }
|
|
@@ -59,13 +59,13 @@ dependencies = [
|
|
|
59
59
|
"pygls~=1.3.1",
|
|
60
60
|
"pyyaml~=6.0.1",
|
|
61
61
|
"requests>=2.31.0,<3.0.0",
|
|
62
|
-
"selenium~=4.
|
|
62
|
+
"selenium~=4.28",
|
|
63
63
|
"tabulate~=0.9.0",
|
|
64
64
|
"tenacity~=9.0.0",
|
|
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
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import logging
|
|
2
|
+
import os
|
|
2
3
|
|
|
3
4
|
import chromedriver_autoinstaller
|
|
4
5
|
import geckodriver_autoinstaller
|
|
@@ -8,7 +9,6 @@ from selenium.webdriver.chrome.options import Options as ChromeOptions
|
|
|
8
9
|
from selenium.webdriver.common.by import By
|
|
9
10
|
from selenium.webdriver.edge.options import Options as EdgeOptions
|
|
10
11
|
from selenium.webdriver.firefox.options import Options as FirefoxOptions
|
|
11
|
-
from selenium.webdriver.remote.remote_connection import RemoteConnection
|
|
12
12
|
|
|
13
13
|
from cucu import config, edgedriver_autoinstaller, logger
|
|
14
14
|
from cucu.browser.core import Browser
|
|
@@ -55,7 +55,7 @@ class Selenium(Browser):
|
|
|
55
55
|
init()
|
|
56
56
|
|
|
57
57
|
timeout = float(config.CONFIG["CUCU_SELENIUM_DEFAULT_TIMEOUT_S"])
|
|
58
|
-
|
|
58
|
+
os.environ["GLOBAL_DEFAULT_TIMEOUT"] = str(timeout)
|
|
59
59
|
|
|
60
60
|
height = config.CONFIG["CUCU_BROWSER_WINDOW_HEIGHT"]
|
|
61
61
|
width = config.CONFIG["CUCU_BROWSER_WINDOW_WIDTH"]
|
|
@@ -293,7 +293,7 @@ class Selenium(Browser):
|
|
|
293
293
|
|
|
294
294
|
mht_data = None
|
|
295
295
|
if self.driver._is_remote:
|
|
296
|
-
cdp_url = f"{self.driver.command_executor.
|
|
296
|
+
cdp_url = f"{self.driver.command_executor._client_config.remote_server_addr}/session/{self.driver.session_id}/chromium/send_command_and_get_result"
|
|
297
297
|
cdp_request_body = '{"cmd": "Page.captureSnapshot", "params": {}}'
|
|
298
298
|
cdp_response = self.driver.command_executor._request(
|
|
299
299
|
"POST", cdp_url, cdp_request_body
|
|
@@ -263,7 +263,7 @@ toml = [
|
|
|
263
263
|
|
|
264
264
|
[[package]]
|
|
265
265
|
name = "cucu"
|
|
266
|
-
version = "1.0.
|
|
266
|
+
version = "1.0.10"
|
|
267
267
|
source = { editable = "." }
|
|
268
268
|
dependencies = [
|
|
269
269
|
{ name = "beautifulsoup4" },
|
|
@@ -314,7 +314,7 @@ requires-dist = [
|
|
|
314
314
|
{ name = "pygls", specifier = "~=1.3.1" },
|
|
315
315
|
{ name = "pyyaml", specifier = "~=6.0.1" },
|
|
316
316
|
{ name = "requests", specifier = ">=2.31.0,<3.0.0" },
|
|
317
|
-
{ name = "selenium", specifier = "~=4.
|
|
317
|
+
{ name = "selenium", specifier = "~=4.28" },
|
|
318
318
|
{ name = "tabulate", specifier = "~=0.9.0" },
|
|
319
319
|
{ name = "tenacity", specifier = "~=9.0.0" },
|
|
320
320
|
]
|
|
@@ -976,7 +976,7 @@ wheels = [
|
|
|
976
976
|
|
|
977
977
|
[[package]]
|
|
978
978
|
name = "selenium"
|
|
979
|
-
version = "4.
|
|
979
|
+
version = "4.28.1"
|
|
980
980
|
source = { registry = "https://pypi.org/simple" }
|
|
981
981
|
dependencies = [
|
|
982
982
|
{ name = "certifi" },
|
|
@@ -986,9 +986,9 @@ dependencies = [
|
|
|
986
986
|
{ name = "urllib3", extra = ["socks"] },
|
|
987
987
|
{ name = "websocket-client" },
|
|
988
988
|
]
|
|
989
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
989
|
+
sdist = { url = "https://files.pythonhosted.org/packages/88/38/d62d4e8da649ad699b02eb1e95c3cfc20ff400744b9417b9093c5daebd4b/selenium-4.28.1.tar.gz", hash = "sha256:0072d08670d7ec32db901bd0107695a330cecac9f196e3afb3fa8163026e022a", size = 981633 }
|
|
990
990
|
wheels = [
|
|
991
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
991
|
+
{ url = "https://files.pythonhosted.org/packages/a0/9f/34d0ec09b0dd6fb7b08b93eb4b7b80049e0b9db0ba7f81ad814c9be78b8f/selenium-4.28.1-py3-none-any.whl", hash = "sha256:4238847e45e24e4472cfcf3554427512c7aab9443396435b1623ef406fff1cc1", size = 9530373 },
|
|
992
992
|
]
|
|
993
993
|
|
|
994
994
|
[[package]]
|
{cucu-1.0.8 → cucu-1.0.10}/.env
RENAMED
|
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
|
{cucu-1.0.8 → cucu-1.0.10}/data/features/feature_skipping_scenarios_by_file_presence.feature
RENAMED
|
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
|
{cucu-1.0.8 → cucu-1.0.10}/data/features/scenario_that_fails_with_after_scenario_steps.feature
RENAMED
|
File without changes
|
{cucu-1.0.8 → cucu-1.0.10}/data/features/scenario_that_passes_with_after_scenario_steps.feature
RENAMED
|
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
|
|
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
|
|
File without changes
|