ricardocerto16 / Automated-Tests-JS

Automation of tasks/tests in JavaScript using QUnit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Tests JavaScript

Objetive:

Grunt is a command line application that aims to automate tasks, especially tasks in JavaScript applications. These tasks are as described above. And how is this done? Writing the tasks in JavaScript and running on Node.JS.

Requirements

  • Installing NodeJs
  • Installing Grunt
  • Installing Node Modules (npm install)
  • Installing QUnit

Steps and Documentation

The documentation and steps to follow are in the following link

Future features

  • Implementing this automated tests using the platform Jenkins.

Author

Ricardo Certo

About

Automation of tasks/tests in JavaScript using QUnit


Languages

Language:HTML 53.3%Language:JavaScript 46.7%