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
{ | |
"consumer": { | |
"name": "ui" | |
}, | |
"provider": { | |
"name": "userservice" | |
}, | |
"interactions": [ | |
{ | |
"description": "a request to POST a person", |
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
const sinon = require('sinon'); | |
const _ = require('lodash'); | |
describe.only('CLI', function() { | |
beforeEach(function() { | |
this.originalArgv = _.cloneDeep(process.argv); | |
this.exitStub = sinon.stub(process, 'exit'); | |
}); |
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
> [email protected] postinstall C:\Data\CIV_PO\e2e\node_modules\cypress | |
> node index.js --exec install | |
2019-06-24T14:48:20.668Z cypress:cli installing Cypress from NPM | |
2019-06-24T14:48:21.340Z cypress:cli installing with options {} | |
2019-06-24T14:48:21.341Z cypress:cli version in package.json is 3.3.1 | |
2019-06-24T14:48:21.341Z cypress:cli Using CYPRESS_INSTALL_BINARY from environment variable | |
2019-06-24T14:48:21.341Z cypress:cli Using CYPRESS_INSTALL_BINARY from environment variable | |
2019-06-24T14:48:21.341Z cypress:cli using environment variable CYPRESS_INSTALL_BINARY C:/temp/cypress.zip |
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
interface LawConfig { | |
[config: string]: any; | |
/** | |
* Define the severity of the law. | |
* note: `omit` will always result in the law not being enforced | |
* @default must | |
*/ | |
severity?: 'must' | 'should' | 'may' | 'optional' | 'omit'; | |
/** | |
* Define the behaviour of a failure. |
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
{ | |
"abactinally": 100, | |
"abatements": 100, | |
"abbreviatable": 100, | |
"abettors": 100, | |
"abomasusi": 100, | |
"abreption": 100, | |
"abrogative": 100, | |
"absconders": 100, | |
"absinthol": 100, |
This file has been truncated, but you can view the full file.
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
{ | |
"aardwolves": 120, | |
"aasvogels": 101, | |
"abactinally": 100, | |
"abalienation": 103, | |
"abandonment": 103, | |
"abandonments": 122, | |
"abaptiston": 117, | |
"abaptistum": 122, | |
"abarthrosis": 130, |
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 python3 | |
""" | |
This is an example of how the pytradfri-library can be used. | |
To run the script, do the following: | |
$ pip3 install pytradfri | |
$ Download this file (debug_info.py) | |
$ python3 debug_info.py <IP> | |
Where <IP> is the address to your IKEA gateway. The first time |
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
[ | |
{ | |
"3": { | |
"0": "IKEA of Sweden", | |
"1": "TRADFRI bulb E27 CWS opal 600lm", | |
"2": "", | |
"3": "1.3.002", | |
"6": 1 | |
}, | |
"3311": [ |