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

Support NUnit test properties #89

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

Support NUnit test properties #89

wants to merge 22 commits into from

Conversation

elv1s42
Copy link
Contributor

@elv1s42 elv1s42 commented Feb 13, 2024

Implements #87

@elv1s42
Copy link
Contributor Author

elv1s42 commented Feb 13, 2024

@NikolayPianikov, I came back with a new pull request.

The tricky part was to send the properties from [TestFixture] and [TestCase] attributes. In both cases, the properties were saved inside <test-suite ... event, meaning we have to send the test metadata only when the test suite is finished (it means that all tests inside the suite are finished too, and the corresponding flows are closed). To send the test metadata after the test is finished, I need to send it with the .dll name, so now I have to collect a .dll name for each test as well as the test events inside each test suite to be able to send the service messages to TC when the test suite finishes.

Thank you!

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