Initial Setup - rquellh/testcafe-cucumber GitHub Wiki
Install NodeJS and Visual Studio Code
-
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.)
Verify that NodeJS installed correctly
- 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
Download the Repo
- 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/install the repo in VSCode
- 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