Skip to content
Snippets Groups Projects
Commit 8087848e authored by Valerii Kalashnikov's avatar Valerii Kalashnikov
Browse files

Merge branch 'mark_dev' into 'main'

add requirements-dev.txt

See merge request eclipse/xfsc/dev-ops/testing/bdd-executor!7
parents 63882535 1e74d2f4
No related branches found
No related tags found
1 merge request!7add requirements-dev.txt
Pipeline #62890 passed with stage
in 1 minute and 22 seconds
# -- FILE: behave.ini
# Define ALIAS for PrettyHTMLFormatter.
[behave.formatters]
html-pretty = behave_html_pretty_formatter:PrettyHTMLFormatter
# Optional configuration of PrettyHTMLFormatter
# also possible to use "behave ... -D behave.formatter.html-pretty.{setting}={value}".
[behave.userdata]
behave.formatter.html-pretty.title_string = Test Suite Reporter
# Example usecase, print {before/after}_scenarios as steps with attached data.
behave.formatter.html-pretty.pseudo_steps = false
# Structure of the result html page readable(pretty) or condensed.
behave.formatter.html-pretty.pretty_output = true
# The '%' must be escaped in ini format.
behave.formatter.html-pretty.date_format = %%d-%%m-%%Y %%H:%%M:%%S
# Defines if the summary is expanded upon start.
behave.formatter.html-pretty.show_summary = false
# Defines if the user is interested in what steps are not executed.
behave.formatter.html-pretty.show_unexecuted_steps = true
# Define what to collapse by default, possible values:
# "auto" - show everything except embeds (default)
# "all" - hide everything
# comma separated list - specify subset of "scenario,embed,table,text"
# "none" - show everything, even embeds
behave.formatter.html-pretty.collapse = auto
# Defines if the user wants to see previous attempts when using auto retry.
# Auto retry https://github.com/behave/behave/blob/main/behave/contrib/scenario_autoretry.py
behave.formatter.html-pretty.show_retry_attempts = true
# Override global summary visibility
# "auto" - show global summary if more than one feature executed (default)
# "true" - show global summary
# "false" - hide global summary
behave.formatter.html-pretty.global_summary = auto
# Following will be formatted in summary section as "tester: worker1".
behave.additional-info.tester = super_worker
# Can be used multiple times.
behave.additional-info.location = super_awesome_lab
\ No newline at end of file
alabaster==0.7.16
annotated-types==0.6.0
appdirs==1.4.4
astroid==3.1.0
attrs==23.2.0
Babel==2.14.0
bash==0.6
behave==1.2.6
behave-html-pretty-formatter==1.11.1
cachetools==5.3.3
cattrs==23.2.3
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
colorama==0.4.6
contourpy==1.2.0
coverage==7.4.3
cycler==0.12.1
dill==0.3.8
distlib==0.3.8
docutils==0.20.1
dominate==2.9.0
fhconfparser==2024.1
filelock==3.13.1
fissix==21.11.13
fonttools==4.49.0
fsspec==2024.2.0
greenlet==3.0.3
idna==3.6
imagesize==1.4.1
iniconfig==2.0.0
invoke==2.2.0
isort==5.13.2
Jinja2==3.1.3
jmespath==1.0.1
junit-xml-2==1.9
kiwisolver==1.4.5
licensecheck==2024
Markdown==3.6
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.8.3
mccabe==0.7.0
mdurl==0.1.2
modernize==0.8.0
mpmath==1.3.0
mypy==1.8.0
mypy-extensions==1.0.0
nats-py==2.7.2
networkx==3.2.1
numpy==1.26.4
opencv-python==4.9.0.80
packaging==23.2
pandas==2.2.1
parse==1.20.1
parse-type==0.6.2
path==16.10.0
path.py==12.5.0
pathlib==1.0.1
pillow==10.2.0
pipenv==2023.12.1
platformdirs==4.2.0
playwright==1.41.2
pluggy==1.4.0
psutil==5.9.8
py==1.11.0
py-cpuinfo==9.0.0
pycmd==1.2
pydantic==2.4.2
pydantic_core==2.10.1
pyee==11.0.1
Pygments==2.17.2
pylint==3.1.0
pylint-junit==0.3.4
pyparsing==3.1.2
pyproject-api==1.6.1
pytest==8.0.2
pytest-cov==4.1.0
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
pyzbar==0.1.9
qrdet==2.4
qreader==3.12
quadrilateral-fitter==1.8
requests==2.31.0
requests-cache==1.2.0
rich==13.7.0
scipy==1.12.0
seaborn==0.13.2
setuptools==69.1.1
shapely==2.0.3
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.2.6
sphinx-bootstrap-theme==0.8.1
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sympy==1.12
thop==0.1.1.post2209072238
tomli==2.0.1
tomlkit==0.12.4
torch==2.2.1
torchvision==0.17.1
tox==4.13.0
tqdm==4.66.2
types-jmespath==1.0.2.20240106
types-requests==2.31.0.20240218
typing_extensions==4.10.0
tzdata==2024.1
ultralytics==8.1.24
url-normalize==1.4.3
urllib3==2.2.1
virtualenv==20.25.1
wheel==0.42.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment