Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

MediaComem/comem-archidep-js-automated-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published