Skip to content

Commit b9a9ff2

Browse files
committed
Syntax-highlighting is better with "zsh" than "bash"
1 parent 78a84bd commit b9a9ff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/capabilities/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pytest test_swag_labs.py --cap-string='{"browserName":"chrome","name":"test1"}'
100100

101101
If you pass ``"*"`` into the ``"name"`` field of ``--cap-string``, the name will become the test identifier. Eg:
102102

103-
```bash
103+
```zsh
104104
pytest my_first_test.py --cap-string='{"browserName":"chrome","name":"*"}' --server="127.0.0.1" --browser=chrome
105105
```
106106

seleniumbase/masterqa/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You may have noticed the ``Incomplete Test Runs`` row on the results page. If th
3333

3434
**How to run the example tests from scratch:**
3535

36-
```bash
36+
```zsh
3737
git clone https://github.com/seleniumbase/SeleniumBase.git
3838
cd SeleniumBase
3939
pip install .

0 commit comments

Comments
 (0)