Use Robot Framework as a Molecule verifier.
Runs the verify
playbook to install Robot Framework, extra libraries, and
test data, then runs robot
on the Molecule managed instances, showing the
live output as tests are executed. Finally, runs an optional verify_fetch_report
playbook to retrieve the generated Robot Framework report and logs.
Bundled verify
and verify_fetch_report
playbooks are included with
the plugin. You can override these with custom playbooks if desired.
Documentation: https://molecule-robot-framework-plugin.readthedocs.io
Install molecule and molecule-robotframework:
$ python3 -m venv .venv $ source .venv/bin/activate (.venv) $ pip install molecule molecule-robotframework (.venv) $ patch-molecule-schema
Create a new scenario with molecule:
(.venv) $ molecule init scenario
Edit the molecule.yml
file and set the verifier to molecule-robotframework
:
... verifier: name: molecule-robotframework
Molecule Robot Framework Plugin was created by Michael Meffie based on code from Molecule.
The MIT License.
The logo is licensed under the Creative Commons NoDerivatives 4.0 License.
If you have some other use in mind, contact us.