This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The standard configuration file to run our Vagrant tests in QI. | |
# | |
# See https://github.com/avtar/qi-development-environments | |
--- | |
# Cache directories such as 'node_modules' in between stages. | |
cache: | |
key: "$CI_COMMIT_SHA" | |
untracked: true | |
paths: | |
- node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"summary": { | |
"lastCiResultStatus": "success", | |
"numOflastPassedCiResult": 2, | |
"totalCiResults": 1004 | |
}, | |
"events": [{ | |
"id": "failed", | |
"data": [{ | |
"date": "2012-03-05", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"summary": { | |
"lastCiResultStatus": "success", | |
"numOflastPassedCiResult": 2, | |
"totalCiResults": 1004 | |
}, | |
"events": [ | |
{ | |
"id": "failed", | |
"data": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-env node */ | |
"use strict"; | |
var fluid = require("infusion"); | |
var gpii = fluid.registerNamespace("gpii"); | |
var demos = fluid.registerNamespace("demos"); | |
require("gpii-webdriver"); | |
gpii.webdriver.loadTestingSupport(); | |
var isOverviewPanelVisible = function () { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "failed", | |
"data": [ | |
{ | |
"date": "2007-05-28", | |
"value": 1 | |
}, | |
{ | |
"date": "2007-05-30", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Param( | |
[Parameter(Mandatory=$True)] | |
[String] | |
[Alias("c")] | |
$command | |
) | |
$env:HOME = "C:\Users\vagrant" | |
$env:DOIT_HOST = "localhost" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import logging | |
import os | |
import shlex | |
import subprocess | |
import sys | |
import yaml | |
from threading import Timer, Lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ForegroundColour=147,161,161 | |
BackgroundColour=0,43,54 | |
CursorColour=253,157,79 | |
Black=0,43,54 | |
BoldBlack=101,123,131 | |
Red=220,50,47 | |
BoldRed=232,115,113 | |
Green=133,153,0 | |
BoldGreen=199,228,0 | |
Yellow=181,137,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 10.0.10240] | |
(c) 2015 Microsoft Corporation. All rights reserved. | |
C:\Users\vagrant>cd \vagrant | |
C:\vagrant>node tests\AcceptanceTests.js | |
Infusion at path C:\node_modules\universal\node_modules\infusion is at top level | |
16:29:31.998: Registering module universal from path C:\node_modules\universal | |
16:29:31.998: Registering module infusion from path C:\node_modules\universal\node_modules\infusion | |
16:29:31.998: Registering module infusion from path C:\node_modules\universal\node_modules\infusion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Importing base box 'inclusivedesign/fedora22'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Checking if box 'inclusivedesign/fedora22' is up to date... | |
==> default: Setting the name of the VM: linux_default_1462897989704_33960 | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
==> default: Forwarding ports... |