MediaComem / comem-archidep-js-automated-tests

Sample project to write unit, integration, API, browser and acceptance tests in JavaScript

Home Page:https://express-greeter.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript automated tests

Sample project to write unit, integration, API, browser and acceptance tests in JavaScript. The application is a simple Express.js backend with a Vue.js frontend.

Requirements

Usage

Clone this repository:

git clone https://github.com/MediaComem/comem-archidep-js-automated-tests

Install dependencies:

cd comem-archidep-js-automated-tests
npm ci

Run the application in development mode:

npm run dev

Visit http://localhost:3000

Production

Run the application in production mode:

npm start

Configuration

Set $PORT to customize the port on which the server will listen. It defaults to 3000.

About

Sample project to write unit, integration, API, browser and acceptance tests in JavaScript

https://express-greeter.herokuapp.com/


Languages

Language:JavaScript 66.2%Language:HTML 32.3%Language:CSS 1.6%