Skip to content

Revamp reportng [QA-1581] #1

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Revamp reportng [QA-1581] #1

wants to merge 3 commits into from

Conversation

a-margaritis
Copy link

  • Converted project to gradle from maven
  • Updated CHANGELOG and README.md
  • Added codeowners and .gitignore files
  • Increased version to 2.0.0 since the conversion to gradle is a major change from the project lifecycle
  • Converted expression when grouping tests based on test groups provided in the test class from contain to equality since the TestGroup is enum and free text is not allowed. A value should match completely otherwise the test case may be assigned to wrong group if a test group name is substring of another test group name.

- Remove files for travis ci and maven
+ Update .changelog.txt
+ Update README.md
…check for group name equality rather whether the group name contains the substring of the group given. At the end the test group class in qa-tests project is Enum and no free text input.
@a-margaritis a-margaritis changed the title Revamp reportng Revamp reportng [QA-1581] Sep 15, 2022
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.

1 participant