cucu 1.3.11__py3-none-any.whl → 1.3.12__py3-none-any.whl

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/environment.py CHANGED
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cucu
3
- Version: 1.3.11
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.13.3
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.2.0
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.12.1
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
@@ -16,7 +16,7 @@ cucu/db.py,sha256=0aT4h1hGeToIBXlPoxkuB7dBpQ3lMlUHWfq-J3WJINA,14581
16
16
  cucu/edgedriver_autoinstaller/README.md,sha256=tDkAWIqgRdCjt-oX1nYqikIC_FfiOEM2-pc5S5VbRLo,84
17
17
  cucu/edgedriver_autoinstaller/__init__.py,sha256=fo6xJJPvcc5Xvni8epXfxDoPxJH5_b6Vk2jD9JTwfRs,969
18
18
  cucu/edgedriver_autoinstaller/utils.py,sha256=iRKTww77CGaTAntt_QDvxlKPxpMU4otx95OeD97khcM,6802
19
- cucu/environment.py,sha256=eeUERL4nUaFLlEv-UftQ99SfSSs7-3oaFkFM7YPqET0,11728
19
+ cucu/environment.py,sha256=wjj-CA3i3sDi9G_sVzkIUgOv1CgBlwaePdUWIZQMBsw,11729
20
20
  cucu/external/jquery/jquery-3.5.1.min.js,sha256=9_aliU8dGd2tb6OSsuzixeV4y_faTqgFtohetphbbj0,89476
21
21
  cucu/formatter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  cucu/formatter/cucu.py,sha256=NRLFsd6xl3uwUk45ihKN2OEioOeAqeTURrcQgscDGnU,9351
@@ -88,7 +88,7 @@ cucu/steps/text_steps.py,sha256=Jj_GHoHeemNwVdUOdqcehArNp7WM-WMjljA4w0pLXuw,2576
88
88
  cucu/steps/variable_steps.py,sha256=WSctH3_xcxjijGPYZlxp-foC_SIAAKtF__saNtgZJbk,2966
89
89
  cucu/steps/webserver_steps.py,sha256=wWkpSvcSMdiskPkh4cqlepWx1nkvEpTU2tRXQmPDbyo,1410
90
90
  cucu/utils.py,sha256=LCcs8sMzvdvH05N8P5QYO4lO6j-_PQC530mEAD96go8,10957
91
- cucu-1.3.11.dist-info/WHEEL,sha256=-neZj6nU9KAMg2CnCY6T3w8J53nx1kFGw_9HfoSzM60,79
92
- cucu-1.3.11.dist-info/entry_points.txt,sha256=11WRIhQM7LuUnQg1lAoZQoNvvBvYNN1maDgQS4djwJo,40
93
- cucu-1.3.11.dist-info/METADATA,sha256=diIgoAsSKpyOJOxNJv2qymSkVL1k697sbpoaI-pZ-0Q,16722
94
- cucu-1.3.11.dist-info/RECORD,,
91
+ cucu-1.3.12.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
92
+ cucu-1.3.12.dist-info/entry_points.txt,sha256=11WRIhQM7LuUnQg1lAoZQoNvvBvYNN1maDgQS4djwJo,40
93
+ cucu-1.3.12.dist-info/METADATA,sha256=Dll_GwbkRROSj58VKzcldTeZYm9LY76Vjuer6EOWInI,16722
94
+ cucu-1.3.12.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.8.22
2
+ Generator: uv 0.8.24
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any