reportportal / agent-net-nunit

Report Portal integration point with NUnit 3
Apache License 2.0
21 stars 10 forks source link

invalid argument: /Logger:ReportPortal #85

Closed sjabbal8 closed 1 year ago

sjabbal8 commented 1 year ago

Hi I am unable to upload the results . image

Can you please help me with it if i am missing something.

Aleh-Yanushkevich commented 1 year ago

@sjabbal8 please have a look how to use NUnit console runner + ReportPortal here. As I can see from your screenshot, you are trying to use /Logger argument, but this argument is applicable for VS test console, not for NUnit console runner.

sjabbal8 commented 1 year ago

which command can help me to run the tests is not mentioned in the link

Aleh-Yanushkevich commented 1 year ago

@sjabbal8 first of please have a look how to configure your runner for ability to send results to ReportPortal: image If you have already done it and your configuration is correct - just run your tests without any extra arguments.

Example of using NUnit with ReportPortal you can find here.