liferay-forms-ui-tests
v0.0.48
Published
Framework for testing Liferay Forms
Maintainers
Readme
UI Tests for Liferay Forms
Installation
Installation is as easy as:
[sudo] npm install liferay-forms-ui-tests -gAfter that, make sure to expose these environment variables pointing to the path of your liferay source and tomcat bundle:
export LIFERAY_BUNDLE_HOME=/path/to/bundles/tomcat-7.0.62
export LIFERAY_SOURCE_HOME=/path/to/liferay-portalRunning the tests
To run unit tests, just execute the command:
forms test:unitTo list all the commands available, run:
forms -hAnd that's it!
License
BSD License © Liferay, Inc.
