Skip to content

Commit 0dd86b7

Browse files
authored
Merge pull request #8 from itaibh/master
updated tutorial to use RunnerOptions
2 parents 17c6720 + 4ec28bc commit 0dd86b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApplitoolsTutorial/UFGDemo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void Main(string[] args)
1919
IWebDriver webDriver = new ChromeDriver();
2020

2121
// Create a runner with concurrency of 1
22-
VisualGridRunner runner = new VisualGridRunner(1);
22+
VisualGridRunner runner = new VisualGridRunner(new RunnerOptions().TestConcurrency(1));
2323

2424
// Create Eyes object with the runner, meaning it'll be a Visual Grid eyes.
2525
Eyes eyes = new Eyes(runner);

0 commit comments

Comments
 (0)