cucu 1.3.11__tar.gz → 1.3.12__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.3.11 → cucu-1.3.12}/PKG-INFO +4 -4
- {cucu-1.3.11 → cucu-1.3.12}/pyproject.toml +4 -4
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/environment.py +1 -1
- {cucu-1.3.11 → cucu-1.3.12}/README.md +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/ansi_parser.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/behave_tweaks.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/browser/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/browser/core.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/browser/frames.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/browser/selenium.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/browser/selenium_tweaks.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/cli/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/cli/core.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/cli/run.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/cli/steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/cli/thread_dumper.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/config.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/db.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/edgedriver_autoinstaller/README.md +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/edgedriver_autoinstaller/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/edgedriver_autoinstaller/utils.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/external/jquery/jquery-3.5.1.min.js +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/formatter/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/formatter/cucu.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/formatter/json.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/formatter/junit.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/formatter/rundb.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/fuzzy/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/fuzzy/core.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/fuzzy/fuzzy.js +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/helpers.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/hooks.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/.gitignore +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/README.md +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/cucurc.yml +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/data/www/example.html +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/features/cucurc.yml +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/features/environment.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/features/example.feature +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/features/lint_rules/sid.yaml +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/features/steps/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/init_data/features/steps/my_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/language_server/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/language_server/core.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/lint/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/lint/linter.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/lint/rules/format.yaml +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/logger.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/matcher/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/matcher/core.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/page_checks.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/external/bootstrap.min.css +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/external/bootstrap.min.js +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/external/dataTables.bootstrap.min.css +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/external/dataTables.bootstrap.min.js +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/external/jquery-3.5.1.min.js +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/external/jquery.dataTables.min.js +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/external/popper.min.js +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/favicon.png +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/html.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/templates/feature.html +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/templates/flat.html +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/templates/index.html +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/templates/layout.html +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/reporter/templates/scenario.html +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/__init__.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/base_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/browser_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/button_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/checkbox_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/command_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/draggable_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/dropdown_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/file_input_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/filesystem_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/flow_control_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/image_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/input_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/link_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/menuitem_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/platform_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/radio_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/section_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/step_utils.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/tab_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/table_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/tables.js +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/text_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/variable_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/steps/webserver_steps.py +0 -0
- {cucu-1.3.11 → cucu-1.3.12}/src/cucu/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: cucu
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.12
|
|
4
4
|
Summary: Easy BDD web testing
|
|
5
5
|
Keywords: cucumber,selenium,behave
|
|
6
6
|
Author: Domino Data Lab, Rodney Gomes, Cedric Young, Xin Dong, Kavya Yakkati, Kevin Garton, Joy Liao
|
|
@@ -13,13 +13,13 @@ Classifier: License :: OSI Approved :: BSD License
|
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
14
14
|
Classifier: Natural Language :: English
|
|
15
15
|
Classifier: Topic :: Software Development :: Testing :: BDD
|
|
16
|
-
Requires-Dist: beautifulsoup4~=4.
|
|
16
|
+
Requires-Dist: beautifulsoup4~=4.14.2
|
|
17
17
|
Requires-Dist: behave==1.2.6
|
|
18
18
|
Requires-Dist: chromedriver-autoinstaller~=0.6.2
|
|
19
|
-
Requires-Dist: click~=8.
|
|
19
|
+
Requires-Dist: click~=8.3.0
|
|
20
20
|
Requires-Dist: coverage[toml]~=7.8
|
|
21
21
|
Requires-Dist: geckodriver-autoinstaller~=0.1.0
|
|
22
|
-
Requires-Dist: humanize~=4.
|
|
22
|
+
Requires-Dist: humanize~=4.13.0
|
|
23
23
|
Requires-Dist: importlib-metadata~=8.7.0
|
|
24
24
|
Requires-Dist: jellyfish>=1.1
|
|
25
25
|
Requires-Dist: jinja2~=3.1.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "cucu"
|
|
3
|
-
version = "1.3.
|
|
3
|
+
version = "1.3.12"
|
|
4
4
|
description = "Easy BDD web testing"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "The Clear BSD License" }
|
|
@@ -35,13 +35,13 @@ include = [
|
|
|
35
35
|
]
|
|
36
36
|
requires-python = ">=3.10"
|
|
37
37
|
dependencies = [
|
|
38
|
-
"beautifulsoup4~=4.
|
|
38
|
+
"beautifulsoup4~=4.14.2",
|
|
39
39
|
"behave==1.2.6",
|
|
40
40
|
"chromedriver-autoinstaller~=0.6.2",
|
|
41
|
-
"click~=8.
|
|
41
|
+
"click~=8.3.0",
|
|
42
42
|
"coverage[toml]~=7.8",
|
|
43
43
|
"geckodriver-autoinstaller~=0.1.0",
|
|
44
|
-
"humanize~=4.
|
|
44
|
+
"humanize~=4.13.0",
|
|
45
45
|
"importlib-metadata~=8.7.0",
|
|
46
46
|
"jellyfish>=1.1",
|
|
47
47
|
"jinja2~=3.1.3",
|
|
@@ -303,7 +303,7 @@ def after_step(ctx, step):
|
|
|
303
303
|
|
|
304
304
|
# Add tab info to step.stdout so it shows up in the HTML report
|
|
305
305
|
step.stdout.extend(
|
|
306
|
-
[f"tab({current_tab} of {total_tabs}): {title}", "url: {url}"]
|
|
306
|
+
[f"tab({current_tab} of {total_tabs}): {title}", f"url: {url}"]
|
|
307
307
|
)
|
|
308
308
|
|
|
309
309
|
# if the step has substeps from using `run_steps` then we already moved
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|