AUTOMATION: Uploading HTML reports to s3 and providing the behave output-directory #1209
-
Hi All, I have a requirement to upload the local html reports to s3. How can we do it is there a way to handle this. every time I run behave I am specifying the output folder so how does the behave knows the exact folder to upload and what is the ideal way to do this. I also have a requirement to show the output of the each step under the given when then tags in the html report. so that we don't have to go inside the logs to see what result I has given, is there a way to show the output on html report. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
PART 1: Automation ProblemWhat you describe is a build-script problem and not a behave problem:
POTENTIAL SOLUTIONS:
PART 2: HTML Formatter ProblemJust use a HTML Formatter for CANDIDATES:
|
Beta Was this translation helpful? Give feedback.
PART 1: Automation Problem
What you describe is a build-script problem and not a behave problem:
POTENTIAL SOLUTIONS:
make
, just, invoke or …PART 2: HTML Formatter Problem
Just use a HTML Formatter for
behave
that supports your requirements.CANDIDATES: