Skip to content

Commit 42682e0

Browse files
Merge pull request #703 from ap-wtioit/master-improve_test_artifacts_github
[IMP] tests: check chromium is working before testing artifacts with odoo
2 parents 373775c + 6436e22 commit 42682e0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tests/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,18 @@ def test_screencasts(self):
857857
"{}",
858858
";",
859859
),
860+
# check chromium version
861+
("chromium", "--version"),
862+
# check that chromium is working before testing with odoo
863+
(
864+
"chromium",
865+
"--no-sandbox",
866+
"--headless",
867+
"--dump-dom",
868+
"--enable-logging=stderr",
869+
"--v=1",
870+
"about:blank",
871+
),
860872
# install odoo base module
861873
(
862874
"odoo",

0 commit comments

Comments
 (0)