RuleWorld / rulebender

Rule-Based Modeling and Simulation Gui
http://bionetgen.org
12 stars 7 forks source link

Some ideas for automation of installation testing on various platforms, including GUI testing. #192

Open rhclark opened 8 years ago

rhclark commented 8 years ago

jjtapia 5:35 PM it might be worth it to look into solutions like vagrant to quickly spin up and setup test virutal machines 5:35 https://www.vagrantup.com/docs/getting-started/boxes.html Boxes - Getting Started - Vagrant by HashiCorp Instead of building a virtual machine from scratch, which would be a slow and tedious process, Vagrant uses a base image to quickly clone a virtual machine. These base images are known as 5:35 they have maxosx boxes 5:35 jacob has done some work o nsetting up vagrant so you could consult him 5:36 alaternatively you could just set up your own maxcosx virutal machine, the issue is having clean installs of all operative systems so we can always do basic testing 5:37 travis also has soem gui testing functionality, thats laso worth looking into https://docs.travis-ci.com/user/gui-and-headless-browsers/