Skip to content

Commit 46da530

Browse files
committed
Fix markdownlint issues in tez-ui/README.md
1 parent d876e57 commit 46da530

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

tez-ui/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,33 +80,43 @@ You will need the following things properly installed on your computer.
8080
Tests run in **headless Chrome**
8181
Google Chrome must be installed on your machine.
8282

83-
**Step 1: Set `CHROME_BIN` to your Chrome binary**
83+
#### Step 1: Set `CHROME_BIN` to your Chrome binary
8484

8585
On Linux:
86+
8687
```bash
8788
export CHROME_BIN=google-chrome-stable
8889
```
90+
8991
On macOS:
92+
9093
```bash
9194
export CHROME_BIN="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
9295
```
9396

94-
**Step 2: Run the tests**
97+
#### Step 2: Run the tests
9598

9699
Via Maven (from the `tez-ui` directory):
100+
97101
```bash
98102
mvn clean install
99103
```
104+
100105
If `CHROME_BIN` is not set in your environment, you can also pass the Chrome path
101106
directly as a Maven property:
107+
102108
```bash
103109
mvn clean install -Dchrome.bin="/path/to/Google Chrome"
104110
```
111+
105112
Via Yarn (from inside `src/main/webapp`):
113+
106114
```bash
107115
yarn test
108116
```
117+
109118
To skip tests:
119+
110120
```bash
111121
mvn clean package -DskipTests
112122
```

0 commit comments

Comments
 (0)