Skip to content

Commit 620b53e

Browse files
committed
Update the Node.js integration
1 parent c97c68b commit 620b53e

File tree

3 files changed

+171
-492
lines changed

3 files changed

+171
-492
lines changed

integrations/node_js/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can create a customized web app for running SeleniumBase tests by using Node
1919
npm install -g npm@latest
2020
```
2121

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``.)
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`` because it uses the ``npm-shrinkwrap.json`` file that's generated via ``npm shrinkwrap``.)
2323

2424
```bash
2525
npm ci

0 commit comments

Comments
 (0)