Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/didaquis/node-ejs-nightwatch

Example of a server-side rendering website with EJS + e2e tests using the Nightwatch library
https://github.com/didaquis/node-ejs-nightwatch

ejs nightwatch node

Last synced: about 7 hours ago
JSON representation

Example of a server-side rendering website with EJS + e2e tests using the Nightwatch library

Awesome Lists containing this project

README

        

# node-ejs-nightwatch
This repository is an example of a server-side rendering website with EJS.
Include an example of e2e (endpoint to endpoint) tests using the Nightwatch library.

## How to use
* Download repo
* Install dependencies `npm install`
* Execute script with `node .` or `npm start`

For running tests: `npm run e2e`. Server must be running.

## Requirements
* Chrome browser installed on your machine for running the test
* Firefox browser installed on your machine for running the test

## Links and useful information
* EJS - Embedded JavaScript templating. http://ejs.co
* Nightwatch.js http://nightwatchjs.org