Customize the generated testname in the code behind file (ultimately into the TRX) #552
Unanswered
cedricbrasey
asked this question in
Q&A
Replies: 2 comments 2 replies
-
What test framework are you using? xUnit 2? NUnit 3 or 4? MsTest? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey Julian,
We are using mstest right now but are looking to move to xunit soon ish.
On 4 Apr 2025, at 16:12, Julian Verdurmen ***@***.***> wrote:
What test framework are you using? xUnit 2? NUnit 3 or 4? MsTest?
—
Reply to this email directly, view it on GitHub<#552 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AARRUULXPXOAHYLKWKMWWBT2X2ONBAVCNFSM6AAAAAB2OVR3RKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZSG42TGNY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to do something and right now it's a bit of a hack via a powershell script. So i'm wondering if this at all possible by extending Reqnroll itself with a plugin.
Let me set the scene.
I have a test.
Now when this runs the TRX file will receive
Test001ThisIsAReallyImportantTestTheDoesStuff_ATeaOrdered
andTest001ThisIsAReallyImportantTestTheDoesStuff_BCoffeeOrdered
. What i would really like is to be able to adjust the testname myself so that i get something along the lines ofTest001A_ThisIsAReallyImportantTestTheDoesStuff_TeaOrdered
i'm happy to do the string manipulation but i just cant seem to see i can hook into to achieve this.Or if you have a better idea i'm all ears.
Beta Was this translation helpful? Give feedback.
All reactions