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

View File

@@ -0,0 +1,6 @@
module["exports"] = [
"####",
"###",
"##",
"#"
];

3
node_modules/faker/lib/locales/zh_TW/address/city.js generated vendored Normal file
View File

@@ -0,0 +1,3 @@
module["exports"] = [
"#{city_prefix}#{city_suffix}"
];

View File

@@ -0,0 +1,22 @@
module["exports"] = [
"臺北",
"新北",
"桃園",
"臺中",
"臺南",
"高雄",
"基隆",
"新竹",
"嘉義",
"苗栗",
"彰化",
"南投",
"雲林",
"屏東",
"宜蘭",
"花蓮",
"臺東",
"澎湖",
"金門",
"連江"
];

View File

@@ -0,0 +1,4 @@
module["exports"] = [
"縣",
"市"
];

View File

@@ -0,0 +1,3 @@
module["exports"] = [
"Taiwan (R.O.C.)"
];

13
node_modules/faker/lib/locales/zh_TW/address/index.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
var address = {};
module['exports'] = address;
address.city_prefix = require("./city_prefix");
address.city_suffix = require("./city_suffix");
address.building_number = require("./building_number");
address.street_suffix = require("./street_suffix");
address.postcode = require("./postcode");
address.state = require("./state");
address.state_abbr = require("./state_abbr");
address.city = require("./city");
address.street_name = require("./street_name");
address.street_address = require("./street_address");
address.default_country = require("./default_country");

View File

@@ -0,0 +1,3 @@
module["exports"] = [
"######"
];

View File

@@ -0,0 +1,4 @@
module["exports"] = [
"福建省",
"台灣省"
];

View File

@@ -0,0 +1,23 @@
module["exports"] = [
"北",
"新北",
"桃",
"中",
"南",
"高",
"基",
"竹市",
"嘉市",
"竹縣",
"苗",
"彰",
"投",
"雲",
"嘉縣",
"宜",
"花",
"東",
"澎",
"金",
"馬"
];

View File

@@ -0,0 +1,3 @@
module["exports"] = [
"#{street_name}#{building_number}號"
];

View File

@@ -0,0 +1,3 @@
module["exports"] = [
"#{Name.last_name}#{street_suffix}"
];

View File

@@ -0,0 +1,8 @@
module["exports"] = [
"街",
"路",
"北路",
"南路",
"東路",
"西路"
];

6
node_modules/faker/lib/locales/zh_TW/index.js generated vendored Normal file
View File

@@ -0,0 +1,6 @@
var zh_TW = {};
module['exports'] = zh_TW;
zh_TW.title = "Chinese (Taiwan)";
zh_TW.address = require("./address");
zh_TW.name = require("./name");
zh_TW.phone_number = require("./phone_number");

125
node_modules/faker/lib/locales/zh_TW/name/first_name.js generated vendored Normal file
View File

@@ -0,0 +1,125 @@
module["exports"] = [
"紹齊",
"博文",
"梓晨",
"胤祥",
"瑞霖",
"明哲",
"天翊",
"凱瑞",
"健雄",
"耀傑",
"瀟然",
"子涵",
"越彬",
"鈺軒",
"智輝",
"致遠",
"俊馳",
"雨澤",
"燁磊",
"晟睿",
"文昊",
"修潔",
"黎昕",
"遠航",
"旭堯",
"鴻濤",
"偉祺",
"榮軒",
"越澤",
"浩宇",
"瑾瑜",
"皓軒",
"擎蒼",
"擎宇",
"志澤",
"子軒",
"睿淵",
"弘文",
"哲瀚",
"雨澤",
"楷瑞",
"建輝",
"晉鵬",
"天磊",
"紹輝",
"澤洋",
"鑫磊",
"鵬煊",
"昊強",
"偉宸",
"博超",
"君浩",
"子騫",
"鵬濤",
"炎彬",
"鶴軒",
"越彬",
"風華",
"靖琪",
"明輝",
"偉誠",
"明軒",
"健柏",
"修傑",
"志澤",
"弘文",
"峻熙",
"嘉懿",
"煜城",
"懿軒",
"燁偉",
"苑博",
"偉澤",
"熠彤",
"鴻煊",
"博濤",
"燁霖",
"燁華",
"煜祺",
"智宸",
"正豪",
"昊然",
"明杰",
"立誠",
"立軒",
"立輝",
"峻熙",
"弘文",
"熠彤",
"鴻煊",
"燁霖",
"哲瀚",
"鑫鵬",
"昊天",
"思聰",
"展鵬",
"笑愚",
"志強",
"炫明",
"雪松",
"思源",
"智淵",
"思淼",
"曉嘯",
"天宇",
"浩然",
"文軒",
"鷺洋",
"振家",
"樂駒",
"曉博",
"文博",
"昊焱",
"立果",
"金鑫",
"錦程",
"嘉熙",
"鵬飛",
"子默",
"思遠",
"浩軒",
"語堂",
"聰健"
];

5
node_modules/faker/lib/locales/zh_TW/name/index.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
var name = {};
module['exports'] = name;
name.first_name = require("./first_name");
name.last_name = require("./last_name");
name.name = require("./name");

102
node_modules/faker/lib/locales/zh_TW/name/last_name.js generated vendored Normal file
View File

@@ -0,0 +1,102 @@
module["exports"] = [
"王",
"李",
"張",
"劉",
"陳",
"楊",
"黃",
"吳",
"趙",
"週",
"徐",
"孫",
"馬",
"朱",
"胡",
"林",
"郭",
"何",
"高",
"羅",
"鄭",
"梁",
"謝",
"宋",
"唐",
"許",
"鄧",
"馮",
"韓",
"曹",
"曾",
"彭",
"蕭",
"蔡",
"潘",
"田",
"董",
"袁",
"於",
"餘",
"葉",
"蔣",
"杜",
"蘇",
"魏",
"程",
"呂",
"丁",
"沈",
"任",
"姚",
"盧",
"傅",
"鐘",
"姜",
"崔",
"譚",
"廖",
"範",
"汪",
"陸",
"金",
"石",
"戴",
"賈",
"韋",
"夏",
"邱",
"方",
"侯",
"鄒",
"熊",
"孟",
"秦",
"白",
"江",
"閻",
"薛",
"尹",
"段",
"雷",
"黎",
"史",
"龍",
"陶",
"賀",
"顧",
"毛",
"郝",
"龔",
"邵",
"萬",
"錢",
"嚴",
"賴",
"覃",
"洪",
"武",
"莫",
"孔"
];

3
node_modules/faker/lib/locales/zh_TW/name/name.js generated vendored Normal file
View File

@@ -0,0 +1,3 @@
module["exports"] = [
"#{first_name}#{last_name}"
];

View File

@@ -0,0 +1,5 @@
module["exports"] = [
"0#-#######",
"02-########",
"09##-######"
];

View File

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