8000 Fix PR comments, add nvm-windows alternatives. · coduya/testing-python-apps@62638e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62638e6

Browse files
committed
Fix PR comments, add nvm-windows alternatives.
1 parent fd3010b commit 62638e6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

section10/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Section 10: Acceptance testing
22

3-
- On Windows can still use the PyCharm Multirun plugin, or now PyCharm CE comes with a "Compound" run configuration which you can use to run two other run configurations sequentially.
3+
On Windows you can still use the PyCharm Multirun plugin.
4+
5+
Alternatively, PyCharm CE comes with a "Compound" run configuration which you can use to run two other run configurations sequentially.

section8/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ In the videos we install Node Version Manager (nvm) to install a specific versio
2424

2525
If you are using Windows, you'll want to install [nvm-windows](https://github.com/coreybutler/nvm-windows) instead. There's a Windows installer you can use: [github.com/coreybutler/nvm-windows/releases](https://github.com/coreybutler/nvm-windows/releases) . Download the `nvm-setup.exe` file and execute it. Once it has finished installing, you'll be able to run `nvm` in your `cmd.exe` application.
2626

27+
Other alternatives include [nodeenv](https://github.com/ekalinin/nodeenv), [nodist](https://github.com/marcelklehr/nodist), or [nvs](https://github.com/jasongin/nvs).
28+
2729
There, you can see the available NodeJS versions by running:
2830

2931
```bash
@@ -63,7 +65,7 @@ Copy the path to the `newman` executable, as you'll need it in PyCharm when you
6365
3. Create a new Run Configuration of type Shell Script and give it a name, such as "Run Newman tests"
6466
4. Select "Script Text"
6567
5. In the Script text field, type your path to newman followed by `run stores-rest-api.postman_collection.json` .
66-
1. **Important** if your path to newman contains spaces, then write it in this format: `& 'path to your newman'`
68+
1. **Important** if your path to newman contains spaces, then write it in this format: `& 'path to your newman'`
6769
2. The final value of the Script text field will be something like this: `& 'path to your newman' run stores-rest-api.postman_collection.json` .
6870
6. Press OK
6971

0 commit comments

Comments
 (0)
0