Skip to content

Instantly share code, notes, and snippets.

View ondrasak's full-sized avatar

Marian Ondrasak ondrasak

  • Slovakia, Bratislava
View GitHub Profile
exports.config = {
// The address of a running selenium server.
seleniumAddress: 'http://localhost:4444/wd/hub',
// Capabilities to be passed to the webdriver instance.
capabilities: {
// 'browserName': 'internet explorer', - special installation needed
// 'version':'10',
'browserName': 'chrome',
//'browserName': 'firefox'
'use strict';
//
// Implementation of HAL http://stateless.co/hal_specification.html
//
// NB: self link always must exist!
//
angular.module('realty.common.resources', [])
.provider('backend', function () {
var options = {