GitXplorerGitXplorer
a

AutomationScripts

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cade9cbadc3012b72f13969b2b23019c69705edd

added the first commit to the latency test script

committed 8 years ago
Unverified
0ce8f23d51733dd11c73a7e405fe4b84ba7dabe5

Update README.md

aagnosticdev committed 8 years ago
Unverified
2bfb5211e369c725d2e962092c76479f4dde15c0

first commit of the local drupal sync script

committed 8 years ago
Unverified
fc2a4de27ba3ea4ec1dca20836ec9054e0ce4738

Initial commit

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.