From 4a40b6f033f948105d735eb25598c57a3bf3ea21 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Tue, 10 Dec 2019 16:03:00 +0100 Subject: [PATCH] add junitxml report back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- test/appium/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appium/pytest.ini b/test/appium/pytest.ini index 2ba2d527d6..2d92e2f00b 100644 --- a/test/appium/pytest.ini +++ b/test/appium/pytest.ini @@ -1,3 +1,3 @@ [pytest] norecursedirs = .git views -addopts = -s -v --tb=line +addopts = -s -v --tb=line --junitxml=result.xml \ No newline at end of file