Skip to content
📗JavaScript & Node.js testing workshop, from A-Z🎉
JavaScript HTML CSS
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Genric message Oct 17, 2019
.vscode
assets Genric message Jun 18, 2019
by-layer/DAL/affected-rows Genric message Jun 18, 2019
clean-testing Genric message May 26, 2020
component-testing Genric message May 26, 2020
getting-started Genric message May 26, 2020
measuring-effectiveness Genric message Dec 15, 2019
playground Genric message May 6, 2020
property-based-testing/basic/test Genric message Oct 17, 2019
reports
test-doubles Genric message May 26, 2020
tools/jest Genric message Oct 17, 2019
unit-testing Genric message Apr 13, 2020
.DS_Store Genric message May 26, 2020
.eslintrc.js Genric message Jun 26, 2019
.gitignore Genric message Oct 17, 2019
jest.config.js Genric message Apr 2, 2020
jest.config.mutation.js
package-lock.json Genric message Apr 8, 2020
package.json Genric message Apr 8, 2020
readme.md Update readme.md May 3, 2020
stryker.conf.js Genric message Jun 18, 2019

readme.md

Node.js Testing A to Z



150+ Students Last update: February 15, 2018 Updated for Node v.8.9

Welcome To My Testing Workshop!!

This repository holds various materials, demos and instructions for the workshop

Preparation

As we meet in the classroom we wish to spend our precious time on interesting development challenges rather than machine setup. Make sure to prepare your machine aforehand. Should you encounter any issue - please open an issue within this repo and I'll be sure to assist shortly

✔ 1 Install Node.JS > v10.x

Install Node.JS LTS (any version that is beyond v10) from this website - just download and progress within the installation wizard

✔ 2 Ensure Node is installed correctly

Open your favourite terminal (Windows: command prompt) and type 'NPM verson'. The output should confirm that version 8.9.x is indeed installed

✔ 3 Install IDE (editor)

I highly recommend using VSCode editor in the course as it's lightweight and has a very rich plugins eco-sysem that we might use during our excercise. Simply visit the downloads site and choose the edition that suits your operations system. You may opt for any other editor that supports Node debugging and intellisense

✔ 4 Fork this repo

Use git to fork this repo into your computer. You may use the top-right corner 'Fork' button

✔ 5 Install dependencies

Navigate to the repository you've just cloned, change your working directory to 'getting-started' (cd getting-started) and install dependencies

npm i

✔ 6 Ensure testing works

Run the following command and ensure that the output confirms that all the test succeeded

npm run test:exercise

✔ 7 Polish Your JS Skills

Learning Node requires to be familiar with Javascript. Beside mastering the basic principals of JS, it's recommended to get acquaintance with the following concepts that are highly related to Node.JS:
Arrow functions
Spread operator
Callbacks
Classes

✔ 8 Prepare your computer for a video call

Install the online calls software Zoom, connect your camera and run a test call to ensure your equipment is ready

You can’t perform that action at this time.