UncleGedd commented on a change in pull request #61:
URL: 
https://github.com/apache/incubator-flagon-useralejs/pull/61#discussion_r596073204



##########
File path: package.json
##########
@@ -5,10 +5,13 @@
   "main": "build/userale-2.1.1.js",
   "scripts": {
     "pretest": "gulp lint",
-    "test": "gulp test",
+    "test": "gulp test && npm run journey:ci",
     "build": "gulp build",
     "clean": "gulp clean",
     "dev": "gulp dev",
+    "journey": "cypress run",
+    "journey:debug": "cypress open",
+    "journey:ci": "start-server-and-test 'node example/server.js' 8000 
journey",

Review comment:
       Got it, I think that's because I was using the global Node binary on my 
machine to start the `server.js` server, the "node" in `node 
example/server.js`. Your suggested change is the way to go though, thanks for 
the catch!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to