Change failed test message to use lucene.testsettings.json instead of .runsettings #999
Closed
1 task done
Labels
is:task
A chore to be done
Milestone
Is there an existing issue for this?
Task description
When a unit test fails, it prints a message instructing the user on how they can set the random seed and culture to reproduce the test. The output today looks like:
The .runsettings option is more verbose than the lucene.testsettings.json version, it requires structuring the XML properly to work, and has the extra documentation link that could be removed with the JSON approach. This message could instead look like:
The text was updated successfully, but these errors were encountered: