Skip to content

Commit fbd47f3

Browse files
committed
Update the ReadMe for the NodeJS integration
1 parent 45e47c6 commit fbd47f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

integrations/node_js/ReadMe.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<h2><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> Creating a Test Runner with NodeJS + Express</h2>
22

3-
You can create a customized web app for running SeleniumBase tests by using NodeJS and Express. (This tutorial assumes that you've already installed SeleniumBase by following the instructions from the [top-level ReadMe](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md) file.)
3+
You can create a customized web app for running SeleniumBase tests by using NodeJS and Express. (This tutorial assumes that you've already installed [SeleniumBase](https://github.com/seleniumbase/SeleniumBase).
44

55
<img src="https://seleniumbase.io/other/node_runner.png" title="Node Runner" />
66

7+
#### 0. Clone SeleniumBase from GitHub
8+
9+
* You'll need to work with the files located in the [integrations/node_js](https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js) folder.
10+
711
#### 1. Install NodeJS (if not installed)
812

913
* Navigate to [https://nodejs.org/en/](https://nodejs.org/en/)
@@ -15,7 +19,7 @@ You can create a customized web app for running SeleniumBase tests by using Node
1519
npm install -g npm@latest
1620
```
1721

18-
#### 3. Install the Example Test Runner for SeleniumBase from the ``integrations/node_js`` folder (``npm ci`` has a speed improvement over ``npm install``.)
22+
#### 3. Install the Example Test Runner for SeleniumBase from the [integrations/node_js](https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js) folder (``npm ci`` has a speed improvement over ``npm install``.)
1923

2024
```bash
2125
npm ci

0 commit comments

Comments
 (0)