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/
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/