Setup a virtualbox vm with ubuntu-18.04-desktop and RobotFramework preinstalled.
These examples were generated and tested using:
- Host OS: Windows 10
- VM OS: Ubuntu 18.04
- VirtualBox: 5.2.12r122591
- Vagrant: 2.1.1
The examples are based on the official examples, experience and experiments.
Provision and run the vagrant box inside this folder with:
vagrant up
You can stop the VM by running:
vagrant halt
Or remove/reset it completly with:
vagrant destroy
See detailes about example1 here The example will run a simple browser test example and create a report which you can inspect.
See detailes about example2 here The example will run a simple test example from the VM to the host machine and create a report which you can inspect.
See detailes about example3 here The example will run a simple browser test example and create a report which then will be merged with other reports.
See detailes about example4 here The example will create a simple custom ExampleLibrary in python and use it inside the robot framework test suite.
See detailes about example5 here The example will let you create some example test results and store them inside a database using DbBot.
See detailes about example6 here So this example will show some posiibilities to load resource files in your test suites.