Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you execute testing with marvin, add this parameter in cloud-marvin/pom.xml like this:

Code Block
 <executable>nosetests</executable>
                  <arguments>
                     <argument>--with-marvin</argument>
                     <argument>--marvin-config</argument>
                     <argument>${resolved.user.dir}/${resolved.marvin.config}</argument>
                     <argument>--load</argument>
                     <argument>-a</argument>
                     <argument>tags=${tag}</argument>
                     <argument>${resolved.user.dir}/${test}</argument>
                     <argument>-v</argument>
                    <argument>--result-log=/home/mint/simulator/result.log</argument>
                    <argument>--client-log=/home/mint/simulator/debug.log</argument>
                    <argument>--with-timer</argument>
                  </arguments>

Marvin plugin

...