mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
chore: rerun failures enabled
This commit is contained in:
parent
53f0fd1fa0
commit
dd2a2f132c
4
test/e2e/ci/Jenkinsfile
vendored
4
test/e2e/ci/Jenkinsfile
vendored
@ -151,9 +151,9 @@ pipeline {
|
|||||||
passwordVariable: 'TESTRAIL_PSW'
|
passwordVariable: 'TESTRAIL_PSW'
|
||||||
)
|
)
|
||||||
]) {
|
]) {
|
||||||
|
/* Keep the --reruns flag first, or it won't work */
|
||||||
sh """
|
sh """
|
||||||
python3 -m pytest ${flags.join(" ")} \
|
python3 -m pytest --reruns=1 ${flags.join(" ")} \
|
||||||
--ignore-flaky \
|
|
||||||
--disable-warnings \
|
--disable-warnings \
|
||||||
--alluredir=./allure-results
|
--alluredir=./allure-results
|
||||||
"""
|
"""
|
||||||
|
@ -5,7 +5,7 @@ log_cli = true
|
|||||||
log_cli_level = INFO
|
log_cli_level = INFO
|
||||||
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)7s CLI %(name)s %(message).5000s
|
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)7s CLI %(name)s %(message).5000s
|
||||||
|
|
||||||
addopts = --disable-warnings -p no:logging
|
addopts = --reruns=1 --disable-warnings -p no:logging
|
||||||
|
|
||||||
markers =
|
markers =
|
||||||
critical: Critical checks for every PR
|
critical: Critical checks for every PR
|
||||||
|
@ -8,6 +8,6 @@ atomacos==3.3.0; platform_system == "Darwin"
|
|||||||
allure-pytest==2.13.2
|
allure-pytest==2.13.2
|
||||||
testrail-api==1.12.0
|
testrail-api==1.12.0
|
||||||
pyperclip==1.8.2
|
pyperclip==1.8.2
|
||||||
pytest-rerunfailures==11.1.2
|
pytest-rerunfailures==13.0
|
||||||
pytest-ignore-flaky==2.1.0
|
pytest-ignore-flaky==2.1.0
|
||||||
pytest-timeout==2.2.0
|
pytest-timeout==2.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user