Giter Site home page Giter Site logo

iasindev / vagrant-qa-automation-development-environment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fransimo/vagrant-qa-automation-development-environment

0.0 1.0 0.0 57 KB

Vagrant automated VM for QA Automation development

License: GNU General Public License v3.0

Shell 98.56% Python 1.44%

vagrant-qa-automation-development-environment's Introduction

Vagrant automated VM for QA Automation development

This repo documents how was created the image fransimo/ubuntu-16.04-desktop-development

To use the already done image you only need to do:

  • vagrant init fransimo/ubuntu-16.04-desktop-development
  • replace config.vm.provider in your Vagranfile section by
    config.vm.provider "virtualbox" do |vb|
       # Display the VirtualBox GUI when booting the machine
       vb.gui = true
       # Customize the amount of memory on the VM:
       vb.memory = "4096"
       # CPUs
       vb.cpus = 4
       # Clipboard
       vb.customize ['modifyvm', :id, '--clipboard', 'bidirectional'] 
    end
  • vagrant up --provider virtualbox
  • default keyboard layout is Spanish to change it edit ~/autostart.sh en change setxkbmap es to setxkbmap en

This image is an Ubuntu Desktop 16.04 LTS plus:

  • Oracle Java 8
  • maven, ant
  • git, git-flow, smartGit, subversion
  • eclipse, eclipse-egit, eclipse-maven, eclipse-testng
  • IntelliJ
  • testng
  • selenium stand alone server with geckco driver
  • firefox, chromium, chromium-chromedriver
  • jmeter
  • groovy
  • es and en languajes packs
  • autoupdate system

Context:

  • Base image is vagrant init bento/ubuntu-16.04
  • Image is optimized for Virtual Box, but not restricted to
  • Make sure ssh and VBox are in path
  • Default configuration for VM es 4G RAM, 4 core, bidireccional clipboard, active GUI

If you want to generate a new image based on this one:

Release notes

1.4

  • jmeter 3.1

1.3

  • added gecko driver for selenium
  • auto update system from github to populate changes to provisioned machines

vagrant-qa-automation-development-environment's People

Contributors

fransimo avatar nosk14 avatar

Watchers

iasinDev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.