I have a json file which has my app url and other details. i am running my tests from cmd prompt using nunit3-console runner. how can i pass the json file as parameter to my tests execution
Asked
Active
Viewed 314 times
0
-
Possible duplicate of [pass test case parameters using nunit console](https://stackoverflow.com/questions/39768723/pass-test-case-parameters-using-nunit-console) – Chris Aug 02 '18 at 13:00
-
^ That's an auto-message, but that should help - I reckon you're after the `--params` flag. =) – Chris Aug 02 '18 at 13:00
-
@Chris is it possible to pass a json file from --params. could you give an example – Sadiq Shaik Aug 02 '18 at 13:03
-
Looks like you got it. :-) – Chris Aug 02 '18 at 15:00
-
@Chris Yes i found it – Sadiq Shaik Aug 10 '18 at 12:38