Skip to content

Instantly share code, notes, and snippets.

@davebeach
Last active March 22, 2018 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davebeach/23ef925ba40997a1d0f2f07751e4fe99 to your computer and use it in GitHub Desktop.
Save davebeach/23ef925ba40997a1d0f2f07751e4fe99 to your computer and use it in GitHub Desktop.
SAP Web Apps: Testing Node.js Development Enviornment

SAP Web Apps

Node.js

Testing

To test the installation of the node.js UI5 run the following:

Lint

Checks the code to ensure it meets the requirements for UI5.

grunt lint

Unit Test

Checks the code to ensure it meets the requirements for UI5.

grunt test

The testing may produce errors as part of the test, these results show in the terminal. You should also see the system take control of your browser (default browswer defined) to execute the tests. If you do not see the tests begin, please refer to The SAP UI5 Troubleshooting Guide

@KetchCyork
Copy link

after I start the server and enter command "grunt lint" nothing happens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment