项目作者: jacksjm

项目描述 :
Comparison of test frameworks
高级语言: JavaScript
项目地址: git://github.com/jacksjm/javascript-automation-example.git
创建时间: 2020-02-23T21:53:50Z
项目社区:https://github.com/jacksjm/javascript-automation-example

开源协议:Other

下载


JavaScript Automation Example

CodeQL

This repository destiny to present a simple dashboard with 3 (three) differents tests frameworks: Mocha + Chai, Jest and Jasmine.

Run locally

Prerequisites

  • Node.js

Steps

  1. npm install
  2. npm test

After this the execution present 3 (three) diferentes errors, in order to demonstrate the dashboards of the frameworks and their functionalities.

Example

  • Jasmine



  • Jest



  • Mocha + Chai