Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Add Jenkins pipeline to generate spec #21

Open
zadigus opened this issue Aug 7, 2019 · 5 comments
Open

Add Jenkins pipeline to generate spec #21

zadigus opened this issue Aug 7, 2019 · 5 comments
Assignees
Milestone

Comments

@zadigus
Copy link

zadigus commented Aug 7, 2019

For the consumer-frontend, management-frontend, and backend, we need a jenkins job that

  1. runs the acceptance / e2e tests
  2. generates videos out of the tests when applicable
  3. converts the videos to gifs
  4. generates the dynamic html documentation
  5. pushes the documentation to the softozor domain
@zadigus zadigus self-assigned this Aug 7, 2019
@zadigus zadigus added this to the Release 1.0.0 milestone Aug 7, 2019
@zadigus
Copy link
Author

zadigus commented Aug 13, 2019

Just add a pipeline stage in the *-acceptance-pr jobs to buid the spec and push it to softozor.ch.

@zadigus
Copy link
Author

zadigus commented Aug 13, 2019

Check this for more info on how to make it happen.

@zadigus
Copy link
Author

zadigus commented Aug 13, 2019

The only missing part is the creation of a job for that in Jenkins. Everything else is done (for the backend).

@zadigus
Copy link
Author

zadigus commented Aug 13, 2019

Jenkins job to generate backend spec is ready. Now on the backend side what is missing is the integration of the test results into the spec. We probably need to export the behave results to junit, then convert junit to nunit, and then link the spec with the tests.

@zadigus
Copy link
Author

zadigus commented Sep 30, 2019

Video generation and conversion to gif is not done yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant