Skip to content

AUTOMATION: Uploading HTML reports to s3 and providing the behave output-directory #1209

Answered by jenisys
Akhilteegala asked this question in Q&A
Discussion options

You must be logged in to vote

PART 1: Automation Problem

What you describe is a build-script problem and not a behave problem:

  • You use some kind of build script to run behave with the provided output-directory
  • After the behave run, you copy these files to the s3 filesystem (by using s3fs or …)

POTENTIAL SOLUTIONS:

  • Use a shell script (as wrapper around the behave run)
  • Use a build-system like make, just, invoke or …

PART 2: HTML Formatter Problem

Just use a HTML Formatter for behave that supports your requirements.

CANDIDATES:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jenisys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants