/e-commerce-code-testing

This repository contains unit and integration test for an e-commerce Javascript library.

Primary LanguageHTMLMIT LicenseMIT

e-commerce-code-testing

This repository contains unit and integration test for an e-commerce Javascript library!

Execution instructions

  1. Install nodejs
  • sudo apt install nodejs
  1. Install npm
  • sudo apt install npm
  1. Install git
  • sudo apt install git
  1. Clone repository
  • git clone https://github.com/OscarGTH/e-commerce-code-testing.git
  1. Navigate to e-commerce-code-testing folder
  • cd e-commerce-code-testing
  1. Install required modules (jest and jest-extended)
  • npm i
  1. Run the tests
  • npm run coverage

Info

This is based on a project template for students participating in Software Testing course at Tampere University.

Source code folder contains a separate license file that must NOT be removed under any circumstances! Removing this license file directly violates terms and conditions of the software under testing. Individuals who remove or modify the license file will also carry the consequences.