Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 710 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 710 Bytes

xilution-cms-penguin-example

Prerequisites

First Things First

Run nvm install to install the proper version of NodeJS.

Run npm install to install NodeJS dependencies used for testing.

To Clean

Run make clean.

To Start

Run make start.

Note: it may take a minute or two for the site to finish starting.

To Open Site in Browser

Run make open.

To Stop

Run make stop.

To Run End to End Tests

Run make e2e-tests.

To View the End to End Test Report

Run make e2e-test-report

To Run Load Tests

Run make load-tests.

To View the Load Test Report

Run make load-test-report