0

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

Sadiq Shaik
  • 43
  • 1
  • 5

1 Answers1

0

Use --params=environment="path to file"

Sadiq Shaik
  • 43
  • 1
  • 5