Skip to content

Commit be53f76

Browse files
committed
update: readme, fix EOF
1 parent 3de1d3c commit be53f76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PyTest Integration with BrowserStack.
1717
* To run a local test, (if you have not set the BROWSERSTACK_ACCESS_KEY environment variable) first go to config/local.json then edit key on line 3
1818
* Run `paver run local`
1919

20-
## Running your sample tests
20+
## Run sample tests
2121
* To run parallel tests, run `paver run sample`
2222

2323
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)

config/local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"browserVersion": "latest"
2222
}
2323
]
24-
}
24+
}

config/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
}
3636
}
3737
]
38-
}
38+
}

0 commit comments

Comments
 (0)