Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/didaquis/node-ejs-nightwatch
- Owner: didaquis
- Created: 2018-06-03T19:57:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T22:14:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T08:25:45.980Z (over 1 year ago)
- Topics: ejs, nightwatch, node
- Language: JavaScript
- Size: 932 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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