Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.68 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.68 KB

Testing frameworks for JavaScript in frontend and backend – Backend demo

GitHub license test workflow

This is the backend demo on the topic "Testing frameworks for JavaScript in frontend and backend" for the KTH course DD2482 Automated Software Testing and DevOps. Developed in collaboration with Elias Bonnici ([email protected], @elibon99).

Instructions

Preparation

  1. Install Node.js on your local machine, at least version 10.
  2. Clone this repository: git clone https://github.com/nalenz/dd2482-demo-jstesting-backend
  3. In this repository, run npm install to install all dependencies.

Running the server normally

npm start

Running the tests

npm test

Related links

Organizational

Libraries

Instructions for testing via CI

License

GPL-3.0-or-later