Skip to content

Instantly share code, notes, and snippets.

@spiette
spiette / jinja_variables_types.yml
Created March 3, 2016 14:52
Test the variables types in jinja2 templates, used here with ansible
---
- hosts: all
gather_facts: no
vars:
string: "string"
list:
- item1
- item2
dict:
key1: value1
@spenoir
spenoir / protractor.saucelabs.config.js
Last active May 27, 2021 11:04
Protractor with Jasmine config for sauce labs
var HtmlReporter = require('protractor-html-screenshot-reporter');
exports.config = {
sauceUser: process.env.SAUCE_USER_NAME,
sauceKey: process.env.SAUCE_ACCESS_KEY,
sauceSeleniumAddress: process.env.SELENIUM_HOST + ':' + process.env.SELENIUM_PORT + '/wd/hub',
specs: [
'app/public/tests/e2e/*.js'
],
@kpiwko
kpiwko / gist:1848342
Created February 16, 2012 22:25
Running Arquillian Drone tests

Prerequisites and software used in the demo

  • Install Eclipse, JBoss Tools 3.3.0.M5
  • JBoss AS 7.1.0.CR1b into Eclipse as runtime
  • Create a new HTML5 based example from JBoss Central
    • Note that project must consists of letters only, to be precise must represent a a valid database table name.

Example modification