-
Notifications
You must be signed in to change notification settings - Fork 59
Initial Setup
rquellh edited this page May 14, 2018
·
24 revisions
-
Install NodeJS (I usually install the latest LTS version.)
-
Install Visual Studio Code. (You can use your favorite IDE, but I included some nice VSCode integrations in this repo.)
- Open Visual Studio Code (VSCode).
- Open the terminal by using the shortcut Ctrl + ~ or you can open the terminal by going to View -> Integrated Terminal
- In the terminal type
node -v
- Press Enter
- If you see the version of NodeJS you installed then NodeJS has installed correctly
- If you encounter an error please install NodeJS again
- Navigate to the home screen of the testcafe-cucumber repo.
- Click the "Clone or download" button
- Click "Download ZIP"
- When the download completes unzip the file
- The unziped file contains all the contents of this repo
- Open VSCode
- Click File -> Open Folder
- Navigate to the location where you saved the repo
- Click the "Select Folder" button
- You should now see the explorer tree on the left side
- With VSCode open and the repo open
- Open the terminal by using the shortcut Ctrl + ~ or you can open the terminal by going to View -> Integrated Terminal
- In the terminal type
npm install
- Press Enter
- You should see the installation of packages and
node_modules
folder in the project tree