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

Test Cases for Issue #132 - Verify the auto generation of test reports get generated with and without the gui #300

Merged
merged 10 commits into from
Sep 28, 2024

Conversation

ArekKuczynski
Copy link
Collaborator

Issue #221

Copy link
Owner

@damies13 damies13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than remove the file generated by the test case in the teardown, It's better to move it in the ${OUTPUT DIR}so it gets saved in the zip file and you can inspect it later if needed.
You'll can use the pattern ${OUTPUT DIR}${/}${TEST NAME} as a destination folder when moving files.

If you really want to ensure the folder is clean for each test, copy the test data into ${OUTPUT DIR}${/}${TEST NAME} and run the test in that dir, but that might make the zip files big

@damies13 damies13 merged commit f337120 into damies13:v1.4.0 Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants