- get all the file of this gist in a folder
- download and install latest VirtualBox
- download and install latest Vagrant
- execute
vagrant plugin install vagrant-vbguest
- execute
vagrant up
- execute
vagrant ssh
node -v
semver.inc("1.0.0", "patch") >>> 1.0.1 | |
semver.inc("1.0.0", "minor") >>> 1.1.0 | |
semver.inc("1.0.0", "major") >>> 2.0.0 | |
--- prepatch --- | |
semver.inc("1.0.0", "prepatch") >>> 1.0.1-0 | |
semver.inc("1.0.0-itvx", "prepatch", "itvx") > 1.0.1-itvx.0 | |
semver.inc("1.0.0-itvx.0", "prepatch", "itvx") > 1.0.1-itvx.0 | |
--- preminor --- | |
semver.inc("1.0.0", "preminor") >>> 1.1.0-0 | |
semver.inc("1.0.0-itvx", "preminor", "itvx") > 1.1.0-itvx.0 |
openapi: 3.0.3 | |
info: | |
title: Pact bi-directional | |
version: 1.0.0 | |
contact: {} | |
servers: | |
- url: http://example.com | |
paths: | |
/discovery: | |
post: |
openapi: 3.0.3 | |
info: | |
title: ITV - Pact bi-directional | |
version: 1.0.0 | |
contact: {} | |
servers: | |
- url: http://example.com | |
paths: | |
/discovery: | |
get: |
{ | |
"info": { | |
"_postman_id": "41598fbc-9770-47d3-930e-6d0a491e8e00", | |
"name": "Pact bi-directional", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | |
"_exporter_id": "659145" | |
}, | |
"item": [ | |
{ | |
"name": "POST discovery PRD", |
{ | |
"0 debug pnpm:scope": { | |
"selected": 20, | |
"total": 20, | |
"workspacePrefix": "/Users/romuquan/Documents/devserver/workspace/fe-core" | |
}, | |
"1 debug pnpm:package-manifest": { | |
"initial": { | |
"name": "performance", |
### Keybase proof | |
I hereby claim: | |
* I am soundstep on github. | |
* I am romualdquantin (https://keybase.io/romualdquantin) on keybase. | |
* I have a public key ASAu7xS8jEhHgfZX9LNLoWwOP2nUlnb9Y8BQT1aKVhLtxAo | |
To claim this, I am signing this object: |
// ==UserScript== | |
// @name Extract Hades files | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @include http*://*hades* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Gatling report cleanup | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @include https://ci.infradev.loadtest.itv.com* | |
// @grant none | |
// ==/UserScript== |
npm info it worked if it ends with ok | |
npm verb cli [ '/var/lib/jenkins/jobs/edna-integration/workspace/.n/bin/node', | |
npm verb cli '/var/lib/jenkins/jobs/edna-integration/workspace/.n/bin/npm', | |
npm verb cli 'install', | |
npm verb cli '-ddd' ] | |
npm info using npm@5.3.0 | |
npm info using node@v8.3.0 | |
npm verb npm-session 60559b8709efeb95 | |
npm sill install runPreinstallTopLevelLifecycles | |
npm sill preinstall edna-integration@0.0.3 |
vagrant plugin install vagrant-vbguest
vagrant up
vagrant ssh
node -v