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

refactor: change the way config listeners in testng #3

Merged
merged 1 commit into from Oct 19, 2021

Conversation

lucas-nguyen-17
Copy link
Contributor

Setting listeners in testng file has 2 disadvatages:

This pull requests changes the setting from by file to by code:

  • people can run directly from IDE for each or many tests
  • if we create more testng.xml files or add more listeners, just one place to change.

@rajatt95 rajatt95 merged commit 042acad into rajatt95:master Oct 19, 2021
@lucas-nguyen-17 lucas-nguyen-17 deleted the TestngListener branch October 28, 2021 10:23
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.

None yet

2 participants