File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11using NBomber . Converter . HAR ;
22using NBomber . Converter . Postman ;
33
4- var harFileContent = File . ReadAllText ( "HarExample_4steps .har" ) ;
4+ var harFileContent = File . ReadAllText ( "HarExample_15steps .har" ) ;
55var harScenario = HARScenarioConverter . Convert ( harFileContent ) ;
66
77File . WriteAllText ( "HelloWorldHarScenario.cs" , harScenario ) ;
88
9- var postmanCollectionContent = File . ReadAllText ( "PostmanExample_4steps .json" ) ;
9+ var postmanCollectionContent = File . ReadAllText ( "PostmanExample_15steps_v2.0 .json" ) ;
1010var postmanScenario = PostmanScenarioConverter . Convert ( postmanCollectionContent ) ;
1111
1212File . WriteAllText ( "HelloWorldPostmanScenario.cs" , postmanScenario ) ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class HelloWorldExample
4343 {% endfor %}
4444 return Response.Ok();
4545 })
46- .WithRestartIterationOnFail(shouldRestart: false);
46+ .WithRestartIterationOnFail(shouldRestart: false);
4747
4848 NBomberRunner
4949 .RegisterScenarios(scn1)
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class HelloWorldPostmanExample
4343 {% endfor %}
4444 return Response.Ok();
4545 })
46- .WithRestartIterationOnFail(shouldRestart: false);
46+ .WithRestartIterationOnFail(shouldRestart: false);
4747
4848 NBomberRunner
4949 .RegisterScenarios(scn1)
You can’t perform that action at this time.
0 commit comments