Skip to content

Commit

Permalink
Update the Node.js integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Jul 7, 2024
1 parent c97c68b commit 620b53e
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 492 deletions.
2 changes: 1 addition & 1 deletion integrations/node_js/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can create a customized web app for running SeleniumBase tests by using Node
npm install -g npm@latest
```

#### 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``.)
#### 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``.)

```bash
npm ci
Expand Down
Loading

0 comments on commit 620b53e

Please sign in to comment.