GitXplorerGitXplorer
a

AutomationScripts

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0a15f49f4f56f650fc8b9e82e6244ee070e13f47

Update README.md

aagnosticdev committed 8 years ago
Unverified
633a5513f801bba8541a305c23ddf90ad9c23c77

Add files via upload

aagnosticdev committed 8 years ago
Unverified
761552f2e815908a24d5638f6d252ba8a5cf1682

Update README.md

aagnosticdev committed 8 years ago
Unverified
e92c6414cbd781a9af6038e506e0d221968cba11

Add files via upload

aagnosticdev committed 8 years ago
Unverified
09e626ff2681fd367d2ef1d58933e9fcff4a24d0

Update README.md

aagnosticdev committed 8 years ago
Unverified
3b17e7639892a4e245033c0c9e4ad161a02880cd

Add files via upload

aagnosticdev committed 8 years ago

README

The README file for this repository.

AutomationScripts

This is a collection of automation scripts that can be used for various use cases throughout development.

Drupal Local

The purpose of this script is to eliminate the need to manually back up your database and files directory in a drupal site. Often, in times of debugging, it is handy to setup a testing site to test different scenarios in Drupal and this the drupal_local.sh script can help with the database and file operations needed to setup your testing scenario.

Latency Test

The purpose of this script is to perform very very simple latency testing against an anonymous endpoint. When I say anonymous, I mean a non-authenticated request against a URL. Currently, the script only performs GET requests. The script will accumulate the total amount of time needed to execute the request and average it all together to display an average latency when all requests are finished.

Jenkins_Install_Script

The following script is a bash script that should help you get Jenkins up and running on a Ubuntu 14.04 server fast easily

Symfony_Install_Script

CentOS Bash Script to setup a server and install Symfony

iOSTestAutomation

Bash script to gather information from a user about automated tests that they want to run on a project. The script then runs the tests on each of the destinations, compiles the results and writes them to a log.