MiAguilaTest

Project designed for the automation of the website ZAPATOCA

What you’ll need

  • A favorite text editor or IDE
  • JDK 8 or later
  • Install Gradle

Install Gradle

  • On Unix
$ sudo add-apt-repository ppa:cwchien/gradle
$ sudo apt-get update
$ sudo apt-get install gradle
  • On Mac OS X

  • On Windows

    • Download from Gradle site.

    • Unzip the Gradle download to the folder to which you would like to install Gradle, eg. “C:\Program Files”. The subdirectory gradle-x.x will be created from the archive, where x.x is the version.

    • Add location of your Gradle “bin” folder to your path. Open the system properties (WinKey + Pause), select the “Advanced” tab, and the “Environment Variables” button, then add “C:\Program Files\gradle-x.x\bin” (or wherever you unzipped Gradle) to the end of your “Path” variable under System Properties. Be sure to omit any quotation marks around the path even if it contains spaces. Also make sure you separated from previous PATH entries with a semicolon “;”.

    • In the same dialog, make sure that JAVA_HOME exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. C:\Program Files\Java\jdk1.7.0_06 and that %JAVA_HOME%\bin is in your Path environment variable.

    • Open a new command prompt (type cmd in Start menu) and run gradle –version to verify that it is correctly installed.

To test the Gradle installation, run Gradle from the command-line: gradle

  • If all goes well, you see a welcome message:
:help

Welcome to Gradle 2.8.

To run a build, run gradle <task> ...

To see a list of available tasks, run gradle tasks

To see a list of command-line options, run gradle --help

To see more detail about a task, run gradle help --task <task>

BUILD SUCCESSFUL

Total time: 6.317 secs
  • You now have Gradle installed.

Get the code

Git:

Whit SSH
git clone git@github.com:DiegoZaraza/MiAguila.git
cd KinCartaTest

With HTTPS
git clone https://github.com/DiegoZaraza/MiAguila.git
cd KinCartaTest

Or simply download a zip file

Execution

For execute the project you must use:

gradle cucumber