Skip to content

liferay-labs/arquillian-liferay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa98c0f · Oct 13, 2020
Oct 15, 2018
Jun 19, 2019
Feb 12, 2019
Feb 12, 2019
Oct 24, 2018
Feb 12, 2019
Jun 17, 2014
Mar 29, 2017
Feb 4, 2015
May 23, 2017
Oct 13, 2020
Mar 16, 2016

Repository files navigation

Arquillian Liferay

Build Status codecov.io

Arquillian Extension for Liferay Portal Server. OSGi incontainer deployment.

What is this?

Arquillian extension for Liferay is a set of tools to help developers test their Liferay plugins.

It consists of:

  • Arquillian Remote Container for Liferay (OSGi based)
  • Arquillian Deployment Scenario Generator for OSGi SDK plugins based on BND

How to use it?

We have defined a complete example of how to use it in arquillian-extension-liferay-example

Testing Pull Requests

If you want any pull request you receive to be automatically tested by Travis CI, please set up your job directly in Travis.

  • Go to http://travis-ci.org/profile
  • Enable Travis for arquillian-extension-liferay Github repository
  • Click on the Settings icon.
  • Enable 'Build pull requests' option element.

With those simple steps pulls will be tested against one of the most popular Open Source CI systems nowadays.

Keeping Travis CI up-to-date

Anytime you add a dependency on the build system, verify that it is properly configured in the Travis CI descriptor, the .travis.yml file, so that pulls there don't get broken.