Code Monkey home page Code Monkey logo

various-testing-examples's Introduction

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

various-testing-examples's People

Contributors

goldbergyoni avatar cox2m-root avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.