qaf icon indicating copy to clipboard operation
qaf copied to clipboard

QAF reports data flushed away if execution interrupted

Open narendrarajput opened this issue 6 years ago • 1 comments

QAF Version

QAF v2.1.14-RC1 QAF Support v2.1.14-RC1 Maven project

Background : I have QAF maven project. I'm using BDD approach to automate UI testcases. There are 16 modules (BDD scenario files ) in my project. If i execute all module it takes around 6 hrs to complete the execution. Sometime my system get crashes ( system related issue may be memory or something else ) meanwhile the execution. If i open the report and check the status of total executed testcase till system met with crash it shows the blank.It shows blank

Recently I observed the same with Jenkins Job on other system. Please refer the relevant snaps:

image

Here you can see the report timing under test-result folder:

image

Also one level in:

image

Expected behavior

It should persist all the data and should show in reports even if execution interrupted.

Note : This behavior is observed in normal execution (without jenkins jobs) if execution interrupted.

narendrarajput avatar Nov 21 '18 05:11 narendrarajput

It may be because you have configure job to do fresh checkout or to clean up post build.

cjayswal avatar Sep 16 '19 19:09 cjayswal