feat: Created a mini nodeJS server with NewMan for testing without PostMan GUI.

This will mimic a run in a CD/CI environment or docker container.
This commit is contained in:
Simon Priet
2021-09-08 14:01:19 +02:00
parent 5fbd7c88fa
commit e69a613a37
5610 changed files with 740417 additions and 3 deletions

4
node_modules/faker/lib/locales/en_BORK/index.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
var en_BORK = {};
module['exports'] = en_BORK;
en_BORK.title = "English (Bork)";
en_BORK.lorem = require("./lorem");

View File

@@ -0,0 +1,3 @@
var lorem = {};
module['exports'] = lorem;
lorem.words = require("./words");

105
node_modules/faker/lib/locales/en_BORK/lorem/words.js generated vendored Normal file
View File

@@ -0,0 +1,105 @@
module["exports"] = [
"Boot",
"I",
"Nu",
"Nur",
"Tu",
"Um",
"a",
"becoose-a",
"boot",
"bork",
"burn",
"chuuses",
"cumplete-a",
"cun",
"cunseqooences",
"curcoomstunces",
"dee",
"deeslikes",
"denuoonceeng",
"desures",
"du",
"eccuoont",
"ectooel",
"edfuntege-a",
"efueeds",
"egeeen",
"ell",
"ere-a",
"feend",
"foolt",
"frum",
"geefe-a",
"gesh",
"greet",
"heem",
"heppeeness",
"hes",
"hoo",
"hoomun",
"idea",
"ifer",
"in",
"incuoonter",
"injuy",
"itselff",
"ixcept",
"ixemple-a",
"ixerceese-a",
"ixpleeen",
"ixplurer",
"ixpuoond",
"ixtremely",
"knoo",
"lebureeuoos",
"lufes",
"meestekee",
"mester-booeelder",
"moost",
"mun",
"nu",
"nut",
"oobteeen",
"oocceseeunelly",
"ooccoor",
"ooff",
"oone-a",
"oor",
"peeen",
"peeenffool",
"physeecel",
"pleesoore-a",
"poorsooe-a",
"poorsooes",
"preeesing",
"prucoore-a",
"prudooces",
"reeght",
"reshunelly",
"resooltunt",
"sume-a",
"teecheengs",
"teke-a",
"thees",
"thet",
"thuse-a",
"treefiel",
"troot",
"tu",
"tueel",
"und",
"undertekes",
"unnuyeeng",
"uny",
"unyune-a",
"us",
"veell",
"veet",
"ves",
"vheech",
"vhu",
"yuoo",
"zee",
"zeere-a"
];