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

360.add missing testdata to report #361

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

RobertAvemarg
Copy link
Contributor

No description provided.

Copy link
Contributor

@wurzelkuchen wurzelkuchen left a comment

Choose a reason for hiding this comment

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

some small things to change please


import io.qameta.allure.Allure;

public class TestData extends HashMap<String, String>
Copy link
Contributor

Choose a reason for hiding this comment

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

Importand class, needs javadoc :)


import io.qameta.allure.Allure;

public class TestData extends HashMap<String, String>
Copy link
Contributor

Choose a reason for hiding this comment

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

serializable class, needs serialVersionUID, even tho we don't plan to serialize it, having warnings in the code should be avoided.

@wurzelkuchen
Copy link
Contributor

Please add Unit tests for the newly created TestData class. Feel free to just convert the DataUtils test to TestData tests, since we will get rid of the DataUtils methods anyway

@wurzelkuchen wurzelkuchen linked an issue Feb 20, 2025 that may be closed by this pull request
5 tasks
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.

Bug: Not all ways to retrieve Test Data show up in the Report
2 participants