Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AcceptanceMark Generate Test Reports #2

Open
bizz84 opened this issue Aug 9, 2016 · 0 comments
Open

AcceptanceMark Generate Test Reports #2

bizz84 opened this issue Aug 9, 2016 · 0 comments

Comments

@bizz84
Copy link
Owner

bizz84 commented Aug 9, 2016

Purpose: See test success/failures via a file report that can be stored as an artifact in CI.

As the AcceptanceMark test suite runs, we want to generate a test report.

One way of doing this is to extend the generated test methods to pipe the results (success/failure with details) into an HTML file with green/red tests similar to the Fitnesse Test Report.

One advantage of this is that if the test suite crashed, all test results up to that point will have been already written into a file. NOTE how to deal with tests running concurrently? Need to ensure the report file is written atomically and in order

The generated test methods are the ideal place for this as they have knowledge of the inputs, outputs and expected values for each test.

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

No branches or pull requests

1 participant