From 0202954ada668b152c104d920fefd5e2f3fcc5f0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Aug 2021 23:47:55 +0000 Subject: [PATCH 1/4] Update dependency pino-pretty to v6 --- package-lock.json | 48 ++++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c9e4749..f9a37fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,8 @@ "@types/color-name": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==", + "dev": true }, "@types/json5": { "version": "0.0.29", @@ -333,6 +334,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -342,6 +344,7 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, "requires": { "@types/color-name": "^1.1.1", "color-convert": "^2.0.1" @@ -351,6 +354,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "requires": { "color-name": "~1.1.4" } @@ -358,17 +362,20 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true }, "supports-color": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, "requires": { "has-flag": "^4.0.0" } @@ -486,6 +493,11 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, + "colorette": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.3.0.tgz", + "integrity": "sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w==" + }, "combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -875,9 +887,9 @@ } }, "dateformat": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", - "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==" + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.5.1.tgz", + "integrity": "sha512-OD0TZ+B7yP7ZgpJf5K2DIbj3FZvFvxgFUuaqA/V5zTjAtAAXZ1E8bktHxmAGs4x5b7PflqA9LeQ84Og7wYtF7Q==" }, "debug": { "version": "4.1.1", @@ -1916,9 +1928,9 @@ "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=" }, "joycon": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/joycon/-/joycon-2.2.5.tgz", - "integrity": "sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.0.1.tgz", + "integrity": "sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==" }, "js-tokens": { "version": "4.0.0", @@ -2553,19 +2565,20 @@ } }, "pino-pretty": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-4.2.1.tgz", - "integrity": "sha512-WyO/n6c6T2gj0ioYGFUFbrvyUoERK37Lu0liLxMIJnp1YaaG+XZBU2TAQB0yVJNb+7T+oDh9t8HGMzk00jy+tw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-6.0.0.tgz", + "integrity": "sha512-jyeR2fXXWc68st1DTTM5NhkHlx8p+1fKZMfm84Jwq+jSw08IwAjNaZBZR6ts69hhPOfOjg/NiE1HYW7vBRPL3A==", "requires": { "@hapi/bourne": "^2.0.0", "args": "^5.0.1", - "chalk": "^4.0.0", - "dateformat": "^3.0.3", + "colorette": "^1.3.0", + "dateformat": "^4.5.1", "fast-safe-stringify": "^2.0.7", "jmespath": "^0.15.0", - "joycon": "^2.2.5", + "joycon": "^3.0.0", "pump": "^3.0.0", "readable-stream": "^3.6.0", + "rfdc": "^1.3.0", "split2": "^3.1.1", "strip-json-comments": "^3.1.1" } @@ -2783,6 +2796,11 @@ "signal-exit": "^3.0.2" } }, + "rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" + }, "rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", diff --git a/package.json b/package.json index 7f500d8d..c25bafda 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "markdown-table": "2.0.0", "minimist": "1.2.5", "pino": "6.6.0", - "pino-pretty": "4.2.1", + "pino-pretty": "6.0.0", "rimraf": "3.0.2" } } From 02472f0eb6a75db8d48d6c5a9074435913a01d5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 20 Aug 2021 23:48:40 +0000 Subject: [PATCH 2/4] Auto update --- data/redacted/redacted.json | 2404 ++++++++++++++--------------------- data/repos/repo-1.json | 2 +- data/repos/repo-2.json | 2 +- data/repos/repo-3.json | 2 +- 4 files changed, 943 insertions(+), 1467 deletions(-) diff --git a/data/redacted/redacted.json b/data/redacted/redacted.json index a7973d04..4ce31010 100644 --- a/data/redacted/redacted.json +++ b/data/redacted/redacted.json @@ -12,8 +12,8 @@ "watchers": 0, "size": 639, "clones": { - "count": "", - "uniques": "" + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -28,25 +28,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 491, + "size": 492, "clones": { - "count": 252, - "uniques": 169 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -56,14 +50,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 622, + "size": 623, "clones": { - "count": 259, - "uniques": 176 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -82,21 +76,15 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "size": 631, + "size": 685, "clones": { - "count": 253, - "uniques": 174 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -112,8 +100,8 @@ "watchers": 1, "size": 595, "clones": { - "count": 257, - "uniques": 166 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -128,14 +116,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 664, + "size": 760, "clones": { - "count": 267, - "uniques": 173 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -150,14 +138,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 585, + "size": 602, "clones": { - "count": 253, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -176,21 +164,15 @@ "forks": 0, "open_issues": 5, "watchers": 0, - "size": 566, + "size": 687, "clones": { - "count": 253, - "uniques": 180 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 20, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -200,14 +182,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 377, + "size": 443, "clones": { - "count": 258, - "uniques": 173 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -228,13 +210,13 @@ "watchers": 0, "size": 534, "clones": { - "count": 247, - "uniques": 179 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -250,13 +232,13 @@ "watchers": 0, "size": 570, "clones": { - "count": 255, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -272,13 +254,13 @@ "watchers": 0, "size": 804, "clones": { - "count": 258, - "uniques": 165 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -294,13 +276,13 @@ "watchers": 0, "size": 474, "clones": { - "count": 265, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -316,19 +298,13 @@ "watchers": 0, "size": 362, "clones": { - "count": 261, - "uniques": 173 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 10, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -344,8 +320,8 @@ "watchers": 0, "size": 267, "clones": { - "count": 251, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -366,19 +342,13 @@ "watchers": 0, "size": 239, "clones": { - "count": 258, - "uniques": 169 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 6, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -394,19 +364,13 @@ "watchers": 0, "size": 536, "clones": { - "count": 246, - "uniques": 160 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 14, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -422,19 +386,13 @@ "watchers": 0, "size": 533, "clones": { - "count": 248, - "uniques": 174 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 5, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -450,24 +408,13 @@ "watchers": 0, "size": 536, "clones": { - "count": 255, - "uniques": 173 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - }, - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 29, - "uniques": 4 + "count": 0, + "uniques": 0 } }, { @@ -483,29 +430,13 @@ "watchers": 3, "size": 317, "clones": { - "count": 255, - "uniques": 175 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 3, - "uniques": 2 - }, - { - "referrer": "Bing", - "count": 1, - "uniques": 1 - }, - { - "referrer": "DuckDuckGo", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 14, - "uniques": 5 + "count": 0, + "uniques": 0 } }, { @@ -519,21 +450,15 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "size": 782, + "size": 828, "clones": { - "count": 272, - "uniques": 179 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 4, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -547,21 +472,15 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "size": 714, + "size": 760, "clones": { - "count": 283, - "uniques": 184 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 3, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 8, - "uniques": 3 + "count": 0, + "uniques": 0 } }, { @@ -575,21 +494,15 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "size": 973, + "size": 1019, "clones": { - "count": 266, - "uniques": 160 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 6, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -603,21 +516,15 @@ "forks": 0, "open_issues": 4, "watchers": 0, - "size": 690, + "size": 809, "clones": { - "count": 282, - "uniques": 173 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 14, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -633,24 +540,13 @@ "watchers": 13, "size": 893, "clones": { - "count": 14, - "uniques": 14 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 2 - }, - { - "referrer": "Bing", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 7, - "uniques": 4 + "count": 0, + "uniques": 0 } }, { @@ -666,8 +562,8 @@ "watchers": 0, "size": 190, "clones": { - "count": "", - "uniques": "" + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -682,14 +578,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 599, + "size": 602, "clones": { - "count": 250, - "uniques": 170 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -704,14 +600,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 617, + "size": 644, "clones": { - "count": 244, - "uniques": 156 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -730,10 +626,10 @@ "forks": 0, "open_issues": 7, "watchers": 0, - "size": 1022, + "size": 1018, "clones": { - "count": 249, - "uniques": 160 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -748,14 +644,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 920, + "size": 943, "clones": { - "count": 258, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -776,8 +672,8 @@ "watchers": 0, "size": 616, "clones": { - "count": 246, - "uniques": 163 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -798,8 +694,8 @@ "watchers": 0, "size": 523, "clones": { - "count": 242, - "uniques": 158 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -820,8 +716,8 @@ "watchers": 0, "size": 8233, "clones": { - "count": "", - "uniques": "" + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -836,30 +732,19 @@ "stargazers_count": 3, "watchers_count": 3, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 3, - "size": 511, + "size": 559, "clones": { - "count": 277, - "uniques": 176 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 5, - "uniques": 5 - }, - { - "referrer": "github.com", - "count": 5, - "uniques": 5 - } - ], + "referrers": [], "views": { - "count": 43, - "uniques": 10 + "count": 0, + "uniques": 0 } }, { @@ -869,25 +754,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 465, + "size": 515, "clones": { - "count": 265, - "uniques": 173 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 8, - "uniques": 6 - } - ], + "referrers": [], "views": { - "count": 51, - "uniques": 8 + "count": 0, + "uniques": 0 } }, { @@ -903,19 +782,13 @@ "watchers": 2, "size": 701, "clones": { - "count": 125, - "uniques": 91 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 8, - "uniques": 5 - } - ], + "referrers": [], "views": { - "count": 62, - "uniques": 6 + "count": 0, + "uniques": 0 } }, { @@ -925,30 +798,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 457, + "size": 556, "clones": { - "count": 275, - "uniques": 167 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 8, - "uniques": 7 - }, - { - "referrer": "Google", - "count": 5, - "uniques": 4 - } - ], + "referrers": [], "views": { - "count": 63, - "uniques": 13 + "count": 0, + "uniques": 0 } }, { @@ -958,25 +820,19 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 1, - "size": 802, + "size": 855, "clones": { - "count": 273, - "uniques": 173 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 5, - "uniques": 5 - } - ], + "referrers": [], "views": { - "count": 17, - "uniques": 8 + "count": 0, + "uniques": 0 } }, { @@ -992,8 +848,8 @@ "watchers": 1, "size": 527, "clones": { - "count": 124, - "uniques": 92 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1008,30 +864,19 @@ "stargazers_count": 2, "watchers_count": 2, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 2, - "size": 669, + "size": 752, "clones": { - "count": 259, - "uniques": 169 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 4, - "uniques": 4 - }, - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 19, - "uniques": 6 + "count": 0, + "uniques": 0 } }, { @@ -1041,25 +886,19 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 1, - "size": 983, + "size": 1077, "clones": { - "count": 256, - "uniques": 167 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 5, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -1073,26 +912,15 @@ "forks": 0, "open_issues": 5, "watchers": 2, - "size": 976, + "size": 1166, "clones": { - "count": 261, - "uniques": 167 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 2, - "uniques": 2 - }, - { - "referrer": "github.com", - "count": 2, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 16, - "uniques": 6 + "count": 0, + "uniques": 0 } }, { @@ -1108,19 +936,13 @@ "watchers": 1, "size": 468, "clones": { - "count": 148, - "uniques": 112 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -1130,19 +952,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 465, + "size": 513, "clones": { - "count": 265, - "uniques": 176 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -1152,30 +974,19 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 1, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 1, - "open_issues": 4, + "open_issues": 5, "watchers": 1, - "size": 804, + "size": 805, "clones": { - "count": 263, - "uniques": 169 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - }, - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 21, - "uniques": 5 + "count": 0, + "uniques": 0 } }, { @@ -1189,15 +1000,15 @@ "forks": 0, "open_issues": 4, "watchers": 0, - "size": 459, + "size": 507, "clones": { - "count": 257, - "uniques": 165 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 3, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -1211,21 +1022,15 @@ "forks": 0, "open_issues": 5, "watchers": 0, - "size": 1110, + "size": 1336, "clones": { - "count": 285, - "uniques": 174 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 3, - "uniques": 3 - } - ], + "referrers": [], "views": { - "count": 5, - "uniques": 3 + "count": 0, + "uniques": 0 } }, { @@ -1239,21 +1044,15 @@ "forks": 0, "open_issues": 4, "watchers": 5, - "size": 1514, + "size": 1632, "clones": { - "count": 276, - "uniques": 168 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 9, - "uniques": 8 - } - ], + "referrers": [], "views": { - "count": 20, - "uniques": 10 + "count": 0, + "uniques": 0 } }, { @@ -1263,30 +1062,19 @@ "stargazers_count": 2, "watchers_count": 2, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 2, - "size": 1488, + "size": 1607, "clones": { - "count": 277, - "uniques": 177 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 2 - }, - { - "referrer": "Google", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 21, - "uniques": 3 + "count": 0, + "uniques": 0 } }, { @@ -1296,30 +1084,19 @@ "stargazers_count": 5, "watchers_count": 5, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 5, - "size": 505, + "size": 553, "clones": { - "count": 268, - "uniques": 170 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 2 - }, - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 11, - "uniques": 6 + "count": 0, + "uniques": 0 } }, { @@ -1329,25 +1106,19 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 1, - "size": 369, + "size": 417, "clones": { - "count": 266, - "uniques": 170 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 3, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -1357,19 +1128,19 @@ "stargazers_count": 3, "watchers_count": 3, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 3, - "size": 709, + "size": 757, "clones": { - "count": 269, - "uniques": 178 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 13, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -1379,58 +1150,41 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 1, - "size": 465, + "size": 466, "clones": { - "count": 268, - "uniques": 184 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 4, - "uniques": 4 - } - ], + "referrers": [], "views": { - "count": 8, - "uniques": 4 + "count": 0, + "uniques": 0 } }, { "name": "playwright-typescript-ts-jest-jest-assert", "full_name": "e2e-boilerplate/playwright-typescript-ts-jest-jest-assert", "url": "https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert", - "stargazers_count": 22, - "watchers_count": 22, - "forks_count": 9, + "stargazers_count": 23, + "watchers_count": 23, + "forks_count": 10, "open_issues_count": 7, - "forks": 9, + "forks": 10, "open_issues": 7, - "watchers": 22, + "watchers": 23, "size": 1335, "clones": { - "count": 264, - "uniques": 165 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 22, - "uniques": 16 - }, - { - "referrer": "github.com", - "count": 14, - "uniques": 13 - } - ], + "referrers": [], "views": { - "count": 115, - "uniques": 31 + "count": 0, + "uniques": 0 } }, { @@ -1446,29 +1200,13 @@ "watchers": 10, "size": 1093, "clones": { - "count": 270, - "uniques": 179 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 37, - "uniques": 23 - }, - { - "referrer": "educative.io", - "count": 11, - "uniques": 8 - }, - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 148, - "uniques": 37 + "count": 0, + "uniques": 0 } }, { @@ -1484,24 +1222,13 @@ "watchers": 0, "size": 500, "clones": { - "count": 280, - "uniques": 185 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 3, - "uniques": 3 - }, - { - "referrer": "github.com", - "count": 2, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 23, - "uniques": 6 + "count": 0, + "uniques": 0 } }, { @@ -1517,24 +1244,13 @@ "watchers": 1, "size": 535, "clones": { - "count": 277, - "uniques": 179 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 3, - "uniques": 3 - }, - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 19, - "uniques": 4 + "count": 0, + "uniques": 0 } }, { @@ -1544,14 +1260,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 485, + "size": 482, "clones": { - "count": 243, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1570,21 +1286,15 @@ "forks": 0, "open_issues": 4, "watchers": 0, - "size": 455, + "size": 462, "clones": { - "count": 239, - "uniques": 166 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Bing", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -1594,14 +1304,14 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 1, - "size": 366, + "size": 365, "clones": { - "count": 243, - "uniques": 153 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1616,14 +1326,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 284, + "size": 286, "clones": { - "count": 246, - "uniques": 164 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1638,25 +1348,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 686, + "size": 683, "clones": { - "count": 247, - "uniques": 172 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -1666,14 +1370,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 340, + "size": 289, "clones": { - "count": 254, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1688,14 +1392,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 876, + "size": 877, "clones": { - "count": 246, - "uniques": 158 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1710,14 +1414,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 1052, + "size": 1053, "clones": { - "count": 253, - "uniques": 173 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1732,25 +1436,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, "size": 916, "clones": { - "count": 246, - "uniques": 164 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -1760,19 +1458,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 1002, + "size": 868, "clones": { - "count": 246, - "uniques": 160 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -1782,14 +1480,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1159, + "size": 1000, "clones": { - "count": 245, - "uniques": 166 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1804,14 +1502,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 983, + "size": 823, "clones": { - "count": 249, - "uniques": 169 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1826,14 +1524,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 461, + "size": 426, "clones": { - "count": 244, - "uniques": 161 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1852,10 +1550,10 @@ "forks": 0, "open_issues": 4, "watchers": 0, - "size": 489, + "size": 453, "clones": { - "count": 248, - "uniques": 165 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1870,14 +1568,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 478, + "size": 428, "clones": { - "count": 241, - "uniques": 160 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1892,14 +1590,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 336, + "size": 298, "clones": { - "count": 244, - "uniques": 164 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1914,14 +1612,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 647, + "size": 645, "clones": { - "count": 238, - "uniques": 165 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1940,21 +1638,15 @@ "forks": 0, "open_issues": 5, "watchers": 0, - "size": 340, + "size": 296, "clones": { - "count": 248, - "uniques": 166 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -1970,8 +1662,8 @@ "watchers": 0, "size": 385, "clones": { - "count": 257, - "uniques": 161 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -1992,19 +1684,13 @@ "watchers": 1, "size": 475, "clones": { - "count": 255, - "uniques": 166 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -2020,8 +1706,8 @@ "watchers": 0, "size": 578, "clones": { - "count": 262, - "uniques": 163 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2040,15 +1726,15 @@ "forks": 0, "open_issues": 6, "watchers": 0, - "size": 323, + "size": 314, "clones": { - "count": 253, - "uniques": 158 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -2064,8 +1750,8 @@ "watchers": 0, "size": 547, "clones": { - "count": 251, - "uniques": 165 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2086,8 +1772,8 @@ "watchers": 0, "size": 318, "clones": { - "count": 262, - "uniques": 158 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2108,8 +1794,8 @@ "watchers": 0, "size": 400, "clones": { - "count": 259, - "uniques": 164 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2130,19 +1816,13 @@ "watchers": 0, "size": 505, "clones": { - "count": 259, - "uniques": 175 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 3, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 9, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -2158,8 +1838,8 @@ "watchers": 0, "size": 549, "clones": { - "count": 251, - "uniques": 170 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2180,8 +1860,8 @@ "watchers": 0, "size": 334, "clones": { - "count": 249, - "uniques": 169 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2200,10 +1880,10 @@ "forks": 0, "open_issues": 6, "watchers": 0, - "size": 619, + "size": 620, "clones": { - "count": 248, - "uniques": 162 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2224,8 +1904,8 @@ "watchers": 0, "size": 307, "clones": { - "count": 117, - "uniques": 90 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2240,14 +1920,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 373, + "size": 426, "clones": { - "count": 257, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2262,14 +1942,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 321, + "size": 326, "clones": { - "count": 258, - "uniques": 169 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2284,14 +1964,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 2, + "open_issues_count": 3, "forks": 0, - "open_issues": 2, + "open_issues": 3, "watchers": 0, - "size": 756, + "size": 690, "clones": { - "count": 263, - "uniques": 166 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2306,14 +1986,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 285, + "size": 290, "clones": { - "count": 272, - "uniques": 179 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2328,14 +2008,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 650, + "size": 668, "clones": { - "count": 252, - "uniques": 166 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2354,10 +2034,10 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "size": 450, + "size": 465, "clones": { - "count": 249, - "uniques": 161 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2372,14 +2052,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 463, + "size": 519, "clones": { - "count": 248, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2394,14 +2074,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 831, + "size": 833, "clones": { - "count": 263, - "uniques": 165 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2416,14 +2096,14 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 1, - "size": 1086, + "size": 1012, "clones": { - "count": 262, - "uniques": 177 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2442,10 +2122,10 @@ "forks": 0, "open_issues": 4, "watchers": 0, - "size": 500, + "size": 504, "clones": { - "count": 260, - "uniques": 179 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2464,10 +2144,10 @@ "forks": 0, "open_issues": 4, "watchers": 0, - "size": 385, + "size": 390, "clones": { - "count": 247, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2482,14 +2162,14 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 1, - "size": 692, + "size": 739, "clones": { - "count": 250, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2504,14 +2184,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 283, + "size": 330, "clones": { - "count": 259, - "uniques": 174 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2526,30 +2206,19 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 1, - "size": 927, + "size": 1298, "clones": { - "count": 252, - "uniques": 157 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - }, - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 6, - "uniques": 3 + "count": 0, + "uniques": 0 } }, { @@ -2559,25 +2228,19 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 1, - "size": 1855, + "size": 1463, "clones": { - "count": 251, - "uniques": 164 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -2587,14 +2250,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 1778, + "size": 1986, "clones": { - "count": 266, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2609,14 +2272,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 405, + "size": 451, "clones": { - "count": 257, - "uniques": 175 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2631,14 +2294,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 277, + "size": 324, "clones": { - "count": 260, - "uniques": 182 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2653,14 +2316,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 705, + "size": 751, "clones": { - "count": 250, - "uniques": 177 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2675,11 +2338,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 4, + "open_issues_count": 5, "forks": 0, - "open_issues": 4, + "open_issues": 5, "watchers": 0, - "size": 286, + "size": 335, "clones": { "count": 0, "uniques": 0 @@ -2703,8 +2366,8 @@ "watchers": 0, "size": 639, "clones": { - "count": 257, - "uniques": 164 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2728,16 +2391,10 @@ "count": 0, "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 5, - "uniques": 4 - } - ], + "referrers": [], "views": { - "count": 12, - "uniques": 5 + "count": 0, + "uniques": 0 } }, { @@ -2753,8 +2410,8 @@ "watchers": 0, "size": 427, "clones": { - "count": 262, - "uniques": 178 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2778,16 +2435,10 @@ "count": 0, "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 4, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -2825,8 +2476,8 @@ "watchers": 0, "size": 1276, "clones": { - "count": "", - "uniques": "" + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2841,14 +2492,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 482, + "size": 431, "clones": { - "count": 254, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2863,25 +2514,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, "size": 359, "clones": { "count": 0, "uniques": 0 }, - "referrers": [ - { - "referrer": "Bing", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -2891,11 +2536,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 593, + "size": 590, "clones": { "count": 0, "uniques": 0 @@ -2913,25 +2558,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 316, + "size": 358, "clones": { "count": 0, "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 6, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -2945,10 +2584,10 @@ "forks": 0, "open_issues": 5, "watchers": 0, - "size": 455, + "size": 468, "clones": { - "count": 247, - "uniques": 173 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -2967,7 +2606,7 @@ "forks": 0, "open_issues": 5, "watchers": 0, - "size": 521, + "size": 535, "clones": { "count": 0, "uniques": 0 @@ -2989,21 +2628,15 @@ "forks": 0, "open_issues": 8, "watchers": 0, - "size": 827, + "size": 823, "clones": { - "count": 252, - "uniques": 166 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 2, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 4, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3013,11 +2646,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 897, + "size": 894, "clones": { "count": 0, "uniques": 0 @@ -3035,11 +2668,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 517, + "size": 515, "clones": { "count": 0, "uniques": 0 @@ -3057,14 +2690,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 426, + "size": 420, "clones": { - "count": 259, - "uniques": 175 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3079,30 +2712,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 675, + "size": 699, "clones": { "count": 0, "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - }, - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 11, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3116,10 +2738,10 @@ "forks": 0, "open_issues": 6, "watchers": 0, - "size": 344, + "size": 342, "clones": { - "count": 250, - "uniques": 158 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3134,11 +2756,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 436, + "size": 437, "clones": { "count": 0, "uniques": 0 @@ -3167,8 +2789,8 @@ }, "referrers": [], "views": { - "count": 5, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3178,14 +2800,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 1280, + "size": 1127, "clones": { - "count": 248, - "uniques": 164 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3200,25 +2822,19 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 1, - "size": 1486, + "size": 1341, "clones": { - "count": 244, - "uniques": 158 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 9, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -3228,25 +2844,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 1, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 1, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1183, + "size": 1184, "clones": { - "count": 247, - "uniques": 175 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 9, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3256,19 +2866,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 1182, + "size": 1184, "clones": { - "count": 238, - "uniques": 153 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -3278,14 +2888,14 @@ "stargazers_count": 1, "watchers_count": 1, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 1, - "size": 1003, + "size": 839, "clones": { - "count": 249, - "uniques": 174 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3300,14 +2910,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1254, + "size": 1090, "clones": { - "count": 248, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3322,30 +2932,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1031, + "size": 865, "clones": { - "count": 253, - "uniques": 172 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - }, - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3355,14 +2954,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1138, + "size": 982, "clones": { - "count": 248, - "uniques": 172 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3377,14 +2976,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 356, + "size": 400, "clones": { - "count": 247, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3399,14 +2998,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 599, + "size": 598, "clones": { - "count": 240, - "uniques": 169 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3421,14 +3020,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 360, + "size": 404, "clones": { - "count": 252, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3443,14 +3042,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 484, + "size": 479, "clones": { - "count": 245, - "uniques": 166 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3471,19 +3070,13 @@ "watchers": 1, "size": 518, "clones": { - "count": 123, - "uniques": 92 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 2, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 4, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3493,14 +3086,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 805, + "size": 831, "clones": { - "count": 249, - "uniques": 153 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3521,19 +3114,13 @@ "watchers": 0, "size": 846, "clones": { - "count": 253, - "uniques": 169 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 9, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -3549,19 +3136,13 @@ "watchers": 1, "size": 875, "clones": { - "count": 252, - "uniques": 172 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3577,8 +3158,8 @@ "watchers": 0, "size": 658, "clones": { - "count": 254, - "uniques": 173 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3599,19 +3180,13 @@ "watchers": 0, "size": 421, "clones": { - "count": 259, - "uniques": 172 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -3627,29 +3202,13 @@ "watchers": 3, "size": 502, "clones": { - "count": 256, - "uniques": 172 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 8, - "uniques": 5 - }, - { - "referrer": "github.com", - "count": 3, - "uniques": 2 - }, - { - "referrer": "Bing", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 82, - "uniques": 11 + "count": 0, + "uniques": 0 } }, { @@ -3668,16 +3227,10 @@ "count": 0, "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 5, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3687,14 +3240,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 13, + "open_issues_count": 14, "forks": 0, - "open_issues": 13, + "open_issues": 14, "watchers": 0, - "size": 4077, + "size": 4097, "clones": { - "count": 278, - "uniques": 175 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3715,19 +3268,13 @@ "watchers": 0, "size": 6415, "clones": { - "count": 14, - "uniques": 14 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -3737,25 +3284,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 417, + "size": 418, "clones": { - "count": 257, - "uniques": 165 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 2 + "count": 0, + "uniques": 0 } }, { @@ -3765,11 +3306,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 399, + "size": 400, "clones": { "count": 0, "uniques": 0 @@ -3787,14 +3328,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 395, + "size": 367, "clones": { - "count": 258, - "uniques": 164 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3809,14 +3350,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 385, + "size": 483, "clones": { - "count": 255, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3831,14 +3372,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 392, + "size": 364, "clones": { - "count": 255, - "uniques": 173 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3853,14 +3394,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 2, + "open_issues_count": 3, "forks": 0, - "open_issues": 2, + "open_issues": 3, "watchers": 0, - "size": 385, + "size": 446, "clones": { - "count": 261, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3875,14 +3416,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 352, + "size": 402, "clones": { - "count": 264, - "uniques": 165 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3897,14 +3438,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 402, + "size": 452, "clones": { - "count": 257, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3919,14 +3460,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 392, + "size": 393, "clones": { - "count": 262, - "uniques": 174 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3941,14 +3482,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 3, + "open_issues_count": 4, "forks": 0, - "open_issues": 3, + "open_issues": 4, "watchers": 0, - "size": 387, + "size": 409, "clones": { - "count": 264, - "uniques": 175 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3969,8 +3510,8 @@ "watchers": 0, "size": 562, "clones": { - "count": 250, - "uniques": 167 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -3991,8 +3532,8 @@ "watchers": 0, "size": 318, "clones": { - "count": 245, - "uniques": 168 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4013,8 +3554,8 @@ "watchers": 0, "size": 319, "clones": { - "count": 258, - "uniques": 160 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4035,13 +3576,13 @@ "watchers": 0, "size": 323, "clones": { - "count": 247, - "uniques": 170 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4057,8 +3598,8 @@ "watchers": 0, "size": 340, "clones": { - "count": 258, - "uniques": 158 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4073,25 +3614,19 @@ "stargazers_count": 8, "watchers_count": 8, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 8, - "size": 1662, + "size": 1653, "clones": { - "count": 259, - "uniques": 176 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 8, - "uniques": 7 - } - ], + "referrers": [], "views": { - "count": 10, - "uniques": 8 + "count": 0, + "uniques": 0 } }, { @@ -4101,14 +3636,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 385, + "size": 344, "clones": { - "count": 251, - "uniques": 175 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4127,10 +3662,10 @@ "forks": 0, "open_issues": 6, "watchers": 0, - "size": 391, + "size": 347, "clones": { - "count": 250, - "uniques": 169 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4145,25 +3680,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 663, + "size": 612, "clones": { - "count": 242, - "uniques": 166 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 5, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4173,14 +3702,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 625, + "size": 634, "clones": { - "count": 252, - "uniques": 159 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4195,11 +3724,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 392, + "size": 480, "clones": { "count": 0, "uniques": 0 @@ -4217,14 +3746,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 307, + "size": 309, "clones": { - "count": 253, - "uniques": 179 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4239,11 +3768,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 304, + "size": 302, "clones": { "count": 0, "uniques": 0 @@ -4261,14 +3790,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 525, + "size": 473, "clones": { - "count": 240, - "uniques": 166 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4283,11 +3812,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 1, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 1, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1347, + "size": 1176, "clones": { "count": 0, "uniques": 0 @@ -4305,11 +3834,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 6, + "open_issues_count": 7, "forks": 0, - "open_issues": 6, + "open_issues": 7, "watchers": 0, - "size": 1181, + "size": 1010, "clones": { "count": 0, "uniques": 0 @@ -4327,11 +3856,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1026, + "size": 811, "clones": { "count": 0, "uniques": 0 @@ -4349,11 +3878,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 826, + "size": 828, "clones": { "count": 0, "uniques": 0 @@ -4371,14 +3900,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 5, + "open_issues_count": 6, "forks": 0, - "open_issues": 5, + "open_issues": 6, "watchers": 0, - "size": 824, + "size": 825, "clones": { - "count": 253, - "uniques": 163 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4402,16 +3931,10 @@ "count": 0, "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4427,8 +3950,8 @@ "watchers": 0, "size": 676, "clones": { - "count": 253, - "uniques": 179 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4471,8 +3994,8 @@ "watchers": 0, "size": 219, "clones": { - "count": 247, - "uniques": 169 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4493,8 +4016,8 @@ "watchers": 0, "size": 348, "clones": { - "count": 257, - "uniques": 175 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4509,19 +4032,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, "size": 1175, "clones": { - "count": 256, - "uniques": 160 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4531,9 +4054,9 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, "size": 1104, "clones": { @@ -4553,11 +4076,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 1215, + "size": 1214, "clones": { "count": 0, "uniques": 0 @@ -4586,8 +4109,8 @@ }, "referrers": [], "views": { - "count": 1, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4597,14 +4120,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 606, + "size": 597, "clones": { - "count": 263, - "uniques": 175 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4623,10 +4146,10 @@ "forks": 0, "open_issues": 8, "watchers": 0, - "size": 1308, + "size": 1298, "clones": { - "count": 251, - "uniques": 172 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4641,11 +4164,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 592, + "size": 582, "clones": { "count": 0, "uniques": 0 @@ -4663,11 +4186,11 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1527, + "size": 1528, "clones": { "count": 0, "uniques": 0 @@ -4685,19 +4208,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 7, + "open_issues_count": 8, "forks": 0, - "open_issues": 7, + "open_issues": 8, "watchers": 0, - "size": 1514, + "size": 1515, "clones": { "count": 0, "uniques": 0 }, "referrers": [], "views": { - "count": 16, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4707,25 +4230,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, "size": 1574, "clones": { - "count": 251, - "uniques": 166 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 2, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 8, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4735,14 +4252,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 1, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 1, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 1286, + "size": 1288, "clones": { - "count": 250, - "uniques": 160 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4757,25 +4274,19 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 1786, + "size": 1787, "clones": { - "count": 253, - "uniques": 172 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 3, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4785,14 +4296,14 @@ "stargazers_count": 0, "watchers_count": 0, "forks_count": 0, - "open_issues_count": 8, + "open_issues_count": 9, "forks": 0, - "open_issues": 8, + "open_issues": 9, "watchers": 0, - "size": 1256, + "size": 1257, "clones": { - "count": 256, - "uniques": 169 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4813,19 +4324,13 @@ "watchers": 0, "size": 927, "clones": { - "count": 261, - "uniques": 172 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 2, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4844,16 +4349,10 @@ "count": 0, "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 3, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 7, - "uniques": 1 + "count": 0, + "uniques": 0 } }, { @@ -4867,21 +4366,15 @@ "forks": 0, "open_issues": 8, "watchers": 0, - "size": 1037, + "size": 1029, "clones": { - "count": 269, - "uniques": 177 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 10, - "uniques": 3 + "count": 0, + "uniques": 0 } }, { @@ -4895,10 +4388,10 @@ "forks": 0, "open_issues": 8, "watchers": 0, - "size": 651, + "size": 643, "clones": { - "count": 269, - "uniques": 172 + "count": 0, + "uniques": 0 }, "referrers": [], "views": { @@ -4917,26 +4410,15 @@ "forks": 1, "open_issues": 9, "watchers": 2, - "size": 1273, + "size": 1265, "clones": { - "count": 257, - "uniques": 160 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "Google", - "count": 12, - "uniques": 10 - }, - { - "referrer": "github.com", - "count": 2, - "uniques": 2 - } - ], + "referrers": [], "views": { - "count": 64, - "uniques": 15 + "count": 0, + "uniques": 0 } }, { @@ -4950,21 +4432,15 @@ "forks": 0, "open_issues": 8, "watchers": 0, - "size": 666, + "size": 658, "clones": { - "count": 263, - "uniques": 178 + "count": 0, + "uniques": 0 }, - "referrers": [ - { - "referrer": "github.com", - "count": 1, - "uniques": 1 - } - ], + "referrers": [], "views": { - "count": 3, - "uniques": 2 + "count": 0, + "uniques": 0 } } ] \ No newline at end of file diff --git a/data/repos/repo-1.json b/data/repos/repo-1.json index 1c8b5153..467c3c37 100644 --- a/data/repos/repo-1.json +++ b/data/repos/repo-1.json @@ -1 +1 @@ -[{"id":265945731,"node_id":"MDEwOlJlcG9zaXRvcnkyNjU5NDU3MzE=","name":"api","full_name":"e2e-boilerplate/api","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/api","description":"Static data source.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/api","forks_url":"https://api.github.com/repos/e2e-boilerplate/api/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/api/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/api/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/api/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/api/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/api/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/api/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/api/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/api/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/api/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/api/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/api/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/api/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/api/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/api/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/api/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/api/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/api/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/api/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/api/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/api/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/api/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/api/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/api/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/api/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/api/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/api/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/api/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/api/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/api/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/api/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/api/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/api/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/api/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/api/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/api/deployments","created_at":"2020-05-21T20:31:47Z","updated_at":"2021-04-22T06:21:08Z","pushed_at":"2021-08-12T16:54:09Z","git_url":"git://github.com/e2e-boilerplate/api.git","ssh_url":"git@github.com:e2e-boilerplate/api.git","clone_url":"https://github.com/e2e-boilerplate/api.git","svn_url":"https://github.com/e2e-boilerplate/api","homepage":null,"size":639,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":null,"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":240820465,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MjA0NjU=","name":"cypress-es-modules-chai-assert","full_name":"e2e-boilerplate/cypress-es-modules-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert","description":"Cypress end-to-end test automation boilerplate, using ES6 Modules. Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/deployments","created_at":"2020-02-16T02:40:26Z","updated_at":"2021-08-09T01:05:36Z","pushed_at":"2021-08-16T19:57:44Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert","homepage":"","size":491,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":240818075,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MTgwNzU=","name":"cypress-es-modules-chai-expect","full_name":"e2e-boilerplate/cypress-es-modules-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect","description":"Cypress end-to-end test automation boilerplate, using ES6 Modules. Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/deployments","created_at":"2020-02-16T02:17:19Z","updated_at":"2021-08-09T00:32:31Z","pushed_at":"2021-08-16T20:10:38Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect","homepage":"","size":622,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":218887382,"node_id":"MDEwOlJlcG9zaXRvcnkyMTg4ODczODI=","name":"cypress-es-modules-chai-should","full_name":"e2e-boilerplate/cypress-es-modules-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-should","description":"Cypress end-to-end test automation boilerplate, using ES6 Modules, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/deployments","created_at":"2019-11-01T01:02:09Z","updated_at":"2021-08-08T23:37:26Z","pushed_at":"2021-08-16T19:31:58Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-should","homepage":"","size":631,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":252613146,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI2MTMxNDY=","name":"cypress-es-modules-cucumber-chai-assert","full_name":"e2e-boilerplate/cypress-es-modules-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/deployments","created_at":"2020-04-03T02:23:21Z","updated_at":"2021-08-11T18:20:54Z","pushed_at":"2021-08-16T20:20:37Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert","homepage":"","size":595,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":252620388,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI2MjAzODg=","name":"cypress-es-modules-cucumber-chai-expect","full_name":"e2e-boilerplate/cypress-es-modules-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/deployments","created_at":"2020-04-03T03:08:14Z","updated_at":"2021-08-11T16:25:14Z","pushed_at":"2021-08-16T20:15:35Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect","homepage":"","size":664,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":252621353,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI2MjEzNTM=","name":"cypress-es-modules-cucumber-chai-should","full_name":"e2e-boilerplate/cypress-es-modules-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/deployments","created_at":"2020-04-03T03:14:16Z","updated_at":"2021-08-11T17:52:40Z","pushed_at":"2021-08-16T19:07:52Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should","homepage":"","size":585,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":252623814,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI2MjM4MTQ=","name":"cypress-es-modules-cucumber-jest-expect","full_name":"e2e-boilerplate/cypress-es-modules-cucumber-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/deployments","created_at":"2020-04-03T03:29:49Z","updated_at":"2021-08-11T18:51:05Z","pushed_at":"2021-08-16T19:29:14Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-cucumber-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect","homepage":"","size":566,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":252585778,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI1ODU3Nzg=","name":"cypress-es-modules-jest-expect","full_name":"e2e-boilerplate/cypress-es-modules-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/deployments","created_at":"2020-04-02T23:19:13Z","updated_at":"2021-08-08T23:22:01Z","pushed_at":"2021-08-16T19:32:34Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect","homepage":"","size":377,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251182195,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExODIxOTU=","name":"cypress-typescript-browserify-chai-assert","full_name":"e2e-boilerplate/cypress-typescript-browserify-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Browserify, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/deployments","created_at":"2020-03-30T02:32:38Z","updated_at":"2021-08-11T18:30:03Z","pushed_at":"2021-08-16T20:17:08Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-browserify-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert","homepage":"","size":534,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251119293,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExMTkyOTM=","name":"cypress-typescript-browserify-chai-expect","full_name":"e2e-boilerplate/cypress-typescript-browserify-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Browserify, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/deployments","created_at":"2020-03-29T19:46:01Z","updated_at":"2021-08-11T16:58:35Z","pushed_at":"2021-08-16T19:46:27Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-browserify-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect","homepage":"","size":570,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":219237687,"node_id":"MDEwOlJlcG9zaXRvcnkyMTkyMzc2ODc=","name":"cypress-typescript-browserify-chai-should","full_name":"e2e-boilerplate/cypress-typescript-browserify-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should","description":"Cypress end-to-end test automation boilerplate, using TypeScript and browserify.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/deployments","created_at":"2019-11-03T01:46:53Z","updated_at":"2021-08-11T09:27:10Z","pushed_at":"2021-08-16T20:10:33Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-browserify-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should","homepage":"","size":804,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":252588721,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI1ODg3MjE=","name":"cypress-typescript-browserify-jest-expect","full_name":"e2e-boilerplate/cypress-typescript-browserify-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Browserify, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/deployments","created_at":"2020-04-02T23:40:46Z","updated_at":"2021-08-11T18:11:13Z","pushed_at":"2021-08-16T19:25:14Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-browserify-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect","homepage":"","size":474,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":251157568,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExNTc1Njg=","name":"cypress-typescript-chai-assert","full_name":"e2e-boilerplate/cypress-typescript-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/deployments","created_at":"2020-03-29T23:42:07Z","updated_at":"2021-08-11T17:23:12Z","pushed_at":"2021-08-16T19:23:27Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-assert","homepage":"","size":362,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251465739,"node_id":"MDEwOlJlcG9zaXRvcnkyNTE0NjU3Mzk=","name":"cypress-typescript-chai-expect","full_name":"e2e-boilerplate/cypress-typescript-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/deployments","created_at":"2020-03-31T01:03:28Z","updated_at":"2021-08-11T17:59:28Z","pushed_at":"2021-08-16T20:02:04Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-expect","homepage":"","size":267,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251465813,"node_id":"MDEwOlJlcG9zaXRvcnkyNTE0NjU4MTM=","name":"cypress-typescript-chai-should","full_name":"e2e-boilerplate/cypress-typescript-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-should","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/deployments","created_at":"2020-03-31T01:04:04Z","updated_at":"2021-08-11T19:23:06Z","pushed_at":"2021-08-16T19:24:04Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-should","homepage":"","size":239,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":252870279,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI4NzAyNzk=","name":"cypress-typescript-cucumber-chai-assert","full_name":"e2e-boilerplate/cypress-typescript-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/deployments","created_at":"2020-04-04T00:04:44Z","updated_at":"2021-08-11T18:12:30Z","pushed_at":"2021-08-16T19:23:57Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert","homepage":"","size":536,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":252882161,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI4ODIxNjE=","name":"cypress-typescript-cucumber-chai-expect","full_name":"e2e-boilerplate/cypress-typescript-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/deployments","created_at":"2020-04-04T01:34:27Z","updated_at":"2021-08-11T18:40:48Z","pushed_at":"2021-08-16T20:13:21Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect","homepage":"","size":533,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":252882222,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI4ODIyMjI=","name":"cypress-typescript-cucumber-chai-should","full_name":"e2e-boilerplate/cypress-typescript-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/deployments","created_at":"2020-04-04T01:34:57Z","updated_at":"2021-08-11T17:49:00Z","pushed_at":"2021-08-16T19:54:09Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should","homepage":"","size":536,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":252589255,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI1ODkyNTU=","name":"cypress-typescript-jest-expect","full_name":"e2e-boilerplate/cypress-typescript-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/deployments","created_at":"2020-04-02T23:44:50Z","updated_at":"2021-08-11T18:02:21Z","pushed_at":"2021-08-16T20:13:27Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-jest-expect","homepage":"","size":317,"stargazers_count":3,"watchers_count":3,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":3,"default_branch":"master"},{"id":251130160,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExMzAxNjA=","name":"cypress-typescript-webpack-chai-assert","full_name":"e2e-boilerplate/cypress-typescript-webpack-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Webpack, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/deployments","created_at":"2020-03-29T20:42:39Z","updated_at":"2021-08-15T23:35:49Z","pushed_at":"2021-08-16T20:01:39Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-webpack-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert","homepage":"","size":782,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251172838,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExNzI4Mzg=","name":"cypress-typescript-webpack-chai-expect","full_name":"e2e-boilerplate/cypress-typescript-webpack-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Webpack, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/deployments","created_at":"2020-03-30T01:35:06Z","updated_at":"2021-08-16T00:24:32Z","pushed_at":"2021-08-16T19:25:26Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-webpack-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect","homepage":"","size":714,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":219235884,"node_id":"MDEwOlJlcG9zaXRvcnkyMTkyMzU4ODQ=","name":"cypress-typescript-webpack-chai-should","full_name":"e2e-boilerplate/cypress-typescript-webpack-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should","description":"Cypress end-to-end test automation boilerplate, using TypeScript and webpack.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/deployments","created_at":"2019-11-03T01:24:24Z","updated_at":"2021-08-15T23:17:45Z","pushed_at":"2021-08-16T20:05:17Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-webpack-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should","homepage":"","size":973,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":252589484,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI1ODk0ODQ=","name":"cypress-typescript-webpack-jest-expect","full_name":"e2e-boilerplate/cypress-typescript-webpack-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Webpack, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/deployments","created_at":"2020-04-02T23:46:37Z","updated_at":"2021-08-16T00:06:43Z","pushed_at":"2021-08-16T20:17:48Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-webpack-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect","homepage":"","size":690,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":263450987,"node_id":"MDEwOlJlcG9zaXRvcnkyNjM0NTA5ODc=","name":"docs","full_name":"e2e-boilerplate/docs","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/docs","description":"JavaScript end-to-end Test Automation Boilerplate","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/docs","forks_url":"https://api.github.com/repos/e2e-boilerplate/docs/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/docs/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/docs/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/docs/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/docs/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/docs/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/docs/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/docs/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/docs/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/docs/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/docs/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/docs/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/docs/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/docs/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/docs/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/docs/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/docs/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/docs/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/docs/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/docs/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/docs/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/docs/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/docs/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/docs/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/docs/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/docs/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/docs/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/docs/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/docs/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/docs/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/docs/deployments","created_at":"2020-05-12T20:59:19Z","updated_at":"2021-07-07T16:48:56Z","pushed_at":"2020-10-29T08:59:46Z","git_url":"git://github.com/e2e-boilerplate/docs.git","ssh_url":"git@github.com:e2e-boilerplate/docs.git","clone_url":"https://github.com/e2e-boilerplate/docs.git","svn_url":"https://github.com/e2e-boilerplate/docs","homepage":"","size":893,"stargazers_count":13,"watchers_count":13,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":null,"forks":0,"open_issues":1,"watchers":13,"default_branch":"master"},{"id":248901633,"node_id":"MDEwOlJlcG9zaXRvcnkyNDg5MDE2MzM=","name":"e2e-boilerplate","full_name":"e2e-boilerplate/e2e-boilerplate","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/e2e-boilerplate","description":"JavaScript front-end test automation boilerplate.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate","forks_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/deployments","created_at":"2020-03-21T03:45:34Z","updated_at":"2020-10-21T21:39:25Z","pushed_at":"2020-10-21T21:39:22Z","git_url":"git://github.com/e2e-boilerplate/e2e-boilerplate.git","ssh_url":"git@github.com:e2e-boilerplate/e2e-boilerplate.git","clone_url":"https://github.com/e2e-boilerplate/e2e-boilerplate.git","svn_url":"https://github.com/e2e-boilerplate/e2e-boilerplate","homepage":null,"size":190,"stargazers_count":0,"watchers_count":0,"language":"HTML","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":219254690,"node_id":"MDEwOlJlcG9zaXRvcnkyMTkyNTQ2OTA=","name":"nightwatch-commonjs-assert","full_name":"e2e-boilerplate/nightwatch-commonjs-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-assert","description":"nightwatch end-to-end test automation boilerplate, using CommonJS and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/deployments","created_at":"2019-11-03T05:09:55Z","updated_at":"2021-07-17T23:56:50Z","pushed_at":"2021-08-08T21:54:25Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-commonjs-assert.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-commonjs-assert.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-assert.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-assert","homepage":"","size":599,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":238113855,"node_id":"MDEwOlJlcG9zaXRvcnkyMzgxMTM4NTU=","name":"nightwatch-commonjs-expect","full_name":"e2e-boilerplate/nightwatch-commonjs-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-expect","description":"nightwatch end-to-end test automation boilerplate, using CommonJS and EXPECT.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/deployments","created_at":"2020-02-04T03:21:20Z","updated_at":"2021-07-17T23:38:39Z","pushed_at":"2021-08-08T22:07:15Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-commonjs-expect.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-commonjs-expect.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-expect.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-expect","homepage":"","size":617,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":219329372,"node_id":"MDEwOlJlcG9zaXRvcnkyMTkzMjkzNzI=","name":"nightwatch-es-modules-babel-assert","full_name":"e2e-boilerplate/nightwatch-es-modules-babel-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert","description":"Nightwatch end-to-end test automation boilerplate, Using ES Modules, Babel and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/deployments","created_at":"2019-11-03T16:20:28Z","updated_at":"2021-07-20T19:58:07Z","pushed_at":"2021-08-11T08:13:19Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-es-modules-babel-assert.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert","homepage":"","size":1022,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":238116572,"node_id":"MDEwOlJlcG9zaXRvcnkyMzgxMTY1NzI=","name":"nightwatch-es-modules-babel-expect","full_name":"e2e-boilerplate/nightwatch-es-modules-babel-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect","description":"Nightwatch end-to-end test automation boilerplate, Using ES Modules, Babel and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/deployments","created_at":"2020-02-04T03:41:11Z","updated_at":"2021-07-20T20:56:56Z","pushed_at":"2021-08-11T07:48:37Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-es-modules-babel-expect.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect","homepage":"","size":920,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":240824659,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MjQ2NTk=","name":"nightwatch-typescript-tsc-assert","full_name":"e2e-boilerplate/nightwatch-typescript-tsc-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert","description":"Nightwatch end-to-end test automation boilerplate, Using TypeScript, Tsc and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/deployments","created_at":"2020-02-16T03:23:42Z","updated_at":"2021-07-08T20:38:05Z","pushed_at":"2021-08-18T23:17:00Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-typescript-tsc-assert.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert","homepage":"","size":616,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":240829606,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4Mjk2MDY=","name":"nightwatch-typescript-tsc-expect","full_name":"e2e-boilerplate/nightwatch-typescript-tsc-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect","description":"Nightwatch end-to-end test automation boilerplate, Using TypeScript, Tsc and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/deployments","created_at":"2020-02-16T04:12:26Z","updated_at":"2021-07-08T20:55:40Z","pushed_at":"2021-08-18T23:18:57Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-typescript-tsc-expect.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect","homepage":"","size":523,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":264726439,"node_id":"MDEwOlJlcG9zaXRvcnkyNjQ3MjY0Mzk=","name":"picker","full_name":"e2e-boilerplate/picker","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/picker","description":"Boilerplate picker.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/picker","forks_url":"https://api.github.com/repos/e2e-boilerplate/picker/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/picker/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/picker/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/picker/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/picker/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/picker/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/picker/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/picker/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/picker/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/picker/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/picker/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/picker/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/picker/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/picker/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/picker/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/picker/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/picker/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/picker/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/picker/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/picker/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/picker/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/picker/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/picker/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/picker/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/picker/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/picker/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/picker/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/picker/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/picker/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/picker/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/picker/deployments","created_at":"2020-05-17T18:02:21Z","updated_at":"2020-09-02T21:31:48Z","pushed_at":"2021-06-14T13:11:19Z","git_url":"git://github.com/e2e-boilerplate/picker.git","ssh_url":"git@github.com:e2e-boilerplate/picker.git","clone_url":"https://github.com/e2e-boilerplate/picker.git","svn_url":"https://github.com/e2e-boilerplate/picker","homepage":"","size":8233,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":20,"license":null,"forks":0,"open_issues":20,"watchers":0,"default_branch":"master"},{"id":240396068,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAzOTYwNjg=","name":"playwright-commonjs-cucumber-assert","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Cucumber and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/deployments","created_at":"2020-02-14T00:28:15Z","updated_at":"2021-08-14T01:40:01Z","pushed_at":"2021-08-14T01:39:59Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert","homepage":"","size":511,"stargazers_count":3,"watchers_count":3,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":3,"default_branch":"master"},{"id":253328385,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMjgzODU=","name":"playwright-commonjs-cucumber-chai-assert","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert","description":"Playwright end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/deployments","created_at":"2020-04-05T20:42:53Z","updated_at":"2021-08-14T02:52:21Z","pushed_at":"2021-08-14T02:52:19Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert","homepage":"","size":465,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":240150158,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAxNTAxNTg=","name":"playwright-commonjs-cucumber-chai-expect","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Cucumber and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/deployments","created_at":"2020-02-13T01:16:09Z","updated_at":"2021-08-09T00:14:46Z","pushed_at":"2021-08-12T00:20:56Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect","homepage":"","size":701,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":4,"watchers":2,"default_branch":"master"},{"id":253328488,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMjg0ODg=","name":"playwright-commonjs-cucumber-chai-should","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should","description":"Playwright end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/deployments","created_at":"2020-04-05T20:43:26Z","updated_at":"2021-08-14T01:38:18Z","pushed_at":"2021-08-14T01:38:16Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should","homepage":"","size":457,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":240397005,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAzOTcwMDU=","name":"playwright-commonjs-cucumber-expect","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Cucumber and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/deployments","created_at":"2020-02-14T00:35:35Z","updated_at":"2021-08-14T02:06:12Z","pushed_at":"2021-08-14T02:07:31Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect","homepage":"","size":802,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":240407430,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MDc0MzA=","name":"playwright-commonjs-jasmine-assert","full_name":"e2e-boilerplate/playwright-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/deployments","created_at":"2020-02-14T01:55:40Z","updated_at":"2021-08-09T00:29:35Z","pushed_at":"2021-08-09T00:29:34Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert","homepage":"","size":527,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":1,"default_branch":"master"},{"id":240409667,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MDk2Njc=","name":"playwright-commonjs-jasmine-expect","full_name":"e2e-boilerplate/playwright-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/deployments","created_at":"2020-02-14T02:11:31Z","updated_at":"2021-08-14T02:02:45Z","pushed_at":"2021-08-14T02:02:43Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect","homepage":"","size":669,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":2,"default_branch":"master"},{"id":240401438,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MDE0Mzg=","name":"playwright-commonjs-jest-assert","full_name":"e2e-boilerplate/playwright-commonjs-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/deployments","created_at":"2020-02-14T01:10:32Z","updated_at":"2021-08-14T02:01:39Z","pushed_at":"2021-08-14T02:03:08Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert","homepage":"","size":983,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":240399346,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAzOTkzNDY=","name":"playwright-commonjs-jest-expect","full_name":"e2e-boilerplate/playwright-commonjs-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/deployments","created_at":"2020-02-14T00:53:51Z","updated_at":"2021-08-14T02:48:01Z","pushed_at":"2021-08-14T02:49:31Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect","homepage":"","size":976,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":2,"default_branch":"master"},{"id":240398496,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAzOTg0OTY=","name":"playwright-commonjs-mocha-assert","full_name":"e2e-boilerplate/playwright-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert","description":"Playwright end-to-end test automation boilerplate project. Using CommonJS, Mocha and assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/deployments","created_at":"2020-02-14T00:47:24Z","updated_at":"2021-08-09T00:41:42Z","pushed_at":"2021-08-09T00:41:41Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert","homepage":"","size":468,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":1,"default_branch":"master"},{"id":253334320,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMzQzMjA=","name":"playwright-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/playwright-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert","description":"Playwright end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-05T21:20:11Z","updated_at":"2021-08-14T01:38:25Z","pushed_at":"2021-08-14T01:39:41Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert","homepage":"","size":465,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":240160274,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAxNjAyNzQ=","name":"playwright-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/playwright-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Mocha, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/deployments","created_at":"2020-02-13T02:28:25Z","updated_at":"2021-08-14T01:58:07Z","pushed_at":"2021-08-14T01:59:21Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect","homepage":"","size":804,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":4,"watchers":1,"default_branch":"master"},{"id":253334395,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMzQzOTU=","name":"playwright-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/playwright-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should","description":"Playwright end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/deployments","created_at":"2020-04-05T21:20:37Z","updated_at":"2021-08-14T01:57:06Z","pushed_at":"2021-08-14T01:58:21Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should","homepage":"","size":459,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":240810376,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MTAzNzY=","name":"playwright-es-modules-babel-ava","full_name":"e2e-boilerplate/playwright-es-modules-babel-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava","description":"Playwright end-to-end test automation boilerplate, using ES6 Modules and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/deployments","created_at":"2020-02-16T00:55:11Z","updated_at":"2021-08-14T02:32:42Z","pushed_at":"2021-08-14T02:33:26Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-babel-ava.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-babel-ava.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava","homepage":"","size":1110,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":240410800,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MTA4MDA=","name":"playwright-es-modules-babel-jest-assert","full_name":"e2e-boilerplate/playwright-es-modules-babel-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert","description":"Playwright end-to-end test automation boilerplate project. Using ES6 modules, BabelJS, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/deployments","created_at":"2020-02-14T02:19:35Z","updated_at":"2021-08-14T01:58:35Z","pushed_at":"2021-08-14T02:00:15Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-babel-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert","homepage":"","size":1514,"stargazers_count":5,"watchers_count":5,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":5,"default_branch":"master"},{"id":240416611,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MTY2MTE=","name":"playwright-es-modules-babel-jest-expect","full_name":"e2e-boilerplate/playwright-es-modules-babel-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect","description":"Playwright end-to-end test automation boilerplate project. Using ES6 modules, BabelJS, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/deployments","created_at":"2020-02-14T03:01:11Z","updated_at":"2021-08-14T02:09:05Z","pushed_at":"2021-08-14T02:10:41Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-babel-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect","homepage":"","size":1488,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":2,"default_branch":"master"},{"id":240429531,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0Mjk1MzE=","name":"playwright-es-modules-esm-mocha-assert","full_name":"e2e-boilerplate/playwright-es-modules-esm-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert","description":"Playwright end-to-end test automation boilerplate, using ES6 Modules, ESM, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/deployments","created_at":"2020-02-14T04:42:25Z","updated_at":"2021-08-14T02:53:20Z","pushed_at":"2021-08-14T02:54:33Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-esm-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert","homepage":"","size":505,"stargazers_count":5,"watchers_count":5,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":5,"default_branch":"master"},{"id":253336423,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMzY0MjM=","name":"playwright-es-modules-esm-mocha-chai-assert","full_name":"e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert","description":"Playwright end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/deployments","created_at":"2020-04-05T21:33:38Z","updated_at":"2021-08-14T02:15:39Z","pushed_at":"2021-08-14T02:16:50Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert","homepage":"","size":369,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":1,"default_branch":"master"},{"id":240430791,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MzA3OTE=","name":"playwright-es-modules-esm-mocha-chai-expect","full_name":"e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect","description":"Playwright end-to-end test automation boilerplate, using ES6 Modules, ESM, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/deployments","created_at":"2020-02-14T04:52:40Z","updated_at":"2021-08-14T01:44:52Z","pushed_at":"2021-08-14T01:46:08Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect","homepage":"","size":709,"stargazers_count":3,"watchers_count":3,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":3,"default_branch":"master"},{"id":253336492,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMzY0OTI=","name":"playwright-es-modules-esm-mocha-chai-should","full_name":"e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should","description":"Playwright end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/deployments","created_at":"2020-04-05T21:34:07Z","updated_at":"2021-08-14T02:58:06Z","pushed_at":"2021-08-14T02:59:20Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should","homepage":"","size":465,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":1,"default_branch":"master"},{"id":240417599,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MTc1OTk=","name":"playwright-typescript-ts-jest-jest-assert","full_name":"e2e-boilerplate/playwright-typescript-ts-jest-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert","description":"Playwright end-to-end test automation boilerplate, using TypeScript, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/deployments","created_at":"2020-02-14T03:08:58Z","updated_at":"2021-08-14T02:03:58Z","pushed_at":"2021-08-18T22:14:15Z","git_url":"git://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-typescript-ts-jest-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert","homepage":"","size":1335,"stargazers_count":22,"watchers_count":22,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":9,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":9,"open_issues":7,"watchers":22,"default_branch":"master"},{"id":240428000,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MjgwMDA=","name":"playwright-typescript-ts-jest-jest-expect","full_name":"e2e-boilerplate/playwright-typescript-ts-jest-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect","description":"Playwright end-to-end test automation boilerplate, using TypeScript, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/deployments","created_at":"2020-02-14T04:29:29Z","updated_at":"2021-08-14T02:12:32Z","pushed_at":"2021-08-18T23:08:22Z","git_url":"git://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-typescript-ts-jest-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect","homepage":"","size":1093,"stargazers_count":10,"watchers_count":10,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":5,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":5,"open_issues":7,"watchers":10,"default_branch":"master"},{"id":240813366,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MTMzNjY=","name":"playwright-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert","description":"Playwright end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-02-16T01:28:35Z","updated_at":"2021-08-19T01:03:39Z","pushed_at":"2021-08-19T01:04:45Z","git_url":"git://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert","homepage":"","size":500,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":240812382,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MTIzODI=","name":"playwright-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect","description":"Playwright end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/deployments","created_at":"2020-02-16T01:18:31Z","updated_at":"2021-08-14T02:57:43Z","pushed_at":"2021-08-18T22:04:49Z","git_url":"git://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect","homepage":"","size":535,"stargazers_count":1,"watchers_count":1,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":216289391,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYyODkzOTE=","name":"protractor-commonjs-jasmine-assert","full_name":"e2e-boilerplate/protractor-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using: CommonJS, Jasmine, & Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/deployments","created_at":"2019-10-20T00:58:11Z","updated_at":"2021-07-18T00:01:24Z","pushed_at":"2021-08-08T22:23:44Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert","homepage":"","size":485,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":216294852,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYyOTQ4NTI=","name":"protractor-commonjs-jasmine-expect","full_name":"e2e-boilerplate/protractor-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using: CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/deployments","created_at":"2019-10-20T02:06:54Z","updated_at":"2021-07-18T00:03:39Z","pushed_at":"2021-08-08T22:06:53Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect","homepage":"","size":455,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":216297466,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYyOTc0NjY=","name":"protractor-commonjs-mocha-assert","full_name":"e2e-boilerplate/protractor-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert","description":"Protractor end-to-end test automation boilerplate, using Commonjs, Mocha & Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/deployments","created_at":"2019-10-20T02:36:30Z","updated_at":"2021-07-17T23:52:42Z","pushed_at":"2021-08-08T22:49:14Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert","homepage":"","size":366,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":253346146,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDYxNDY=","name":"protractor-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-05T22:40:53Z","updated_at":"2021-07-18T00:04:26Z","pushed_at":"2021-08-08T22:20:33Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert","homepage":"","size":284,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":217953101,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc5NTMxMDE=","name":"protractor-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, using CommonJS, Mocha & Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/deployments","created_at":"2019-10-28T02:45:47Z","updated_at":"2021-07-18T00:14:20Z","pushed_at":"2021-08-08T22:23:13Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect","homepage":"","size":686,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":253346198,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDYxOTg=","name":"protractor-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/protractor-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/deployments","created_at":"2020-04-05T22:41:20Z","updated_at":"2021-07-18T01:12:54Z","pushed_at":"2021-08-08T21:57:45Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should","homepage":"","size":340,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":236384447,"node_id":"MDEwOlJlcG9zaXRvcnkyMzYzODQ0NDc=","name":"protractor-es-modules-babel-jasmine-assert","full_name":"e2e-boilerplate/protractor-es-modules-babel-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/deployments","created_at":"2020-01-26T22:21:15Z","updated_at":"2021-07-20T20:21:49Z","pushed_at":"2021-08-11T07:39:10Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert","homepage":"","size":876,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":216333880,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzMzM4ODA=","name":"protractor-es-modules-babel-jasmine-expect","full_name":"e2e-boilerplate/protractor-es-modules-babel-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/deployments","created_at":"2019-10-20T09:00:09Z","updated_at":"2021-07-20T20:20:17Z","pushed_at":"2021-08-11T08:07:38Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect","homepage":"","size":1052,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":236405591,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MDU1OTE=","name":"protractor-es-modules-babel-mocha-assert","full_name":"e2e-boilerplate/protractor-es-modules-babel-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/deployments","created_at":"2020-01-27T02:09:04Z","updated_at":"2021-07-20T21:22:02Z","pushed_at":"2021-08-11T08:25:26Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert","homepage":"","size":916,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253346353,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDYzNTM=","name":"protractor-es-modules-babel-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/deployments","created_at":"2020-04-05T22:42:10Z","updated_at":"2021-07-20T19:57:09Z","pushed_at":"2021-08-11T08:16:24Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert","homepage":"","size":1002,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236403023,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MDMwMjM=","name":"protractor-es-modules-babel-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, using ES Modules, BabelJS, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/deployments","created_at":"2020-01-27T01:43:22Z","updated_at":"2021-07-20T20:30:38Z","pushed_at":"2021-08-11T08:36:32Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect","homepage":"","size":1159,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253346420,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY0MjA=","name":"protractor-es-modules-babel-mocha-chai-should","full_name":"e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/deployments","created_at":"2020-04-05T22:42:39Z","updated_at":"2021-07-20T21:10:40Z","pushed_at":"2021-08-11T08:36:48Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should","homepage":"","size":983,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":236401046,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MDEwNDY=","name":"protractor-es-modules-esm-jasmine-assert","full_name":"e2e-boilerplate/protractor-es-modules-esm-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/deployments","created_at":"2020-01-27T01:21:40Z","updated_at":"2021-07-18T00:32:18Z","pushed_at":"2021-08-08T22:28:50Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert","homepage":"","size":461,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":216335560,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzMzU1NjA=","name":"protractor-es-modules-esm-jasmine-expect","full_name":"e2e-boilerplate/protractor-es-modules-esm-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/deployments","created_at":"2019-10-20T09:15:01Z","updated_at":"2021-07-18T00:23:49Z","pushed_at":"2021-08-08T22:15:53Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect","homepage":"","size":489,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":236416444,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MTY0NDQ=","name":"protractor-es-modules-esm-mocha-assert","full_name":"e2e-boilerplate/protractor-es-modules-esm-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/deployments","created_at":"2020-01-27T03:59:11Z","updated_at":"2021-07-17T22:44:56Z","pushed_at":"2021-08-08T23:02:06Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert","homepage":"","size":478,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":253346531,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY1MzE=","name":"protractor-es-modules-esm-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/deployments","created_at":"2020-04-05T22:43:40Z","updated_at":"2021-07-17T23:43:18Z","pushed_at":"2021-08-08T22:19:07Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert","homepage":"","size":336,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":236415042,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MTUwNDI=","name":"protractor-es-modules-esm-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/deployments","created_at":"2020-01-27T03:44:11Z","updated_at":"2021-07-17T23:55:20Z","pushed_at":"2021-08-08T23:58:49Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect","homepage":"","size":647,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":253346629,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY2Mjk=","name":"protractor-es-modules-esm-mocha-chai-should","full_name":"e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/deployments","created_at":"2020-04-05T22:44:14Z","updated_at":"2021-07-18T00:26:43Z","pushed_at":"2021-08-08T23:59:47Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should","homepage":"","size":340,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":236386168,"node_id":"MDEwOlJlcG9zaXRvcnkyMzYzODYxNjg=","name":"protractor-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-01-26T22:38:42Z","updated_at":"2021-07-09T06:40:45Z","pushed_at":"2021-08-18T22:38:19Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert","homepage":"","size":385,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":216540018,"node_id":"MDEwOlJlcG9zaXRvcnkyMTY1NDAwMTg=","name":"protractor-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/deployments","created_at":"2019-10-21T10:24:12Z","updated_at":"2021-07-09T06:23:26Z","pushed_at":"2021-08-18T22:53:29Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect","homepage":"","size":475,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":1,"default_branch":"master"},{"id":236426855,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MjY4NTU=","name":"protractor-typescript-ts-node-mocha-assert","full_name":"e2e-boilerplate/protractor-typescript-ts-node-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/deployments","created_at":"2020-01-27T05:41:01Z","updated_at":"2021-07-07T01:50:51Z","pushed_at":"2021-08-18T22:32:14Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert","homepage":"","size":578,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253346743,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY3NDM=","name":"protractor-typescript-ts-node-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/deployments","created_at":"2020-04-05T22:45:04Z","updated_at":"2021-07-08T15:15:16Z","pushed_at":"2021-08-18T22:51:07Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert","homepage":"","size":323,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236428148,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MjgxNDg=","name":"protractor-typescript-ts-node-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/deployments","created_at":"2020-01-27T05:53:20Z","updated_at":"2021-07-08T13:14:13Z","pushed_at":"2021-08-18T21:53:45Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect","homepage":"","size":547,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253346801,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY4MDE=","name":"protractor-typescript-ts-node-mocha-chai-should","full_name":"e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/deployments","created_at":"2020-04-05T22:45:33Z","updated_at":"2021-07-08T13:31:02Z","pushed_at":"2021-08-18T22:05:31Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should","homepage":"","size":318,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236401967,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MDE5Njc=","name":"protractor-typescript-tsc-jasmine-assert","full_name":"e2e-boilerplate/protractor-typescript-tsc-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/deployments","created_at":"2020-01-27T01:32:05Z","updated_at":"2021-07-09T07:02:59Z","pushed_at":"2021-08-18T23:30:33Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert","homepage":"","size":400,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":216329567,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzMjk1Njc=","name":"protractor-typescript-tsc-jasmine-expect","full_name":"e2e-boilerplate/protractor-typescript-tsc-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Jasmine and Expect","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/deployments","created_at":"2019-10-20T08:21:09Z","updated_at":"2021-07-09T07:38:23Z","pushed_at":"2021-08-18T22:11:51Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect","homepage":"","size":505,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236423652,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MjM2NTI=","name":"protractor-typescript-tsc-mocha-assert","full_name":"e2e-boilerplate/protractor-typescript-tsc-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert","description":"Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/deployments","created_at":"2020-01-27T05:11:50Z","updated_at":"2021-07-07T02:34:52Z","pushed_at":"2021-08-18T23:22:00Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert","homepage":"","size":549,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253346901,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY5MDE=","name":"protractor-typescript-tsc-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, Tsc, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/deployments","created_at":"2020-04-05T22:46:13Z","updated_at":"2021-07-08T14:58:12Z","pushed_at":"2021-08-18T22:24:57Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert","homepage":"","size":334,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":236420356,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MjAzNTY=","name":"protractor-typescript-tsc-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/deployments","created_at":"2020-01-27T04:39:11Z","updated_at":"2021-07-08T13:53:02Z","pushed_at":"2021-08-18T23:26:48Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect","homepage":"","size":619,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253346961,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY5NjE=","name":"protractor-typescript-tsc-mocha-chai-should","full_name":"e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, Tsc, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/deployments","created_at":"2020-04-05T22:46:43Z","updated_at":"2021-07-08T15:17:37Z","pushed_at":"2021-08-06T07:46:18Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should","homepage":"","size":307,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":239893186,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk4OTMxODY=","name":"puppeteer-commonjs-cucumber-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/deployments","created_at":"2020-02-12T00:24:37Z","updated_at":"2021-08-11T15:53:49Z","pushed_at":"2021-08-12T00:10:51Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert","homepage":"","size":373,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":253357101,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTcxMDE=","name":"puppeteer-commonjs-cucumber-chai-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert","description":"Puppeteer end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/deployments","created_at":"2020-04-06T00:05:07Z","updated_at":"2021-08-11T18:17:53Z","pushed_at":"2021-08-12T06:08:29Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert","homepage":"","size":321,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":217642393,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2NDIzOTM=","name":"puppeteer-commonjs-cucumber-chai-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/deployments","created_at":"2019-10-26T02:00:32Z","updated_at":"2021-08-11T10:13:50Z","pushed_at":"2021-08-11T15:03:53Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect","homepage":"","size":756,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},{"id":253357146,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTcxNDY=","name":"puppeteer-commonjs-cucumber-chai-should","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should","description":"Puppeteer end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/deployments","created_at":"2020-04-06T00:05:34Z","updated_at":"2021-08-11T18:16:57Z","pushed_at":"2021-08-12T06:08:16Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should","homepage":"","size":285,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":239894747,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk4OTQ3NDc=","name":"puppeteer-commonjs-cucumber-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/deployments","created_at":"2020-02-12T00:36:03Z","updated_at":"2021-08-11T15:33:33Z","pushed_at":"2021-08-12T00:10:55Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect","homepage":"","size":650,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":239671767,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk2NzE3Njc=","name":"puppeteer-commonjs-jasmine-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/deployments","created_at":"2020-02-11T03:58:56Z","updated_at":"2021-08-09T01:03:13Z","pushed_at":"2021-08-09T01:03:11Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert","homepage":"","size":450,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":217630620,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2MzA2MjA=","name":"puppeteer-commonjs-jasmine-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/deployments","created_at":"2019-10-25T23:49:40Z","updated_at":"2021-08-09T02:14:42Z","pushed_at":"2021-08-09T02:14:40Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect","homepage":"","size":463,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":239891358,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk4OTEzNTg=","name":"puppeteer-commonjs-jest-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/deployments","created_at":"2020-02-12T00:09:38Z","updated_at":"2021-08-11T15:33:14Z","pushed_at":"2021-08-12T00:11:16Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert","homepage":"","size":831,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":217633989,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2MzM5ODk=","name":"puppeteer-commonjs-jest-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/deployments","created_at":"2019-10-26T00:26:01Z","updated_at":"2021-08-11T10:10:23Z","pushed_at":"2021-08-13T11:58:28Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect","homepage":"","size":1086,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":217690173,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2OTAxNzM=","name":"puppeteer-commonjs-mocha-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert","description":"Puppeteer end-to-end test automation boilerplate project. Using commonjs, mocha and assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/deployments","created_at":"2019-10-26T10:05:28Z","updated_at":"2021-08-09T00:54:38Z","pushed_at":"2021-08-09T00:54:37Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert","homepage":null,"size":500,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":253357241,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTcyNDE=","name":"puppeteer-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert","description":"Puppeteer end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-06T00:06:18Z","updated_at":"2021-08-09T01:41:52Z","pushed_at":"2021-08-09T01:41:50Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert","homepage":"","size":385,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":217637867,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2Mzc4Njc=","name":"puppeteer-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect","description":"Puppeteer end-to-end test automation boilerplate project. Using commonjs, mocha and chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/deployments","created_at":"2019-10-26T01:08:40Z","updated_at":"2021-08-08T22:55:42Z","pushed_at":"2021-08-08T22:55:40Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect","homepage":null,"size":692,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":1,"default_branch":"master"},{"id":253357288,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTcyODg=","name":"puppeteer-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/puppeteer-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should","description":"Puppeteer end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/deployments","created_at":"2020-04-06T00:06:47Z","updated_at":"2021-08-09T00:56:12Z","pushed_at":"2021-08-09T00:56:10Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should","homepage":"","size":283,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"}] \ No newline at end of file +[{"id":265945731,"node_id":"MDEwOlJlcG9zaXRvcnkyNjU5NDU3MzE=","name":"api","full_name":"e2e-boilerplate/api","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/api","description":"Static data source.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/api","forks_url":"https://api.github.com/repos/e2e-boilerplate/api/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/api/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/api/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/api/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/api/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/api/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/api/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/api/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/api/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/api/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/api/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/api/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/api/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/api/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/api/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/api/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/api/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/api/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/api/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/api/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/api/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/api/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/api/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/api/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/api/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/api/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/api/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/api/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/api/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/api/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/api/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/api/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/api/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/api/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/api/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/api/deployments","created_at":"2020-05-21T20:31:47Z","updated_at":"2021-04-22T06:21:08Z","pushed_at":"2021-08-12T16:54:09Z","git_url":"git://github.com/e2e-boilerplate/api.git","ssh_url":"git@github.com:e2e-boilerplate/api.git","clone_url":"https://github.com/e2e-boilerplate/api.git","svn_url":"https://github.com/e2e-boilerplate/api","homepage":null,"size":639,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":null,"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":240820465,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MjA0NjU=","name":"cypress-es-modules-chai-assert","full_name":"e2e-boilerplate/cypress-es-modules-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert","description":"Cypress end-to-end test automation boilerplate, using ES6 Modules. Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-assert/deployments","created_at":"2020-02-16T02:40:26Z","updated_at":"2021-08-19T23:11:47Z","pushed_at":"2021-08-20T22:55:55Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert","homepage":"","size":492,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":240818075,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MTgwNzU=","name":"cypress-es-modules-chai-expect","full_name":"e2e-boilerplate/cypress-es-modules-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect","description":"Cypress end-to-end test automation boilerplate, using ES6 Modules. Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-expect/deployments","created_at":"2020-02-16T02:17:19Z","updated_at":"2021-08-19T23:17:16Z","pushed_at":"2021-08-20T22:52:33Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect","homepage":"","size":623,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":218887382,"node_id":"MDEwOlJlcG9zaXRvcnkyMTg4ODczODI=","name":"cypress-es-modules-chai-should","full_name":"e2e-boilerplate/cypress-es-modules-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-should","description":"Cypress end-to-end test automation boilerplate, using ES6 Modules, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-chai-should/deployments","created_at":"2019-11-01T01:02:09Z","updated_at":"2021-08-20T23:11:42Z","pushed_at":"2021-08-20T23:12:55Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-chai-should","homepage":"","size":685,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":252613146,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI2MTMxNDY=","name":"cypress-es-modules-cucumber-chai-assert","full_name":"e2e-boilerplate/cypress-es-modules-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/deployments","created_at":"2020-04-03T02:23:21Z","updated_at":"2021-08-11T18:20:54Z","pushed_at":"2021-08-16T20:20:37Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert","homepage":"","size":595,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":252620388,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI2MjAzODg=","name":"cypress-es-modules-cucumber-chai-expect","full_name":"e2e-boilerplate/cypress-es-modules-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/deployments","created_at":"2020-04-03T03:08:14Z","updated_at":"2021-08-19T23:55:43Z","pushed_at":"2021-08-20T23:27:07Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect","homepage":"","size":760,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":252621353,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI2MjEzNTM=","name":"cypress-es-modules-cucumber-chai-should","full_name":"e2e-boilerplate/cypress-es-modules-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/deployments","created_at":"2020-04-03T03:14:16Z","updated_at":"2021-08-19T22:44:20Z","pushed_at":"2021-08-20T22:24:41Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should","homepage":"","size":602,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":252623814,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI2MjM4MTQ=","name":"cypress-es-modules-cucumber-jest-expect","full_name":"e2e-boilerplate/cypress-es-modules-cucumber-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/deployments","created_at":"2020-04-03T03:29:49Z","updated_at":"2021-08-20T22:57:04Z","pushed_at":"2021-08-20T22:58:25Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-cucumber-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect","homepage":"","size":687,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":252585778,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI1ODU3Nzg=","name":"cypress-es-modules-jest-expect","full_name":"e2e-boilerplate/cypress-es-modules-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using ES Modules, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-es-modules-jest-expect/deployments","created_at":"2020-04-02T23:19:13Z","updated_at":"2021-08-20T00:09:41Z","pushed_at":"2021-08-20T22:44:24Z","git_url":"git://github.com/e2e-boilerplate/cypress-es-modules-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-es-modules-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect","homepage":"","size":443,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":251182195,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExODIxOTU=","name":"cypress-typescript-browserify-chai-assert","full_name":"e2e-boilerplate/cypress-typescript-browserify-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Browserify, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-assert/deployments","created_at":"2020-03-30T02:32:38Z","updated_at":"2021-08-11T18:30:03Z","pushed_at":"2021-08-16T20:17:08Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-browserify-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert","homepage":"","size":534,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251119293,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExMTkyOTM=","name":"cypress-typescript-browserify-chai-expect","full_name":"e2e-boilerplate/cypress-typescript-browserify-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Browserify, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-expect/deployments","created_at":"2020-03-29T19:46:01Z","updated_at":"2021-08-11T16:58:35Z","pushed_at":"2021-08-16T19:46:27Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-browserify-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect","homepage":"","size":570,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":219237687,"node_id":"MDEwOlJlcG9zaXRvcnkyMTkyMzc2ODc=","name":"cypress-typescript-browserify-chai-should","full_name":"e2e-boilerplate/cypress-typescript-browserify-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should","description":"Cypress end-to-end test automation boilerplate, using TypeScript and browserify.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-chai-should/deployments","created_at":"2019-11-03T01:46:53Z","updated_at":"2021-08-11T09:27:10Z","pushed_at":"2021-08-16T20:10:33Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-browserify-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should","homepage":"","size":804,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":252588721,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI1ODg3MjE=","name":"cypress-typescript-browserify-jest-expect","full_name":"e2e-boilerplate/cypress-typescript-browserify-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Browserify, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-browserify-jest-expect/deployments","created_at":"2020-04-02T23:40:46Z","updated_at":"2021-08-11T18:11:13Z","pushed_at":"2021-08-16T19:25:14Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-browserify-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect","homepage":"","size":474,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":251157568,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExNTc1Njg=","name":"cypress-typescript-chai-assert","full_name":"e2e-boilerplate/cypress-typescript-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-assert/deployments","created_at":"2020-03-29T23:42:07Z","updated_at":"2021-08-11T17:23:12Z","pushed_at":"2021-08-16T19:23:27Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-assert","homepage":"","size":362,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251465739,"node_id":"MDEwOlJlcG9zaXRvcnkyNTE0NjU3Mzk=","name":"cypress-typescript-chai-expect","full_name":"e2e-boilerplate/cypress-typescript-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-expect/deployments","created_at":"2020-03-31T01:03:28Z","updated_at":"2021-08-11T17:59:28Z","pushed_at":"2021-08-16T20:02:04Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-expect","homepage":"","size":267,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251465813,"node_id":"MDEwOlJlcG9zaXRvcnkyNTE0NjU4MTM=","name":"cypress-typescript-chai-should","full_name":"e2e-boilerplate/cypress-typescript-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-should","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-chai-should/deployments","created_at":"2020-03-31T01:04:04Z","updated_at":"2021-08-11T19:23:06Z","pushed_at":"2021-08-16T19:24:04Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-chai-should","homepage":"","size":239,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":252870279,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI4NzAyNzk=","name":"cypress-typescript-cucumber-chai-assert","full_name":"e2e-boilerplate/cypress-typescript-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/deployments","created_at":"2020-04-04T00:04:44Z","updated_at":"2021-08-11T18:12:30Z","pushed_at":"2021-08-16T19:23:57Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert","homepage":"","size":536,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":252882161,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI4ODIxNjE=","name":"cypress-typescript-cucumber-chai-expect","full_name":"e2e-boilerplate/cypress-typescript-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/deployments","created_at":"2020-04-04T01:34:27Z","updated_at":"2021-08-11T18:40:48Z","pushed_at":"2021-08-16T20:13:21Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect","homepage":"","size":533,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":252882222,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI4ODIyMjI=","name":"cypress-typescript-cucumber-chai-should","full_name":"e2e-boilerplate/cypress-typescript-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-cucumber-chai-should/deployments","created_at":"2020-04-04T01:34:57Z","updated_at":"2021-08-11T17:49:00Z","pushed_at":"2021-08-16T19:54:09Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should","homepage":"","size":536,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":252589255,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI1ODkyNTU=","name":"cypress-typescript-jest-expect","full_name":"e2e-boilerplate/cypress-typescript-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-jest-expect/deployments","created_at":"2020-04-02T23:44:50Z","updated_at":"2021-08-11T18:02:21Z","pushed_at":"2021-08-16T20:13:27Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-jest-expect","homepage":"","size":317,"stargazers_count":3,"watchers_count":3,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":3,"default_branch":"master"},{"id":251130160,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExMzAxNjA=","name":"cypress-typescript-webpack-chai-assert","full_name":"e2e-boilerplate/cypress-typescript-webpack-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Webpack, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-assert/deployments","created_at":"2020-03-29T20:42:39Z","updated_at":"2021-08-19T15:34:26Z","pushed_at":"2021-08-19T15:34:24Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-webpack-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert","homepage":"","size":828,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":251172838,"node_id":"MDEwOlJlcG9zaXRvcnkyNTExNzI4Mzg=","name":"cypress-typescript-webpack-chai-expect","full_name":"e2e-boilerplate/cypress-typescript-webpack-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Webpack, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-expect/deployments","created_at":"2020-03-30T01:35:06Z","updated_at":"2021-08-19T15:29:47Z","pushed_at":"2021-08-19T15:29:45Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-webpack-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect","homepage":"","size":760,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":219235884,"node_id":"MDEwOlJlcG9zaXRvcnkyMTkyMzU4ODQ=","name":"cypress-typescript-webpack-chai-should","full_name":"e2e-boilerplate/cypress-typescript-webpack-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should","description":"Cypress end-to-end test automation boilerplate, using TypeScript and webpack.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-chai-should/deployments","created_at":"2019-11-03T01:24:24Z","updated_at":"2021-08-19T16:10:36Z","pushed_at":"2021-08-19T16:10:33Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-webpack-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should","homepage":"","size":1019,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":252589484,"node_id":"MDEwOlJlcG9zaXRvcnkyNTI1ODk0ODQ=","name":"cypress-typescript-webpack-jest-expect","full_name":"e2e-boilerplate/cypress-typescript-webpack-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect","description":"Cypress end-to-end test automation boilerplate, Using TypeScript, Webpack, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/cypress-typescript-webpack-jest-expect/deployments","created_at":"2020-04-02T23:46:37Z","updated_at":"2021-08-19T17:02:40Z","pushed_at":"2021-08-19T17:02:38Z","git_url":"git://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/cypress-typescript-webpack-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect","homepage":"","size":809,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":263450987,"node_id":"MDEwOlJlcG9zaXRvcnkyNjM0NTA5ODc=","name":"docs","full_name":"e2e-boilerplate/docs","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/docs","description":"JavaScript end-to-end Test Automation Boilerplate","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/docs","forks_url":"https://api.github.com/repos/e2e-boilerplate/docs/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/docs/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/docs/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/docs/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/docs/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/docs/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/docs/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/docs/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/docs/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/docs/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/docs/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/docs/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/docs/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/docs/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/docs/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/docs/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/docs/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/docs/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/docs/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/docs/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/docs/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/docs/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/docs/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/docs/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/docs/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/docs/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/docs/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/docs/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/docs/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/docs/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/docs/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/docs/deployments","created_at":"2020-05-12T20:59:19Z","updated_at":"2021-07-07T16:48:56Z","pushed_at":"2020-10-29T08:59:46Z","git_url":"git://github.com/e2e-boilerplate/docs.git","ssh_url":"git@github.com:e2e-boilerplate/docs.git","clone_url":"https://github.com/e2e-boilerplate/docs.git","svn_url":"https://github.com/e2e-boilerplate/docs","homepage":"","size":893,"stargazers_count":13,"watchers_count":13,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":null,"forks":0,"open_issues":1,"watchers":13,"default_branch":"master"},{"id":248901633,"node_id":"MDEwOlJlcG9zaXRvcnkyNDg5MDE2MzM=","name":"e2e-boilerplate","full_name":"e2e-boilerplate/e2e-boilerplate","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/e2e-boilerplate","description":"JavaScript front-end test automation boilerplate.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate","forks_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/e2e-boilerplate/deployments","created_at":"2020-03-21T03:45:34Z","updated_at":"2020-10-21T21:39:25Z","pushed_at":"2020-10-21T21:39:22Z","git_url":"git://github.com/e2e-boilerplate/e2e-boilerplate.git","ssh_url":"git@github.com:e2e-boilerplate/e2e-boilerplate.git","clone_url":"https://github.com/e2e-boilerplate/e2e-boilerplate.git","svn_url":"https://github.com/e2e-boilerplate/e2e-boilerplate","homepage":null,"size":190,"stargazers_count":0,"watchers_count":0,"language":"HTML","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":219254690,"node_id":"MDEwOlJlcG9zaXRvcnkyMTkyNTQ2OTA=","name":"nightwatch-commonjs-assert","full_name":"e2e-boilerplate/nightwatch-commonjs-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-assert","description":"nightwatch end-to-end test automation boilerplate, using CommonJS and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-assert/deployments","created_at":"2019-11-03T05:09:55Z","updated_at":"2021-07-17T23:56:50Z","pushed_at":"2021-08-20T22:02:17Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-commonjs-assert.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-commonjs-assert.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-assert.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-assert","homepage":"","size":602,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":238113855,"node_id":"MDEwOlJlcG9zaXRvcnkyMzgxMTM4NTU=","name":"nightwatch-commonjs-expect","full_name":"e2e-boilerplate/nightwatch-commonjs-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-expect","description":"nightwatch end-to-end test automation boilerplate, using CommonJS and EXPECT.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-commonjs-expect/deployments","created_at":"2020-02-04T03:21:20Z","updated_at":"2021-07-17T23:38:39Z","pushed_at":"2021-08-20T22:12:50Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-commonjs-expect.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-commonjs-expect.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-expect.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-commonjs-expect","homepage":"","size":644,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":219329372,"node_id":"MDEwOlJlcG9zaXRvcnkyMTkzMjkzNzI=","name":"nightwatch-es-modules-babel-assert","full_name":"e2e-boilerplate/nightwatch-es-modules-babel-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert","description":"Nightwatch end-to-end test automation boilerplate, Using ES Modules, Babel and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-assert/deployments","created_at":"2019-11-03T16:20:28Z","updated_at":"2021-07-20T19:58:07Z","pushed_at":"2021-08-19T21:32:13Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-es-modules-babel-assert.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert","homepage":"","size":1018,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":238116572,"node_id":"MDEwOlJlcG9zaXRvcnkyMzgxMTY1NzI=","name":"nightwatch-es-modules-babel-expect","full_name":"e2e-boilerplate/nightwatch-es-modules-babel-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect","description":"Nightwatch end-to-end test automation boilerplate, Using ES Modules, Babel and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-es-modules-babel-expect/deployments","created_at":"2020-02-04T03:41:11Z","updated_at":"2021-07-20T20:56:56Z","pushed_at":"2021-08-20T22:58:26Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-es-modules-babel-expect.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect","homepage":"","size":943,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":240824659,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MjQ2NTk=","name":"nightwatch-typescript-tsc-assert","full_name":"e2e-boilerplate/nightwatch-typescript-tsc-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert","description":"Nightwatch end-to-end test automation boilerplate, Using TypeScript, Tsc and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-assert/deployments","created_at":"2020-02-16T03:23:42Z","updated_at":"2021-07-08T20:38:05Z","pushed_at":"2021-08-18T23:17:00Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-typescript-tsc-assert.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert","homepage":"","size":616,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":240829606,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4Mjk2MDY=","name":"nightwatch-typescript-tsc-expect","full_name":"e2e-boilerplate/nightwatch-typescript-tsc-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect","description":"Nightwatch end-to-end test automation boilerplate, Using TypeScript, Tsc and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/nightwatch-typescript-tsc-expect/deployments","created_at":"2020-02-16T04:12:26Z","updated_at":"2021-07-08T20:55:40Z","pushed_at":"2021-08-18T23:18:57Z","git_url":"git://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect.git","ssh_url":"git@github.com:e2e-boilerplate/nightwatch-typescript-tsc-expect.git","clone_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect.git","svn_url":"https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect","homepage":"","size":523,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":264726439,"node_id":"MDEwOlJlcG9zaXRvcnkyNjQ3MjY0Mzk=","name":"picker","full_name":"e2e-boilerplate/picker","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/picker","description":"Boilerplate picker.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/picker","forks_url":"https://api.github.com/repos/e2e-boilerplate/picker/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/picker/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/picker/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/picker/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/picker/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/picker/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/picker/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/picker/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/picker/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/picker/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/picker/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/picker/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/picker/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/picker/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/picker/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/picker/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/picker/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/picker/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/picker/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/picker/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/picker/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/picker/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/picker/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/picker/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/picker/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/picker/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/picker/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/picker/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/picker/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/picker/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/picker/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/picker/deployments","created_at":"2020-05-17T18:02:21Z","updated_at":"2020-09-02T21:31:48Z","pushed_at":"2021-06-14T13:11:19Z","git_url":"git://github.com/e2e-boilerplate/picker.git","ssh_url":"git@github.com:e2e-boilerplate/picker.git","clone_url":"https://github.com/e2e-boilerplate/picker.git","svn_url":"https://github.com/e2e-boilerplate/picker","homepage":"","size":8233,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":20,"license":null,"forks":0,"open_issues":20,"watchers":0,"default_branch":"master"},{"id":240396068,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAzOTYwNjg=","name":"playwright-commonjs-cucumber-assert","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Cucumber and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-assert/deployments","created_at":"2020-02-14T00:28:15Z","updated_at":"2021-08-19T22:52:59Z","pushed_at":"2021-08-20T22:50:25Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert","homepage":"","size":559,"stargazers_count":3,"watchers_count":3,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":3,"default_branch":"master"},{"id":253328385,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMjgzODU=","name":"playwright-commonjs-cucumber-chai-assert","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert","description":"Playwright end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/deployments","created_at":"2020-04-05T20:42:53Z","updated_at":"2021-08-20T00:23:17Z","pushed_at":"2021-08-20T23:36:12Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert","homepage":"","size":515,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":240150158,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAxNTAxNTg=","name":"playwright-commonjs-cucumber-chai-expect","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Cucumber and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/deployments","created_at":"2020-02-13T01:16:09Z","updated_at":"2021-08-09T00:14:46Z","pushed_at":"2021-08-12T00:20:56Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect","homepage":"","size":701,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":4,"watchers":2,"default_branch":"master"},{"id":253328488,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMjg0ODg=","name":"playwright-commonjs-cucumber-chai-should","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should","description":"Playwright end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/deployments","created_at":"2020-04-05T20:43:26Z","updated_at":"2021-08-20T00:43:18Z","pushed_at":"2021-08-20T22:29:05Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should","homepage":"","size":556,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":240397005,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAzOTcwMDU=","name":"playwright-commonjs-cucumber-expect","full_name":"e2e-boilerplate/playwright-commonjs-cucumber-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Cucumber and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-cucumber-expect/deployments","created_at":"2020-02-14T00:35:35Z","updated_at":"2021-08-19T23:34:16Z","pushed_at":"2021-08-20T22:35:01Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-cucumber-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect","homepage":"","size":855,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":240407430,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MDc0MzA=","name":"playwright-commonjs-jasmine-assert","full_name":"e2e-boilerplate/playwright-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-assert/deployments","created_at":"2020-02-14T01:55:40Z","updated_at":"2021-08-09T00:29:35Z","pushed_at":"2021-08-09T00:29:34Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert","homepage":"","size":527,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":1,"default_branch":"master"},{"id":240409667,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MDk2Njc=","name":"playwright-commonjs-jasmine-expect","full_name":"e2e-boilerplate/playwright-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jasmine-expect/deployments","created_at":"2020-02-14T02:11:31Z","updated_at":"2021-08-19T23:54:19Z","pushed_at":"2021-08-20T22:25:37Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect","homepage":"","size":752,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":2,"default_branch":"master"},{"id":240401438,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MDE0Mzg=","name":"playwright-commonjs-jest-assert","full_name":"e2e-boilerplate/playwright-commonjs-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-assert/deployments","created_at":"2020-02-14T01:10:32Z","updated_at":"2021-08-19T23:02:08Z","pushed_at":"2021-08-20T23:08:39Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert","homepage":"","size":1077,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":240399346,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAzOTkzNDY=","name":"playwright-commonjs-jest-expect","full_name":"e2e-boilerplate/playwright-commonjs-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-jest-expect/deployments","created_at":"2020-02-14T00:53:51Z","updated_at":"2021-08-20T23:41:13Z","pushed_at":"2021-08-20T23:42:26Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect","homepage":"","size":1166,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":2,"default_branch":"master"},{"id":240398496,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAzOTg0OTY=","name":"playwright-commonjs-mocha-assert","full_name":"e2e-boilerplate/playwright-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert","description":"Playwright end-to-end test automation boilerplate project. Using CommonJS, Mocha and assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-assert/deployments","created_at":"2020-02-14T00:47:24Z","updated_at":"2021-08-09T00:41:42Z","pushed_at":"2021-08-09T00:41:41Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert","homepage":"","size":468,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":1,"default_branch":"master"},{"id":253334320,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMzQzMjA=","name":"playwright-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/playwright-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert","description":"Playwright end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-05T21:20:11Z","updated_at":"2021-08-19T22:53:47Z","pushed_at":"2021-08-20T22:17:52Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert","homepage":"","size":513,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":240160274,"node_id":"MDEwOlJlcG9zaXRvcnkyNDAxNjAyNzQ=","name":"playwright-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/playwright-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect","description":"Playwright end-to-end test automation boilerplate, using CommonJS, Mocha, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/deployments","created_at":"2020-02-13T02:28:25Z","updated_at":"2021-08-19T22:41:56Z","pushed_at":"2021-08-20T23:10:01Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect","homepage":"","size":805,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":253334395,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMzQzOTU=","name":"playwright-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/playwright-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should","description":"Playwright end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-commonjs-mocha-chai-should/deployments","created_at":"2020-04-05T21:20:37Z","updated_at":"2021-08-20T23:47:57Z","pushed_at":"2021-08-20T23:47:56Z","git_url":"git://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should","homepage":"","size":507,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":240810376,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MTAzNzY=","name":"playwright-es-modules-babel-ava","full_name":"e2e-boilerplate/playwright-es-modules-babel-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava","description":"Playwright end-to-end test automation boilerplate, using ES6 Modules and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-ava/deployments","created_at":"2020-02-16T00:55:11Z","updated_at":"2021-08-20T23:00:29Z","pushed_at":"2021-08-20T23:01:42Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-babel-ava.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-babel-ava.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava","homepage":"","size":1336,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":240410800,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MTA4MDA=","name":"playwright-es-modules-babel-jest-assert","full_name":"e2e-boilerplate/playwright-es-modules-babel-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert","description":"Playwright end-to-end test automation boilerplate project. Using ES6 modules, BabelJS, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-assert/deployments","created_at":"2020-02-14T02:19:35Z","updated_at":"2021-08-20T22:59:00Z","pushed_at":"2021-08-20T23:00:20Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-babel-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert","homepage":"","size":1632,"stargazers_count":5,"watchers_count":5,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":5,"default_branch":"master"},{"id":240416611,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MTY2MTE=","name":"playwright-es-modules-babel-jest-expect","full_name":"e2e-boilerplate/playwright-es-modules-babel-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect","description":"Playwright end-to-end test automation boilerplate project. Using ES6 modules, BabelJS, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-babel-jest-expect/deployments","created_at":"2020-02-14T03:01:11Z","updated_at":"2021-08-19T22:54:52Z","pushed_at":"2021-08-20T22:42:39Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-babel-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect","homepage":"","size":1607,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":2,"default_branch":"master"},{"id":240429531,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0Mjk1MzE=","name":"playwright-es-modules-esm-mocha-assert","full_name":"e2e-boilerplate/playwright-es-modules-esm-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert","description":"Playwright end-to-end test automation boilerplate, using ES6 Modules, ESM, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/deployments","created_at":"2020-02-14T04:42:25Z","updated_at":"2021-08-19T23:39:49Z","pushed_at":"2021-08-20T22:05:38Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-esm-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert","homepage":"","size":553,"stargazers_count":5,"watchers_count":5,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":5,"default_branch":"master"},{"id":253336423,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMzY0MjM=","name":"playwright-es-modules-esm-mocha-chai-assert","full_name":"e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert","description":"Playwright end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/deployments","created_at":"2020-04-05T21:33:38Z","updated_at":"2021-08-19T23:09:30Z","pushed_at":"2021-08-20T22:20:49Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert","homepage":"","size":417,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":240430791,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MzA3OTE=","name":"playwright-es-modules-esm-mocha-chai-expect","full_name":"e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect","description":"Playwright end-to-end test automation boilerplate, using ES6 Modules, ESM, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/deployments","created_at":"2020-02-14T04:52:40Z","updated_at":"2021-08-19T23:34:11Z","pushed_at":"2021-08-20T22:25:52Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect","homepage":"","size":757,"stargazers_count":3,"watchers_count":3,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":3,"default_branch":"master"},{"id":253336492,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzMzY0OTI=","name":"playwright-es-modules-esm-mocha-chai-should","full_name":"e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should","description":"Playwright end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/deployments","created_at":"2020-04-05T21:34:07Z","updated_at":"2021-08-19T22:59:17Z","pushed_at":"2021-08-20T22:49:39Z","git_url":"git://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should","homepage":"","size":466,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":240417599,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MTc1OTk=","name":"playwright-typescript-ts-jest-jest-assert","full_name":"e2e-boilerplate/playwright-typescript-ts-jest-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert","description":"Playwright end-to-end test automation boilerplate, using TypeScript, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/deployments","created_at":"2020-02-14T03:08:58Z","updated_at":"2021-08-19T08:45:35Z","pushed_at":"2021-08-18T22:14:15Z","git_url":"git://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-typescript-ts-jest-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert","homepage":"","size":1335,"stargazers_count":23,"watchers_count":23,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":10,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":10,"open_issues":7,"watchers":23,"default_branch":"master"},{"id":240428000,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA0MjgwMDA=","name":"playwright-typescript-ts-jest-jest-expect","full_name":"e2e-boilerplate/playwright-typescript-ts-jest-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect","description":"Playwright end-to-end test automation boilerplate, using TypeScript, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/deployments","created_at":"2020-02-14T04:29:29Z","updated_at":"2021-08-14T02:12:32Z","pushed_at":"2021-08-18T23:08:22Z","git_url":"git://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-typescript-ts-jest-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect","homepage":"","size":1093,"stargazers_count":10,"watchers_count":10,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":5,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":5,"open_issues":7,"watchers":10,"default_branch":"master"},{"id":240813366,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MTMzNjY=","name":"playwright-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert","description":"Playwright end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-02-16T01:28:35Z","updated_at":"2021-08-19T01:03:39Z","pushed_at":"2021-08-19T01:04:45Z","git_url":"git://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert","homepage":"","size":500,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":240812382,"node_id":"MDEwOlJlcG9zaXRvcnkyNDA4MTIzODI=","name":"playwright-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect","description":"Playwright end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/deployments","created_at":"2020-02-16T01:18:31Z","updated_at":"2021-08-14T02:57:43Z","pushed_at":"2021-08-18T22:04:49Z","git_url":"git://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect","homepage":"","size":535,"stargazers_count":1,"watchers_count":1,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":216289391,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYyODkzOTE=","name":"protractor-commonjs-jasmine-assert","full_name":"e2e-boilerplate/protractor-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using: CommonJS, Jasmine, & Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-assert/deployments","created_at":"2019-10-20T00:58:11Z","updated_at":"2021-07-18T00:01:24Z","pushed_at":"2021-08-20T23:42:51Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert","homepage":"","size":482,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":216294852,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYyOTQ4NTI=","name":"protractor-commonjs-jasmine-expect","full_name":"e2e-boilerplate/protractor-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using: CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-jasmine-expect/deployments","created_at":"2019-10-20T02:06:54Z","updated_at":"2021-07-18T00:03:39Z","pushed_at":"2021-08-19T22:19:48Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect","homepage":"","size":462,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":216297466,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYyOTc0NjY=","name":"protractor-commonjs-mocha-assert","full_name":"e2e-boilerplate/protractor-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert","description":"Protractor end-to-end test automation boilerplate, using Commonjs, Mocha & Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-assert/deployments","created_at":"2019-10-20T02:36:30Z","updated_at":"2021-07-17T23:52:42Z","pushed_at":"2021-08-20T22:05:07Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert","homepage":"","size":365,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":253346146,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDYxNDY=","name":"protractor-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-05T22:40:53Z","updated_at":"2021-07-18T00:04:26Z","pushed_at":"2021-08-20T23:17:17Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert","homepage":"","size":286,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":217953101,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc5NTMxMDE=","name":"protractor-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, using CommonJS, Mocha & Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/deployments","created_at":"2019-10-28T02:45:47Z","updated_at":"2021-07-18T00:14:20Z","pushed_at":"2021-08-20T23:31:50Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect","homepage":"","size":683,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253346198,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDYxOTg=","name":"protractor-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/protractor-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-commonjs-mocha-chai-should/deployments","created_at":"2020-04-05T22:41:20Z","updated_at":"2021-07-18T01:12:54Z","pushed_at":"2021-08-20T22:40:11Z","git_url":"git://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should","homepage":"","size":289,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236384447,"node_id":"MDEwOlJlcG9zaXRvcnkyMzYzODQ0NDc=","name":"protractor-es-modules-babel-jasmine-assert","full_name":"e2e-boilerplate/protractor-es-modules-babel-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/deployments","created_at":"2020-01-26T22:21:15Z","updated_at":"2021-07-20T20:21:49Z","pushed_at":"2021-08-20T23:25:05Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert","homepage":"","size":877,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":216333880,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzMzM4ODA=","name":"protractor-es-modules-babel-jasmine-expect","full_name":"e2e-boilerplate/protractor-es-modules-babel-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/deployments","created_at":"2019-10-20T09:00:09Z","updated_at":"2021-07-20T20:20:17Z","pushed_at":"2021-08-20T22:44:12Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect","homepage":"","size":1053,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236405591,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MDU1OTE=","name":"protractor-es-modules-babel-mocha-assert","full_name":"e2e-boilerplate/protractor-es-modules-babel-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/deployments","created_at":"2020-01-27T02:09:04Z","updated_at":"2021-07-20T21:22:02Z","pushed_at":"2021-08-20T22:52:45Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert","homepage":"","size":916,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253346353,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDYzNTM=","name":"protractor-es-modules-babel-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/deployments","created_at":"2020-04-05T22:42:10Z","updated_at":"2021-07-20T19:57:09Z","pushed_at":"2021-08-20T23:31:37Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert","homepage":"","size":868,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":236403023,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MDMwMjM=","name":"protractor-es-modules-babel-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, using ES Modules, BabelJS, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/deployments","created_at":"2020-01-27T01:43:22Z","updated_at":"2021-07-20T20:30:38Z","pushed_at":"2021-08-20T22:36:36Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect","homepage":"","size":1000,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253346420,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY0MjA=","name":"protractor-es-modules-babel-mocha-chai-should","full_name":"e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/deployments","created_at":"2020-04-05T22:42:39Z","updated_at":"2021-07-20T21:10:40Z","pushed_at":"2021-08-20T23:20:50Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should","homepage":"","size":823,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236401046,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MDEwNDY=","name":"protractor-es-modules-esm-jasmine-assert","full_name":"e2e-boilerplate/protractor-es-modules-esm-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/deployments","created_at":"2020-01-27T01:21:40Z","updated_at":"2021-07-18T00:32:18Z","pushed_at":"2021-08-20T22:03:56Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert","homepage":"","size":426,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":216335560,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzMzU1NjA=","name":"protractor-es-modules-esm-jasmine-expect","full_name":"e2e-boilerplate/protractor-es-modules-esm-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/deployments","created_at":"2019-10-20T09:15:01Z","updated_at":"2021-07-18T00:23:49Z","pushed_at":"2021-08-19T22:11:11Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect","homepage":"","size":453,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":236416444,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MTY0NDQ=","name":"protractor-es-modules-esm-mocha-assert","full_name":"e2e-boilerplate/protractor-es-modules-esm-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/deployments","created_at":"2020-01-27T03:59:11Z","updated_at":"2021-07-17T22:44:56Z","pushed_at":"2021-08-20T22:42:20Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert","homepage":"","size":428,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253346531,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY1MzE=","name":"protractor-es-modules-esm-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/deployments","created_at":"2020-04-05T22:43:40Z","updated_at":"2021-07-17T23:43:18Z","pushed_at":"2021-08-20T22:26:09Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert","homepage":"","size":298,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236415042,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MTUwNDI=","name":"protractor-es-modules-esm-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, using ES6-Modules, ESM, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/deployments","created_at":"2020-01-27T03:44:11Z","updated_at":"2021-07-17T23:55:20Z","pushed_at":"2021-08-20T22:29:50Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect","homepage":"","size":645,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253346629,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY2Mjk=","name":"protractor-es-modules-esm-mocha-chai-should","full_name":"e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/deployments","created_at":"2020-04-05T22:44:14Z","updated_at":"2021-07-18T00:26:43Z","pushed_at":"2021-08-20T08:19:33Z","git_url":"git://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should","homepage":"","size":296,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":236386168,"node_id":"MDEwOlJlcG9zaXRvcnkyMzYzODYxNjg=","name":"protractor-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-01-26T22:38:42Z","updated_at":"2021-07-09T06:40:45Z","pushed_at":"2021-08-18T22:38:19Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert","homepage":"","size":385,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":216540018,"node_id":"MDEwOlJlcG9zaXRvcnkyMTY1NDAwMTg=","name":"protractor-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/deployments","created_at":"2019-10-21T10:24:12Z","updated_at":"2021-07-09T06:23:26Z","pushed_at":"2021-08-18T22:53:29Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect","homepage":"","size":475,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":1,"default_branch":"master"},{"id":236426855,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MjY4NTU=","name":"protractor-typescript-ts-node-mocha-assert","full_name":"e2e-boilerplate/protractor-typescript-ts-node-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/deployments","created_at":"2020-01-27T05:41:01Z","updated_at":"2021-07-07T01:50:51Z","pushed_at":"2021-08-20T09:37:41Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert","homepage":"","size":578,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253346743,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY3NDM=","name":"protractor-typescript-ts-node-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/deployments","created_at":"2020-04-05T22:45:04Z","updated_at":"2021-07-08T15:15:16Z","pushed_at":"2021-08-20T09:42:22Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert","homepage":"","size":314,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236428148,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MjgxNDg=","name":"protractor-typescript-ts-node-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/deployments","created_at":"2020-01-27T05:53:20Z","updated_at":"2021-07-08T13:14:13Z","pushed_at":"2021-08-20T08:01:29Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect","homepage":"","size":547,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253346801,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY4MDE=","name":"protractor-typescript-ts-node-mocha-chai-should","full_name":"e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/deployments","created_at":"2020-04-05T22:45:33Z","updated_at":"2021-07-08T13:31:02Z","pushed_at":"2021-08-20T08:30:13Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should","homepage":"","size":318,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236401967,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MDE5Njc=","name":"protractor-typescript-tsc-jasmine-assert","full_name":"e2e-boilerplate/protractor-typescript-tsc-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert","description":"Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/deployments","created_at":"2020-01-27T01:32:05Z","updated_at":"2021-07-09T07:02:59Z","pushed_at":"2021-08-18T23:30:33Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert","homepage":"","size":400,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":216329567,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzMjk1Njc=","name":"protractor-typescript-tsc-jasmine-expect","full_name":"e2e-boilerplate/protractor-typescript-tsc-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect","description":"Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Jasmine and Expect","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/deployments","created_at":"2019-10-20T08:21:09Z","updated_at":"2021-07-09T07:38:23Z","pushed_at":"2021-08-18T22:11:51Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect","homepage":"","size":505,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":236423652,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MjM2NTI=","name":"protractor-typescript-tsc-mocha-assert","full_name":"e2e-boilerplate/protractor-typescript-tsc-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert","description":"Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/deployments","created_at":"2020-01-27T05:11:50Z","updated_at":"2021-07-07T02:34:52Z","pushed_at":"2021-08-20T09:26:11Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert","homepage":"","size":549,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253346901,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY5MDE=","name":"protractor-typescript-tsc-mocha-chai-assert","full_name":"e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, Tsc, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/deployments","created_at":"2020-04-05T22:46:13Z","updated_at":"2021-07-08T14:58:12Z","pushed_at":"2021-08-20T09:37:41Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert","homepage":"","size":334,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":236420356,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY0MjAzNTY=","name":"protractor-typescript-tsc-mocha-chai-expect","full_name":"e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect","description":"Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/deployments","created_at":"2020-01-27T04:39:11Z","updated_at":"2021-07-08T13:53:02Z","pushed_at":"2021-08-20T09:33:26Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect","homepage":"","size":620,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253346961,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNDY5NjE=","name":"protractor-typescript-tsc-mocha-chai-should","full_name":"e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should","description":"Protractor end-to-end test automation boilerplate, Using TypeScript, Tsc, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/deployments","created_at":"2020-04-05T22:46:43Z","updated_at":"2021-07-08T15:17:37Z","pushed_at":"2021-08-06T07:46:18Z","git_url":"git://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should","homepage":"","size":307,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":239893186,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk4OTMxODY=","name":"puppeteer-commonjs-cucumber-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/deployments","created_at":"2020-02-12T00:24:37Z","updated_at":"2021-08-19T23:59:30Z","pushed_at":"2021-08-20T22:44:34Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert","homepage":"","size":426,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253357101,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTcxMDE=","name":"puppeteer-commonjs-cucumber-chai-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert","description":"Puppeteer end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/deployments","created_at":"2020-04-06T00:05:07Z","updated_at":"2021-08-19T23:09:25Z","pushed_at":"2021-08-20T22:57:33Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert","homepage":"","size":326,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":217642393,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2NDIzOTM=","name":"puppeteer-commonjs-cucumber-chai-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/deployments","created_at":"2019-10-26T02:00:32Z","updated_at":"2021-08-19T23:45:19Z","pushed_at":"2021-08-20T22:23:30Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect","homepage":"","size":690,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":253357146,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTcxNDY=","name":"puppeteer-commonjs-cucumber-chai-should","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should","description":"Puppeteer end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/deployments","created_at":"2020-04-06T00:05:34Z","updated_at":"2021-08-19T22:57:38Z","pushed_at":"2021-08-20T23:46:46Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should","homepage":"","size":290,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":239894747,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk4OTQ3NDc=","name":"puppeteer-commonjs-cucumber-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-cucumber-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/deployments","created_at":"2020-02-12T00:36:03Z","updated_at":"2021-08-19T23:56:40Z","pushed_at":"2021-08-20T23:40:09Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-cucumber-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect","homepage":"","size":668,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":239671767,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk2NzE3Njc=","name":"puppeteer-commonjs-jasmine-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/deployments","created_at":"2020-02-11T03:58:56Z","updated_at":"2021-08-20T23:07:18Z","pushed_at":"2021-08-20T23:08:23Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert","homepage":"","size":465,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":217630620,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2MzA2MjA=","name":"puppeteer-commonjs-jasmine-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/deployments","created_at":"2019-10-25T23:49:40Z","updated_at":"2021-08-19T23:09:39Z","pushed_at":"2021-08-20T22:22:22Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect","homepage":"","size":519,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":239891358,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk4OTEzNTg=","name":"puppeteer-commonjs-jest-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-assert/deployments","created_at":"2020-02-12T00:09:38Z","updated_at":"2021-08-19T23:13:10Z","pushed_at":"2021-08-20T22:29:25Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert","homepage":"","size":833,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":217633989,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2MzM5ODk=","name":"puppeteer-commonjs-jest-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect","description":"Puppeteer end-to-end test automation boilerplate, using CommonJS, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-jest-expect/deployments","created_at":"2019-10-26T00:26:01Z","updated_at":"2021-08-20T00:26:46Z","pushed_at":"2021-08-20T22:44:30Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect","homepage":"","size":1012,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":217690173,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2OTAxNzM=","name":"puppeteer-commonjs-mocha-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert","description":"Puppeteer end-to-end test automation boilerplate project. Using commonjs, mocha and assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-assert/deployments","created_at":"2019-10-26T10:05:28Z","updated_at":"2021-08-19T23:05:57Z","pushed_at":"2021-08-20T08:28:06Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert","homepage":null,"size":504,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":253357241,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTcyNDE=","name":"puppeteer-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert","description":"Puppeteer end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-06T00:06:18Z","updated_at":"2021-08-20T23:14:32Z","pushed_at":"2021-08-20T23:15:47Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert","homepage":"","size":390,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":217637867,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc2Mzc4Njc=","name":"puppeteer-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect","description":"Puppeteer end-to-end test automation boilerplate project. Using commonjs, mocha and chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/deployments","created_at":"2019-10-26T01:08:40Z","updated_at":"2021-08-19T23:36:07Z","pushed_at":"2021-08-20T23:16:32Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect","homepage":null,"size":739,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":253357288,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTcyODg=","name":"puppeteer-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/puppeteer-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should","description":"Puppeteer end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/deployments","created_at":"2020-04-06T00:06:47Z","updated_at":"2021-08-20T00:25:06Z","pushed_at":"2021-08-20T22:52:44Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should","homepage":"","size":330,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"}] \ No newline at end of file diff --git a/data/repos/repo-2.json b/data/repos/repo-2.json index c81cc050..21402eee 100644 --- a/data/repos/repo-2.json +++ b/data/repos/repo-2.json @@ -1 +1 @@ -[{"id":217743111,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc3NDMxMTE=","name":"puppeteer-es-modules-babel-ava","full_name":"e2e-boilerplate/puppeteer-es-modules-babel-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava","description":"Puppeteer end-to-end test automation boilerplate, using ES6 Modules and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/deployments","created_at":"2019-10-26T17:14:27Z","updated_at":"2021-08-11T08:51:00Z","pushed_at":"2021-08-11T08:50:58Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-babel-ava.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava","homepage":"","size":927,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":1,"default_branch":"master"},{"id":239673056,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk2NzMwNTY=","name":"puppeteer-es-modules-babel-jest-assert","full_name":"e2e-boilerplate/puppeteer-es-modules-babel-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert","description":"Puppeteer end-to-end test automation boilerplate, using ES6 Modules, BabelJS, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/deployments","created_at":"2020-02-11T04:08:43Z","updated_at":"2021-08-11T09:08:45Z","pushed_at":"2021-08-11T09:09:50Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-babel-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert","homepage":"","size":1855,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":217736631,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc3MzY2MzE=","name":"puppeteer-es-modules-babel-jest-expect","full_name":"e2e-boilerplate/puppeteer-es-modules-babel-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect","description":"Puppeteer end-to-end test automation boilerplate, using ES6 Modules, BabelJS, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/deployments","created_at":"2019-10-26T16:25:29Z","updated_at":"2021-08-11T08:45:20Z","pushed_at":"2021-08-11T08:46:40Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-babel-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect","homepage":"","size":1778,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":239673684,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk2NzM2ODQ=","name":"puppeteer-es-modules-esm-mocha-assert","full_name":"e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert","description":"Puppeteer end-to-end test automation boilerplate, using ES6 Modules, ESM, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/deployments","created_at":"2020-02-11T04:13:25Z","updated_at":"2021-08-09T00:48:51Z","pushed_at":"2021-08-09T00:48:49Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert","homepage":"","size":405,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":253357367,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTczNjc=","name":"puppeteer-es-modules-esm-mocha-chai-assert","full_name":"e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert","description":"Puppeteer end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/deployments","created_at":"2020-04-06T00:07:24Z","updated_at":"2021-08-08T23:49:57Z","pushed_at":"2021-08-08T23:49:56Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert","homepage":"","size":277,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":217725870,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc3MjU4NzA=","name":"puppeteer-es-modules-esm-mocha-chai-expect","full_name":"e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect","description":"Puppeteer end-to-end test automation boilerplate project. Using ES6 modules, ESM, mocha and chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/deployments","created_at":"2019-10-26T15:05:37Z","updated_at":"2021-08-09T00:08:09Z","pushed_at":"2021-08-09T00:08:07Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect","homepage":null,"size":705,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":253357427,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTc0Mjc=","name":"puppeteer-es-modules-esm-mocha-chai-should","full_name":"e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should","description":"Puppeteer end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/deployments","created_at":"2020-04-06T00:07:53Z","updated_at":"2021-08-08T23:35:07Z","pushed_at":"2021-08-16T12:39:17Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should","homepage":"","size":286,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":255166146,"node_id":"MDEwOlJlcG9zaXRvcnkyNTUxNjYxNDY=","name":"puppeteer-typescript-ts-jest-jest-assert","full_name":"e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert","description":"Puppeteer end-to-end test automation boilerplate, Using TypeScript, ts-jest, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/deployments","created_at":"2020-04-12T20:39:38Z","updated_at":"2021-08-11T17:31:21Z","pushed_at":"2021-08-18T23:00:11Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert","homepage":"","size":639,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":217750088,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc3NTAwODg=","name":"puppeteer-typescript-ts-jest-jest-expect","full_name":"e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect","description":"Puppeteer end-to-end test automation boilerplate, using TypeScript, Jest and Expect","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/deployments","created_at":"2019-10-26T18:11:02Z","updated_at":"2021-08-11T10:07:12Z","pushed_at":"2021-08-18T22:30:10Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect","homepage":"","size":1347,"stargazers_count":6,"watchers_count":6,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":6,"default_branch":"master"},{"id":239674414,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk2NzQ0MTQ=","name":"puppeteer-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert","description":"Puppeteer end-to-end test automation boilerplate, Using TypeScript, ts-node, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-02-11T04:18:48Z","updated_at":"2021-08-11T14:42:49Z","pushed_at":"2021-08-18T22:17:45Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert","homepage":"","size":427,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":218650599,"node_id":"MDEwOlJlcG9zaXRvcnkyMTg2NTA1OTk=","name":"puppeteer-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect","description":"Puppeteer end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/deployments","created_at":"2019-10-31T00:17:47Z","updated_at":"2021-08-11T10:15:36Z","pushed_at":"2021-08-18T22:14:47Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect","homepage":"","size":732,"stargazers_count":1,"watchers_count":1,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":1,"default_branch":"master"},{"id":245889157,"node_id":"MDEwOlJlcG9zaXRvcnkyNDU4ODkxNTc=","name":"resources","full_name":"e2e-boilerplate/resources","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/resources","description":"Misc resource files.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/resources","forks_url":"https://api.github.com/repos/e2e-boilerplate/resources/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/resources/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/resources/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/resources/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/resources/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/resources/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/resources/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/resources/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/resources/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/resources/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/resources/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/resources/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/resources/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/resources/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/resources/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/resources/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/resources/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/resources/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/resources/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/resources/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/resources/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/resources/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/resources/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/resources/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/resources/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/resources/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/resources/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/resources/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/resources/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/resources/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/resources/deployments","created_at":"2020-03-08T21:15:06Z","updated_at":"2020-05-18T21:09:17Z","pushed_at":"2020-05-18T21:09:15Z","git_url":"git://github.com/e2e-boilerplate/resources.git","ssh_url":"git@github.com:e2e-boilerplate/resources.git","clone_url":"https://github.com/e2e-boilerplate/resources.git","svn_url":"https://github.com/e2e-boilerplate/resources","homepage":null,"size":103,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":235471694,"node_id":"MDEwOlJlcG9zaXRvcnkyMzU0NzE2OTQ=","name":"sandbox","full_name":"e2e-boilerplate/sandbox","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/sandbox","description":"e2e test automation sandbox","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/sandbox","forks_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/deployments","created_at":"2020-01-22T00:55:08Z","updated_at":"2020-06-25T01:48:49Z","pushed_at":"2021-06-15T08:10:10Z","git_url":"git://github.com/e2e-boilerplate/sandbox.git","ssh_url":"git@github.com:e2e-boilerplate/sandbox.git","clone_url":"https://github.com/e2e-boilerplate/sandbox.git","svn_url":"https://github.com/e2e-boilerplate/sandbox","homepage":"","size":1276,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":19,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":19,"watchers":0,"default_branch":"master"},{"id":237841678,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc4NDE2Nzg=","name":"selenium-webdriver-commonjs-cucumber-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, cucumberJS and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/deployments","created_at":"2020-02-02T21:46:12Z","updated_at":"2021-07-18T00:29:16Z","pushed_at":"2021-08-11T23:17:00Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert","homepage":"","size":482,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253638630,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2Mzg2MzA=","name":"selenium-webdriver-commonjs-cucumber-chai-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/deployments","created_at":"2020-04-06T23:25:02Z","updated_at":"2021-07-18T01:18:52Z","pushed_at":"2021-08-12T06:14:55Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert","homepage":"","size":359,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":216342219,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzNDIyMTk=","name":"selenium-webdriver-commonjs-cucumber-chai-expect","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect","description":"selenium-webdriver end-to-end test automation boilerplate project. Using commonjs, cucumber & chai","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/deployments","created_at":"2019-10-20T10:13:13Z","updated_at":"2021-07-17T23:46:50Z","pushed_at":"2021-08-11T14:30:38Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect","homepage":"","size":593,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253638719,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2Mzg3MTk=","name":"selenium-webdriver-commonjs-cucumber-chai-should","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/deployments","created_at":"2020-04-06T23:25:37Z","updated_at":"2021-07-18T00:41:23Z","pushed_at":"2021-08-12T06:15:38Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should","homepage":"","size":316,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":237682353,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2ODIzNTM=","name":"selenium-webdriver-commonjs-jasmine-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/deployments","created_at":"2020-02-01T21:46:14Z","updated_at":"2021-07-18T00:19:07Z","pushed_at":"2021-08-09T00:03:59Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert","homepage":"","size":455,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":216337375,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzMzczNzU=","name":"selenium-webdriver-commonjs-jasmine-expect","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/deployments","created_at":"2019-10-20T09:30:37Z","updated_at":"2021-07-18T00:08:58Z","pushed_at":"2021-08-08T22:17:13Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect","homepage":"","size":521,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":237684019,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2ODQwMTk=","name":"selenium-webdriver-commonjs-jest-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, Jest and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/deployments","created_at":"2020-02-01T22:01:31Z","updated_at":"2021-07-17T23:03:49Z","pushed_at":"2021-08-11T23:13:48Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert","homepage":"","size":827,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":218160970,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgxNjA5NzA=","name":"selenium-webdriver-commonjs-jest-expect","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect","description":"selenium-webdriver end-to-end test automation boilerplate project. Using commonjs & jest.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/deployments","created_at":"2019-10-28T23:01:32Z","updated_at":"2021-07-18T00:04:47Z","pushed_at":"2021-08-12T08:46:38Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect","homepage":null,"size":897,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":218240996,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgyNDA5OTY=","name":"selenium-webdriver-commonjs-mocha-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, MochaJS and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/deployments","created_at":"2019-10-29T08:41:32Z","updated_at":"2021-07-17T23:49:08Z","pushed_at":"2021-08-08T23:04:18Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert","homepage":"","size":517,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253638340,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2MzgzNDA=","name":"selenium-webdriver-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-06T23:23:21Z","updated_at":"2021-07-18T00:36:03Z","pushed_at":"2021-08-08T22:09:39Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert","homepage":"","size":426,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":218171919,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgxNzE5MTk=","name":"selenium-webdriver-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, MochaJS and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/deployments","created_at":"2019-10-29T00:37:47Z","updated_at":"2021-07-17T23:39:53Z","pushed_at":"2021-08-08T22:43:12Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect","homepage":"","size":675,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253638456,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2Mzg0NTY=","name":"selenium-webdriver-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/deployments","created_at":"2020-04-06T23:23:50Z","updated_at":"2021-07-18T00:37:55Z","pushed_at":"2021-08-08T22:29:47Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should","homepage":"","size":344,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":237687642,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2ODc2NDI=","name":"selenium-webdriver-commonjs-tape","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-tape","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS and Tape.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/deployments","created_at":"2020-02-01T22:38:00Z","updated_at":"2021-07-27T01:53:46Z","pushed_at":"2021-08-11T23:16:29Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-tape.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape","homepage":"","size":436,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":218166057,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgxNjYwNTc=","name":"selenium-webdriver-es-modules-babel-ava","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-modules and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/deployments","created_at":"2019-10-28T23:44:53Z","updated_at":"2021-07-20T21:31:08Z","pushed_at":"2021-08-11T07:40:50Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-ava.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava","homepage":"","size":935,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237681215,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2ODEyMTU=","name":"selenium-webdriver-es-modules-babel-jasmine-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine, and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/deployments","created_at":"2020-02-01T21:36:03Z","updated_at":"2021-07-20T20:47:45Z","pushed_at":"2021-08-11T08:07:07Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert","homepage":"","size":1280,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":218258400,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgyNTg0MDA=","name":"selenium-webdriver-es-modules-babel-jasmine-expect","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect","description":"selenium-webdriver end-to-end test automation boilerplate project. Using ES6 modules, babel, and jasmine.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/deployments","created_at":"2019-10-29T10:13:14Z","updated_at":"2021-07-20T20:59:18Z","pushed_at":"2021-08-11T08:10:50Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect","homepage":null,"size":1486,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":237712200,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MTIyMDA=","name":"selenium-webdriver-es-modules-babel-jest-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Babel, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/deployments","created_at":"2020-02-02T03:21:58Z","updated_at":"2021-07-20T21:23:50Z","pushed_at":"2021-08-11T08:29:49Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert","homepage":"","size":1183,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":237711613,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MTE2MTM=","name":"selenium-webdriver-es-modules-babel-jest-expect","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jest, and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/deployments","created_at":"2020-02-02T03:15:28Z","updated_at":"2021-07-20T20:54:45Z","pushed_at":"2021-08-11T08:25:27Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect","homepage":"","size":1182,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253638116,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2MzgxMTY=","name":"selenium-webdriver-es-modules-babel-mocha-chai-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/deployments","created_at":"2020-04-06T23:22:08Z","updated_at":"2021-07-20T21:27:18Z","pushed_at":"2021-08-11T07:27:08Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert","homepage":"","size":1003,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":1,"default_branch":"master"},{"id":237719080,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MTkwODA=","name":"selenium-webdriver-es-modules-babel-mocha-chai-expect","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/deployments","created_at":"2020-02-02T04:40:05Z","updated_at":"2021-07-20T21:28:16Z","pushed_at":"2021-08-11T08:02:10Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect","homepage":"","size":1254,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253638184,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2MzgxODQ=","name":"selenium-webdriver-es-modules-babel-mocha-chai-should","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/deployments","created_at":"2020-04-06T23:22:36Z","updated_at":"2021-07-20T19:54:17Z","pushed_at":"2021-08-11T07:30:45Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should","homepage":"","size":1031,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":237693013,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2OTMwMTM=","name":"selenium-webdriver-es-modules-babel-tape","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-tape","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-modules, BabelJS and Tape.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/deployments","created_at":"2020-02-01T23:32:55Z","updated_at":"2021-07-27T01:48:47Z","pushed_at":"2021-08-11T08:11:35Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-tape.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape","homepage":"","size":1138,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253637956,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2Mzc5NTY=","name":"selenium-webdriver-es-modules-cucumber-chai-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/deployments","created_at":"2020-04-06T23:21:02Z","updated_at":"2021-07-18T00:10:05Z","pushed_at":"2021-08-12T06:16:50Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert","homepage":"","size":356,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":237842999,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc4NDI5OTk=","name":"selenium-webdriver-es-modules-cucumber-chai-expect","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Expect","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/deployments","created_at":"2020-02-02T21:57:28Z","updated_at":"2021-07-17T23:47:07Z","pushed_at":"2021-08-11T15:17:37Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect","homepage":"","size":599,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253638024,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2MzgwMjQ=","name":"selenium-webdriver-es-modules-cucumber-chai-should","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/deployments","created_at":"2020-04-06T23:21:32Z","updated_at":"2021-07-18T00:21:07Z","pushed_at":"2021-08-12T06:15:12Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should","homepage":"","size":360,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":237698763,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2OTg3NjM=","name":"selenium-webdriver-es-modules-esm-mocha-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert","description":"selenium-webdriver end-to-end test automation boilerplate project. Using ES6 modules, ESM, MochaJS and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/deployments","created_at":"2020-02-02T00:42:19Z","updated_at":"2021-07-18T00:14:34Z","pushed_at":"2021-08-09T00:05:27Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert","homepage":"","size":484,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":218248727,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgyNDg3Mjc=","name":"selenium-webdriver-es-modules-esm-mocha-chai","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai","description":"selenium-webdriver end-to-end test automation boilerplate project. Using ES6 modules, ESM, mocha and chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/deployments","created_at":"2019-10-29T09:21:51Z","updated_at":"2021-07-18T00:52:46Z","pushed_at":"2021-08-08T22:15:32Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai","homepage":null,"size":518,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":237695178,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2OTUxNzg=","name":"selenium-webdriver-es-modules-esm-tape","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-esm-tape","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-modules, ESM and Tape.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/deployments","created_at":"2020-02-01T23:57:57Z","updated_at":"2021-07-27T00:55:15Z","pushed_at":"2021-08-11T23:14:17Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-esm-tape.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape","homepage":"","size":805,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237701875,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MDE4NzU=","name":"selenium-webdriver-typescript-ts-jest-jest-assert","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/deployments","created_at":"2020-02-02T01:20:58Z","updated_at":"2021-07-06T23:35:27Z","pushed_at":"2021-08-18T21:57:13Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert","homepage":"","size":846,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237700287,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MDAyODc=","name":"selenium-webdriver-typescript-ts-jest-jest-expect","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-jest, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/deployments","created_at":"2020-02-02T01:00:49Z","updated_at":"2021-07-06T22:51:04Z","pushed_at":"2021-08-18T21:53:32Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect","homepage":"","size":875,"stargazers_count":1,"watchers_count":1,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":1,"default_branch":"master"},{"id":237707796,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MDc3OTY=","name":"selenium-webdriver-typescript-ts-node-ava","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/deployments","created_at":"2020-02-02T02:33:20Z","updated_at":"2021-07-24T18:51:24Z","pushed_at":"2021-08-18T23:43:17Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava","homepage":"","size":658,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":237697255,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2OTcyNTU=","name":"selenium-webdriver-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-02-02T00:22:35Z","updated_at":"2021-07-09T07:15:26Z","pushed_at":"2021-08-18T22:52:18Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert","homepage":"","size":421,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":218662214,"node_id":"MDEwOlJlcG9zaXRvcnkyMTg2NjIyMTQ=","name":"selenium-webdriver-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect","description":"selenium-webdriver end-to-end test automation boilerplate project. Using ES6 modules, TypeScript, and jasmine.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/deployments","created_at":"2019-10-31T01:49:43Z","updated_at":"2021-07-09T06:31:53Z","pushed_at":"2021-08-18T22:39:21Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect","homepage":null,"size":502,"stargazers_count":3,"watchers_count":3,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":8,"watchers":3,"default_branch":"master"},{"id":237709937,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MDk5Mzc=","name":"selenium-webdriver-typescript-ts-node-tape","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node and Tape.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/deployments","created_at":"2020-02-02T02:58:29Z","updated_at":"2021-07-27T01:26:51Z","pushed_at":"2021-08-18T23:15:48Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape","homepage":"","size":534,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":286251107,"node_id":"MDEwOlJlcG9zaXRvcnkyODYyNTExMDc=","name":"stats","full_name":"e2e-boilerplate/stats","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/stats","description":null,"fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/stats","forks_url":"https://api.github.com/repos/e2e-boilerplate/stats/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/stats/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/stats/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/stats/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/stats/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/stats/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/stats/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/stats/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/stats/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/stats/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/stats/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/stats/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/stats/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/stats/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/stats/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/stats/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/stats/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/stats/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/stats/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/stats/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/stats/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/stats/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/stats/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/stats/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/stats/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/stats/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/stats/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/stats/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/stats/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/stats/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/stats/deployments","created_at":"2020-08-09T14:17:17Z","updated_at":"2021-08-17T05:22:05Z","pushed_at":"2021-08-17T05:22:02Z","git_url":"git://github.com/e2e-boilerplate/stats.git","ssh_url":"git@github.com:e2e-boilerplate/stats.git","clone_url":"https://github.com/e2e-boilerplate/stats.git","svn_url":"https://github.com/e2e-boilerplate/stats","homepage":null,"size":4077,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":13,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":13,"watchers":0,"default_branch":"master"},{"id":271106016,"node_id":"MDEwOlJlcG9zaXRvcnkyNzExMDYwMTY=","name":"swagger","full_name":"e2e-boilerplate/swagger","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/swagger","description":"Static API documentation","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/swagger","forks_url":"https://api.github.com/repos/e2e-boilerplate/swagger/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/swagger/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/swagger/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/swagger/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/swagger/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/swagger/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/swagger/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/swagger/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/swagger/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/swagger/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/swagger/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/swagger/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/swagger/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/swagger/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/swagger/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/swagger/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/swagger/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/swagger/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/swagger/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/swagger/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/swagger/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/swagger/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/swagger/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/swagger/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/swagger/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/swagger/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/swagger/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/swagger/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/swagger/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/swagger/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/swagger/deployments","created_at":"2020-06-09T20:44:32Z","updated_at":"2020-07-31T15:38:16Z","pushed_at":"2020-10-30T10:08:13Z","git_url":"git://github.com/e2e-boilerplate/swagger.git","ssh_url":"git@github.com:e2e-boilerplate/swagger.git","clone_url":"https://github.com/e2e-boilerplate/swagger.git","svn_url":"https://github.com/e2e-boilerplate/swagger","homepage":null,"size":6415,"stargazers_count":0,"watchers_count":0,"language":"HTML","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},{"id":261913376,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5MTMzNzY=","name":"testcafe-commonjs","full_name":"e2e-boilerplate/testcafe-commonjs","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs","description":"TestCafe end-to-end test automation boilerplate, using commonjs.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/deployments","created_at":"2020-05-07T00:46:56Z","updated_at":"2021-08-11T20:38:06Z","pushed_at":"2021-08-12T09:56:10Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs","homepage":null,"size":417,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261954483,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTQ0ODM=","name":"testcafe-commonjs-assert","full_name":"e2e-boilerplate/testcafe-commonjs-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-assert","description":"TestCafé end-to-end test automation boilerplate, Using Commonjs and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/deployments","created_at":"2020-05-07T05:05:43Z","updated_at":"2021-08-11T20:07:55Z","pushed_at":"2021-08-12T09:57:26Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-assert","homepage":"","size":399,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261946915,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NDY5MTU=","name":"testcafe-commonjs-chai-assert","full_name":"e2e-boilerplate/testcafe-commonjs-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert","description":"TestCafe end-to-end test automation boilerplate, Using Commonjs, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/deployments","created_at":"2020-05-07T04:10:27Z","updated_at":"2021-08-11T19:03:19Z","pushed_at":"2021-08-12T09:57:21Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert","homepage":"","size":395,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261951626,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTE2MjY=","name":"testcafe-commonjs-chai-expect","full_name":"e2e-boilerplate/testcafe-commonjs-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect","description":"TestCafé end-to-end test automation boilerplate, Using Commonjs, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/deployments","created_at":"2020-05-07T04:45:02Z","updated_at":"2021-08-11T18:55:12Z","pushed_at":"2021-08-12T09:57:21Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect","homepage":"","size":385,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261953039,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTMwMzk=","name":"testcafe-commonjs-chai-should","full_name":"e2e-boilerplate/testcafe-commonjs-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should","description":null,"fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/deployments","created_at":"2020-05-07T04:55:30Z","updated_at":"2021-08-11T20:32:15Z","pushed_at":"2021-08-12T09:57:21Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should","homepage":null,"size":392,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261941205,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NDEyMDU=","name":"testcafe-es-modules","full_name":"e2e-boilerplate/testcafe-es-modules","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules","description":"TestCafe end-to-end test automation boilerplate, Using ES Modules.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/deployments","created_at":"2020-05-07T03:34:12Z","updated_at":"2021-08-11T19:22:29Z","pushed_at":"2021-08-11T19:22:27Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules","homepage":"","size":385,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},{"id":261955666,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTU2NjY=","name":"testcafe-es-modules-assert","full_name":"e2e-boilerplate/testcafe-es-modules-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-assert","description":"TestCafé end-to-end test automation boilerplate, Using ES Modules and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/deployments","created_at":"2020-05-07T05:13:51Z","updated_at":"2021-08-11T18:39:19Z","pushed_at":"2021-08-12T09:57:42Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-assert","homepage":"","size":352,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261955766,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTU3NjY=","name":"testcafe-es-modules-chai-assert","full_name":"e2e-boilerplate/testcafe-es-modules-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert","description":"TestCafé end-to-end test automation boilerplate, Using ES Modules, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/deployments","created_at":"2020-05-07T05:14:34Z","updated_at":"2021-08-11T20:38:02Z","pushed_at":"2021-08-12T09:57:45Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert","homepage":"","size":402,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261955848,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTU4NDg=","name":"testcafe-es-modules-chai-expect","full_name":"e2e-boilerplate/testcafe-es-modules-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect","description":"TestCafé end-to-end test automation boilerplate, Using ES Modules, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/deployments","created_at":"2020-05-07T05:15:05Z","updated_at":"2021-08-11T20:16:45Z","pushed_at":"2021-08-12T09:57:24Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect","homepage":"","size":392,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261955902,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTU5MDI=","name":"testcafe-es-modules-chai-should","full_name":"e2e-boilerplate/testcafe-es-modules-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should","description":"TestCafé end-to-end test automation boilerplate, Using ES Modules, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/deployments","created_at":"2020-05-07T05:15:26Z","updated_at":"2021-08-11T19:29:49Z","pushed_at":"2021-08-12T09:57:53Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should","homepage":"","size":387,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261943170,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NDMxNzA=","name":"testcafe-typescript","full_name":"e2e-boilerplate/testcafe-typescript","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript","description":"TestCafe end-to-end test automation boilerplate, Using TypeScript.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/deployments","created_at":"2020-05-07T03:45:46Z","updated_at":"2021-08-11T19:46:14Z","pushed_at":"2021-08-18T22:31:37Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript","homepage":"","size":562,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261957712,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTc3MTI=","name":"testcafe-typescript-assert","full_name":"e2e-boilerplate/testcafe-typescript-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript-assert","description":"TestCafé end-to-end test automation boilerplate, Using TypeScript and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/deployments","created_at":"2020-05-07T05:27:58Z","updated_at":"2021-08-11T20:12:16Z","pushed_at":"2021-08-18T21:53:21Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript-assert","homepage":"","size":318,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261957782,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTc3ODI=","name":"testcafe-typescript-chai-assert","full_name":"e2e-boilerplate/testcafe-typescript-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert","description":"TestCafé end-to-end test automation boilerplate, Using TypeScript, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/deployments","created_at":"2020-05-07T05:28:25Z","updated_at":"2021-08-11T19:02:52Z","pushed_at":"2021-08-18T23:24:47Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert","homepage":"","size":319,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261957832,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTc4MzI=","name":"testcafe-typescript-chai-expect","full_name":"e2e-boilerplate/testcafe-typescript-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect","description":"TestCafé end-to-end test automation boilerplate, Using TypeScript, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/deployments","created_at":"2020-05-07T05:28:46Z","updated_at":"2021-08-11T20:17:59Z","pushed_at":"2021-08-18T22:14:42Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect","homepage":"","size":323,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261957873,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTc4NzM=","name":"testcafe-typescript-chai-should","full_name":"e2e-boilerplate/testcafe-typescript-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-should","description":"TestCafé end-to-end test automation boilerplate, Using TypeScript, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/deployments","created_at":"2020-05-07T05:29:08Z","updated_at":"2021-08-11T18:49:57Z","pushed_at":"2021-08-18T22:46:10Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-should","homepage":"","size":340,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":242276068,"node_id":"MDEwOlJlcG9zaXRvcnkyNDIyNzYwNjg=","name":"utils","full_name":"e2e-boilerplate/utils","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/utils","description":"Utils for automating the daily tasks of maintaining the e2e-boilerplate organization.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/utils","forks_url":"https://api.github.com/repos/e2e-boilerplate/utils/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/utils/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/utils/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/utils/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/utils/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/utils/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/utils/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/utils/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/utils/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/utils/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/utils/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/utils/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/utils/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/utils/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/utils/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/utils/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/utils/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/utils/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/utils/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/utils/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/utils/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/utils/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/utils/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/utils/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/utils/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/utils/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/utils/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/utils/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/utils/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/utils/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/utils/deployments","created_at":"2020-02-22T03:57:55Z","updated_at":"2021-08-09T00:12:44Z","pushed_at":"2021-08-10T10:55:44Z","git_url":"git://github.com/e2e-boilerplate/utils.git","ssh_url":"git@github.com:e2e-boilerplate/utils.git","clone_url":"https://github.com/e2e-boilerplate/utils.git","svn_url":"https://github.com/e2e-boilerplate/utils","homepage":"","size":1662,"stargazers_count":8,"watchers_count":8,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":8,"default_branch":"master"},{"id":254220733,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQyMjA3MzM=","name":"wd-commonjs-webdriver-manager-cucumber-chai-assert","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/deployments","created_at":"2020-04-08T23:08:44Z","updated_at":"2021-07-18T00:40:20Z","pushed_at":"2021-08-12T06:30:40Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert","homepage":"","size":385,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":254220813,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQyMjA4MTM=","name":"wd-commonjs-webdriver-manager-cucumber-chai-expect","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Cucumber, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/deployments","created_at":"2020-04-08T23:09:15Z","updated_at":"2021-07-18T00:58:33Z","pushed_at":"2021-08-12T06:30:45Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect","homepage":"","size":391,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":217422093,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc0MjIwOTM=","name":"wd-commonjs-webdriver-manager-cucumber-chai-should","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should","description":"WD end-to-end test automation boilerplate project. Using commons, cucumber, webdriver-manager and chai","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/deployments","created_at":"2019-10-25T00:59:18Z","updated_at":"2021-07-17T23:50:56Z","pushed_at":"2021-08-11T14:58:01Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should","homepage":null,"size":663,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":254995413,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5OTU0MTM=","name":"wd-commonjs-webdriver-manager-jest-assert","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/deployments","created_at":"2020-04-12T02:40:31Z","updated_at":"2021-07-18T00:03:50Z","pushed_at":"2021-08-12T06:53:33Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert","homepage":"","size":625,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":254229726,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQyMjk3MjY=","name":"wd-commonjs-webdriver-manager-jest-expect","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/deployments","created_at":"2020-04-09T00:13:47Z","updated_at":"2021-07-17T23:51:25Z","pushed_at":"2021-08-12T06:31:40Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect","homepage":"","size":392,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253788397,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM3ODgzOTc=","name":"wd-commonjs-webdriver-manager-mocha-chai-assert","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/deployments","created_at":"2020-04-07T12:37:25Z","updated_at":"2021-07-18T00:34:47Z","pushed_at":"2021-08-08T22:42:49Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert","homepage":"","size":307,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":253788050,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM3ODgwNTA=","name":"wd-commonjs-webdriver-manager-mocha-chai-expect","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Mocha, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/deployments","created_at":"2020-04-07T12:36:00Z","updated_at":"2021-07-18T01:09:10Z","pushed_at":"2021-08-09T00:05:32Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect","homepage":"","size":304,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":217185402,"node_id":"MDEwOlJlcG9zaXRvcnkyMTcxODU0MDI=","name":"wd-commonjs-webdriver-manager-mocha-chai-should","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should","description":"WD end-to-end test automation boilerplate project. Using webdriver-manager, commonjs, mocha, and chai","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/deployments","created_at":"2019-10-24T01:29:29Z","updated_at":"2021-07-18T01:19:16Z","pushed_at":"2021-08-08T23:09:37Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should","homepage":null,"size":525,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":254997673,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5OTc2NzM=","name":"wd-es-modules-babel-jest-webdriver-manager-jest-assert","full_name":"e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/deployments","created_at":"2020-04-12T02:58:20Z","updated_at":"2021-07-20T20:57:28Z","pushed_at":"2021-08-11T08:03:16Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert","homepage":"","size":1347,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":254522932,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ1MjI5MzI=","name":"wd-es-modules-babel-jest-webdriver-manager-jest-expect","full_name":"e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/deployments","created_at":"2020-04-10T02:11:55Z","updated_at":"2021-07-20T21:20:26Z","pushed_at":"2021-08-11T07:50:55Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect","homepage":"","size":1181,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":254511575,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ1MTE1NzU=","name":"wd-es-modules-babel-webdriver-manager-ava","full_name":"e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/deployments","created_at":"2020-04-10T00:59:55Z","updated_at":"2021-07-20T20:59:38Z","pushed_at":"2021-08-11T08:35:07Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava","homepage":"","size":1026,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":254971439,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5NzE0Mzk=","name":"wd-es-modules-babel-webdriver-manager-jasmine-assert","full_name":"e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/deployments","created_at":"2020-04-11T23:11:56Z","updated_at":"2021-07-20T21:32:24Z","pushed_at":"2021-08-11T08:02:14Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert","homepage":"","size":826,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":254969678,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5Njk2Nzg=","name":"wd-es-modules-babel-webdriver-manager-jasmine-expect","full_name":"e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/deployments","created_at":"2020-04-11T22:56:46Z","updated_at":"2021-07-20T20:44:12Z","pushed_at":"2021-08-11T08:25:17Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect","homepage":"","size":824,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":254996506,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5OTY1MDY=","name":"wd-typescript-ts-jest-webdriver-manager-jest-assert","full_name":"e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-jest, Webdriver-Manager, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/deployments","created_at":"2020-04-12T02:48:57Z","updated_at":"2021-07-01T03:23:40Z","pushed_at":"2021-08-18T22:08:29Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert","homepage":"","size":631,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":254829584,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ4Mjk1ODQ=","name":"wd-typescript-ts-jest-webdriver-manager-jest-expect","full_name":"e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-jest, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/deployments","created_at":"2020-04-11T09:01:20Z","updated_at":"2021-07-01T01:44:55Z","pushed_at":"2021-08-18T22:17:00Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect","homepage":"","size":676,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":254515492,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ1MTU0OTI=","name":"wd-typescript-ts-node-webdriver-manager-ava","full_name":"e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-node, Webdriver-Manager and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/deployments","created_at":"2020-04-10T01:26:28Z","updated_at":"2021-07-01T02:28:39Z","pushed_at":"2021-08-18T22:29:12Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava","homepage":"","size":421,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":254976174,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5NzYxNzQ=","name":"wd-typescript-ts-node-webdriver-manager-jasmine-assert","full_name":"e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-node, Webdriver-Manager, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/deployments","created_at":"2020-04-11T23:51:56Z","updated_at":"2021-07-09T06:27:31Z","pushed_at":"2021-08-18T21:49:08Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert","homepage":"","size":219,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":254974484,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5NzQ0ODQ=","name":"wd-typescript-ts-node-webdriver-manager-jasmine-expect","full_name":"e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-node, Webdriver-Manager, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/deployments","created_at":"2020-04-11T23:37:12Z","updated_at":"2021-07-09T06:39:23Z","pushed_at":"2021-08-18T22:08:53Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect","homepage":"","size":348,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":216690696,"node_id":"MDEwOlJlcG9zaXRvcnkyMTY2OTA2OTY=","name":"webdriverio-commonjs-cucumber-assert","full_name":"e2e-boilerplate/webdriverio-commonjs-cucumber-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert","description":"WebdriverIO (sync) end-to-end test automation boilerplate project. Using cucumber, commonjs, & assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/deployments","created_at":"2019-10-22T00:36:29Z","updated_at":"2021-07-22T19:01:49Z","pushed_at":"2021-08-17T11:54:33Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-cucumber-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert","homepage":"","size":1175,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236645528,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY2NDU1Mjg=","name":"webdriverio-commonjs-jasmine-assert","full_name":"e2e-boilerplate/webdriverio-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert","description":"WebdriverIO end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/deployments","created_at":"2020-01-28T02:54:51Z","updated_at":"2021-07-22T18:02:08Z","pushed_at":"2021-08-17T11:17:30Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert","homepage":"","size":1104,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":216345638,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzNDU2Mzg=","name":"webdriverio-commonjs-jasmine-expect","full_name":"e2e-boilerplate/webdriverio-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect","description":"WebdriverIO end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/deployments","created_at":"2019-10-20T10:43:21Z","updated_at":"2021-07-22T19:02:40Z","pushed_at":"2021-08-17T11:48:01Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect","homepage":"","size":1215,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":216344132,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzNDQxMzI=","name":"webdriverio-commonjs-mocha-assert","full_name":"e2e-boilerplate/webdriverio-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert","description":"WebdriverIO end-to-end test automation boilerplate, using CommonJS, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/deployments","created_at":"2019-10-20T10:30:19Z","updated_at":"2021-07-22T18:18:28Z","pushed_at":"2021-08-17T10:57:02Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert","homepage":"","size":1188,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253645157,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NDUxNTc=","name":"webdriverio-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert","description":"WebdriverIO end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-07T00:11:48Z","updated_at":"2021-07-22T19:24:06Z","pushed_at":"2021-08-17T11:20:42Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert","homepage":"","size":606,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236648272,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY2NDgyNzI=","name":"webdriverio-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect","description":"WebdriverIO end-to-end test automation boilerplate, using CommonJS, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/deployments","created_at":"2020-01-28T03:17:43Z","updated_at":"2021-07-22T19:04:03Z","pushed_at":"2021-08-17T10:53:56Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect","homepage":"","size":1308,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253645222,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NDUyMjI=","name":"webdriverio-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/webdriverio-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should","description":"WebdriverIO end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/deployments","created_at":"2020-04-07T00:12:21Z","updated_at":"2021-07-22T19:08:57Z","pushed_at":"2021-08-17T11:55:55Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should","homepage":"","size":592,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236889754,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY4ODk3NTQ=","name":"webdriverio-es-modules-babel-jasmine-assert","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert","description":"WebdriverIO end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/deployments","created_at":"2020-01-29T02:42:28Z","updated_at":"2021-07-22T19:20:56Z","pushed_at":"2021-08-17T11:38:18Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert","homepage":"","size":1527,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":236652387,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY2NTIzODc=","name":"webdriverio-es-modules-babel-jasmine-expect","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect","description":"WebdriverIO end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/deployments","created_at":"2020-01-28T03:48:47Z","updated_at":"2021-07-22T20:09:58Z","pushed_at":"2021-08-17T11:15:51Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect","homepage":"","size":1514,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":236651474,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY2NTE0NzQ=","name":"webdriverio-es-modules-babel-mocha-assert","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert","description":"WebdriverIO end-to-end test automation boilerplate, Using ES6-Modules, BabelJS, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/deployments","created_at":"2020-01-28T03:41:40Z","updated_at":"2021-07-22T18:17:09Z","pushed_at":"2021-08-17T11:45:17Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert","homepage":"","size":1574,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253644985,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NDQ5ODU=","name":"webdriverio-es-modules-babel-mocha-chai-assert","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert","description":"WebdriverIO end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/deployments","created_at":"2020-04-07T00:10:33Z","updated_at":"2021-07-22T18:28:45Z","pushed_at":"2021-08-17T10:58:04Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert","homepage":"","size":1286,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":216933891,"node_id":"MDEwOlJlcG9zaXRvcnkyMTY5MzM4OTE=","name":"webdriverio-es-modules-babel-mocha-chai-expect","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect","description":"WebdriverIO end-to-end test automation boilerplate, Using ES6-Modules, BabelJS, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/deployments","created_at":"2019-10-23T00:26:01Z","updated_at":"2021-07-22T18:06:45Z","pushed_at":"2021-08-17T13:00:14Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect","homepage":"","size":1786,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253645062,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NDUwNjI=","name":"webdriverio-es-modules-babel-mocha-chai-should","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should","description":"WebdriverIO end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/deployments","created_at":"2020-04-07T00:11:05Z","updated_at":"2021-07-22T19:12:45Z","pushed_at":"2021-08-17T11:38:11Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should","homepage":"","size":1256,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236896587,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY4OTY1ODc=","name":"webdriverio-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert","description":"WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-01-29T03:38:38Z","updated_at":"2021-07-22T18:24:53Z","pushed_at":"2021-08-18T22:16:49Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert","homepage":"","size":927,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236893900,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY4OTM5MDA=","name":"webdriverio-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect","description":"WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/deployments","created_at":"2020-01-29T03:17:14Z","updated_at":"2021-07-22T20:33:01Z","pushed_at":"2021-08-18T21:58:32Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect","homepage":"","size":1023,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236892104,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY4OTIxMDQ=","name":"webdriverio-typescript-ts-node-mocha-assert","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert","description":"WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Mocha and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/deployments","created_at":"2020-01-29T03:01:34Z","updated_at":"2021-07-22T18:53:42Z","pushed_at":"2021-08-18T23:01:54Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert","homepage":"","size":1037,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253651137,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NTExMzc=","name":"webdriverio-typescript-ts-node-mocha-chai-assert","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert","description":"WebdriverIO end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/deployments","created_at":"2020-04-07T00:53:14Z","updated_at":"2021-07-22T17:51:00Z","pushed_at":"2021-08-18T23:18:03Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert","homepage":"","size":651,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"}] \ No newline at end of file +[{"id":217743111,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc3NDMxMTE=","name":"puppeteer-es-modules-babel-ava","full_name":"e2e-boilerplate/puppeteer-es-modules-babel-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava","description":"Puppeteer end-to-end test automation boilerplate, using ES6 Modules and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-ava/deployments","created_at":"2019-10-26T17:14:27Z","updated_at":"2021-08-19T22:46:26Z","pushed_at":"2021-08-20T22:06:19Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-babel-ava.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava","homepage":"","size":1298,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":1,"default_branch":"master"},{"id":239673056,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk2NzMwNTY=","name":"puppeteer-es-modules-babel-jest-assert","full_name":"e2e-boilerplate/puppeteer-es-modules-babel-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert","description":"Puppeteer end-to-end test automation boilerplate, using ES6 Modules, BabelJS, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/deployments","created_at":"2020-02-11T04:08:43Z","updated_at":"2021-08-19T23:39:46Z","pushed_at":"2021-08-20T22:48:01Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-babel-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert","homepage":"","size":1463,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":217736631,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc3MzY2MzE=","name":"puppeteer-es-modules-babel-jest-expect","full_name":"e2e-boilerplate/puppeteer-es-modules-babel-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect","description":"Puppeteer end-to-end test automation boilerplate, using ES6 Modules, BabelJS, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/deployments","created_at":"2019-10-26T16:25:29Z","updated_at":"2021-08-19T22:50:57Z","pushed_at":"2021-08-20T22:46:17Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-babel-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect","homepage":"","size":1986,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":239673684,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk2NzM2ODQ=","name":"puppeteer-es-modules-esm-mocha-assert","full_name":"e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert","description":"Puppeteer end-to-end test automation boilerplate, using ES6 Modules, ESM, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/deployments","created_at":"2020-02-11T04:13:25Z","updated_at":"2021-08-19T22:56:07Z","pushed_at":"2021-08-20T23:23:04Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert","homepage":"","size":451,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":253357367,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTczNjc=","name":"puppeteer-es-modules-esm-mocha-chai-assert","full_name":"e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert","description":"Puppeteer end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/deployments","created_at":"2020-04-06T00:07:24Z","updated_at":"2021-08-19T23:25:28Z","pushed_at":"2021-08-20T22:33:20Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert","homepage":"","size":324,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":217725870,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc3MjU4NzA=","name":"puppeteer-es-modules-esm-mocha-chai-expect","full_name":"e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect","description":"Puppeteer end-to-end test automation boilerplate project. Using ES6 modules, ESM, mocha and chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/deployments","created_at":"2019-10-26T15:05:37Z","updated_at":"2021-08-19T22:49:51Z","pushed_at":"2021-08-20T22:26:38Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect","homepage":null,"size":751,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":253357427,"node_id":"MDEwOlJlcG9zaXRvcnkyNTMzNTc0Mjc=","name":"puppeteer-es-modules-esm-mocha-chai-should","full_name":"e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should","description":"Puppeteer end-to-end test automation boilerplate, Using ES Modules, esm, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/deployments","created_at":"2020-04-06T00:07:53Z","updated_at":"2021-08-19T23:48:55Z","pushed_at":"2021-08-20T22:16:40Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should","homepage":"","size":335,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":255166146,"node_id":"MDEwOlJlcG9zaXRvcnkyNTUxNjYxNDY=","name":"puppeteer-typescript-ts-jest-jest-assert","full_name":"e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert","description":"Puppeteer end-to-end test automation boilerplate, Using TypeScript, ts-jest, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/deployments","created_at":"2020-04-12T20:39:38Z","updated_at":"2021-08-11T17:31:21Z","pushed_at":"2021-08-18T23:00:11Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert","homepage":"","size":639,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":217750088,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc3NTAwODg=","name":"puppeteer-typescript-ts-jest-jest-expect","full_name":"e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect","description":"Puppeteer end-to-end test automation boilerplate, using TypeScript, Jest and Expect","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/deployments","created_at":"2019-10-26T18:11:02Z","updated_at":"2021-08-11T10:07:12Z","pushed_at":"2021-08-18T22:30:10Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect","homepage":"","size":1347,"stargazers_count":6,"watchers_count":6,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":6,"default_branch":"master"},{"id":239674414,"node_id":"MDEwOlJlcG9zaXRvcnkyMzk2NzQ0MTQ=","name":"puppeteer-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert","description":"Puppeteer end-to-end test automation boilerplate, Using TypeScript, ts-node, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-02-11T04:18:48Z","updated_at":"2021-08-11T14:42:49Z","pushed_at":"2021-08-18T22:17:45Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert","homepage":"","size":427,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":218650599,"node_id":"MDEwOlJlcG9zaXRvcnkyMTg2NTA1OTk=","name":"puppeteer-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect","description":"Puppeteer end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/deployments","created_at":"2019-10-31T00:17:47Z","updated_at":"2021-08-11T10:15:36Z","pushed_at":"2021-08-18T22:14:47Z","git_url":"git://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect","homepage":"","size":732,"stargazers_count":1,"watchers_count":1,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":1,"default_branch":"master"},{"id":245889157,"node_id":"MDEwOlJlcG9zaXRvcnkyNDU4ODkxNTc=","name":"resources","full_name":"e2e-boilerplate/resources","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/resources","description":"Misc resource files.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/resources","forks_url":"https://api.github.com/repos/e2e-boilerplate/resources/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/resources/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/resources/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/resources/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/resources/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/resources/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/resources/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/resources/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/resources/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/resources/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/resources/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/resources/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/resources/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/resources/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/resources/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/resources/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/resources/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/resources/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/resources/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/resources/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/resources/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/resources/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/resources/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/resources/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/resources/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/resources/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/resources/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/resources/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/resources/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/resources/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/resources/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/resources/deployments","created_at":"2020-03-08T21:15:06Z","updated_at":"2020-05-18T21:09:17Z","pushed_at":"2020-05-18T21:09:15Z","git_url":"git://github.com/e2e-boilerplate/resources.git","ssh_url":"git@github.com:e2e-boilerplate/resources.git","clone_url":"https://github.com/e2e-boilerplate/resources.git","svn_url":"https://github.com/e2e-boilerplate/resources","homepage":null,"size":103,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":235471694,"node_id":"MDEwOlJlcG9zaXRvcnkyMzU0NzE2OTQ=","name":"sandbox","full_name":"e2e-boilerplate/sandbox","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/sandbox","description":"e2e test automation sandbox","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/sandbox","forks_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/sandbox/deployments","created_at":"2020-01-22T00:55:08Z","updated_at":"2020-06-25T01:48:49Z","pushed_at":"2021-06-15T08:10:10Z","git_url":"git://github.com/e2e-boilerplate/sandbox.git","ssh_url":"git@github.com:e2e-boilerplate/sandbox.git","clone_url":"https://github.com/e2e-boilerplate/sandbox.git","svn_url":"https://github.com/e2e-boilerplate/sandbox","homepage":"","size":1276,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":19,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":19,"watchers":0,"default_branch":"master"},{"id":237841678,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc4NDE2Nzg=","name":"selenium-webdriver-commonjs-cucumber-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, cucumberJS and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/deployments","created_at":"2020-02-02T21:46:12Z","updated_at":"2021-07-18T00:29:16Z","pushed_at":"2021-08-20T22:11:55Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert","homepage":"","size":431,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":253638630,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2Mzg2MzA=","name":"selenium-webdriver-commonjs-cucumber-chai-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/deployments","created_at":"2020-04-06T23:25:02Z","updated_at":"2021-07-18T01:18:52Z","pushed_at":"2021-08-20T22:06:23Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert","homepage":"","size":359,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":216342219,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzNDIyMTk=","name":"selenium-webdriver-commonjs-cucumber-chai-expect","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect","description":"selenium-webdriver end-to-end test automation boilerplate project. Using commonjs, cucumber & chai","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/deployments","created_at":"2019-10-20T10:13:13Z","updated_at":"2021-07-17T23:46:50Z","pushed_at":"2021-08-20T22:54:09Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect","homepage":"","size":590,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253638719,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2Mzg3MTk=","name":"selenium-webdriver-commonjs-cucumber-chai-should","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/deployments","created_at":"2020-04-06T23:25:37Z","updated_at":"2021-07-18T00:41:23Z","pushed_at":"2021-08-20T23:14:20Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should","homepage":"","size":358,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237682353,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2ODIzNTM=","name":"selenium-webdriver-commonjs-jasmine-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/deployments","created_at":"2020-02-01T21:46:14Z","updated_at":"2021-07-18T00:19:07Z","pushed_at":"2021-08-19T22:33:28Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert","homepage":"","size":468,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":216337375,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzMzczNzU=","name":"selenium-webdriver-commonjs-jasmine-expect","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/deployments","created_at":"2019-10-20T09:30:37Z","updated_at":"2021-07-18T00:08:58Z","pushed_at":"2021-08-19T22:42:32Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect","homepage":"","size":535,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":5,"watchers":0,"default_branch":"master"},{"id":237684019,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2ODQwMTk=","name":"selenium-webdriver-commonjs-jest-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, Jest and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/deployments","created_at":"2020-02-01T22:01:31Z","updated_at":"2021-07-17T23:03:49Z","pushed_at":"2021-08-19T22:23:12Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert","homepage":"","size":823,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":218160970,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgxNjA5NzA=","name":"selenium-webdriver-commonjs-jest-expect","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect","description":"selenium-webdriver end-to-end test automation boilerplate project. Using commonjs & jest.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/deployments","created_at":"2019-10-28T23:01:32Z","updated_at":"2021-07-18T00:04:47Z","pushed_at":"2021-08-20T23:35:06Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect","homepage":null,"size":894,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":218240996,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgyNDA5OTY=","name":"selenium-webdriver-commonjs-mocha-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, MochaJS and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/deployments","created_at":"2019-10-29T08:41:32Z","updated_at":"2021-07-17T23:49:08Z","pushed_at":"2021-08-20T22:21:02Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert","homepage":"","size":515,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253638340,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2MzgzNDA=","name":"selenium-webdriver-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-06T23:23:21Z","updated_at":"2021-07-18T00:36:03Z","pushed_at":"2021-08-20T22:46:10Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert","homepage":"","size":420,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":218171919,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgxNzE5MTk=","name":"selenium-webdriver-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS, MochaJS and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/deployments","created_at":"2019-10-29T00:37:47Z","updated_at":"2021-07-17T23:39:53Z","pushed_at":"2021-08-20T22:01:41Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect","homepage":"","size":699,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253638456,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2Mzg0NTY=","name":"selenium-webdriver-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/deployments","created_at":"2020-04-06T23:23:50Z","updated_at":"2021-07-18T00:37:55Z","pushed_at":"2021-08-20T07:59:13Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should","homepage":"","size":342,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":237687642,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2ODc2NDI=","name":"selenium-webdriver-commonjs-tape","full_name":"e2e-boilerplate/selenium-webdriver-commonjs-tape","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape","description":"selenium-webdriver end-to-end test automation boilerplate, using CommonJS and Tape.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-commonjs-tape/deployments","created_at":"2020-02-01T22:38:00Z","updated_at":"2021-07-27T01:53:46Z","pushed_at":"2021-08-20T22:30:15Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-commonjs-tape.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape","homepage":"","size":437,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":218166057,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgxNjYwNTc=","name":"selenium-webdriver-es-modules-babel-ava","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-modules and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/deployments","created_at":"2019-10-28T23:44:53Z","updated_at":"2021-07-20T21:31:08Z","pushed_at":"2021-08-19T22:09:38Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-ava.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava","homepage":"","size":935,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237681215,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2ODEyMTU=","name":"selenium-webdriver-es-modules-babel-jasmine-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine, and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/deployments","created_at":"2020-02-01T21:36:03Z","updated_at":"2021-07-20T20:47:45Z","pushed_at":"2021-08-20T22:55:54Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert","homepage":"","size":1127,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":218258400,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgyNTg0MDA=","name":"selenium-webdriver-es-modules-babel-jasmine-expect","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect","description":"selenium-webdriver end-to-end test automation boilerplate project. Using ES6 modules, babel, and jasmine.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/deployments","created_at":"2019-10-29T10:13:14Z","updated_at":"2021-07-20T20:59:18Z","pushed_at":"2021-08-20T22:34:57Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect","homepage":null,"size":1341,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":1,"default_branch":"master"},{"id":237712200,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MTIyMDA=","name":"selenium-webdriver-es-modules-babel-jest-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Babel, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/deployments","created_at":"2020-02-02T03:21:58Z","updated_at":"2021-07-20T21:23:50Z","pushed_at":"2021-08-20T23:19:19Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert","homepage":"","size":1184,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237711613,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MTE2MTM=","name":"selenium-webdriver-es-modules-babel-jest-expect","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jest, and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/deployments","created_at":"2020-02-02T03:15:28Z","updated_at":"2021-07-20T20:54:45Z","pushed_at":"2021-08-20T21:59:24Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect","homepage":"","size":1184,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":253638116,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2MzgxMTY=","name":"selenium-webdriver-es-modules-babel-mocha-chai-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/deployments","created_at":"2020-04-06T23:22:08Z","updated_at":"2021-07-20T21:27:18Z","pushed_at":"2021-08-20T23:10:14Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert","homepage":"","size":839,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":1,"default_branch":"master"},{"id":237719080,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MTkwODA=","name":"selenium-webdriver-es-modules-babel-mocha-chai-expect","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/deployments","created_at":"2020-02-02T04:40:05Z","updated_at":"2021-07-20T21:28:16Z","pushed_at":"2021-08-20T22:35:48Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect","homepage":"","size":1090,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253638184,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2MzgxODQ=","name":"selenium-webdriver-es-modules-babel-mocha-chai-should","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/deployments","created_at":"2020-04-06T23:22:36Z","updated_at":"2021-07-20T19:54:17Z","pushed_at":"2021-08-20T22:14:27Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should","homepage":"","size":865,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237693013,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2OTMwMTM=","name":"selenium-webdriver-es-modules-babel-tape","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-babel-tape","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-modules, BabelJS and Tape.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/deployments","created_at":"2020-02-01T23:32:55Z","updated_at":"2021-07-27T01:48:47Z","pushed_at":"2021-08-20T22:51:36Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-babel-tape.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape","homepage":"","size":982,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253637956,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2Mzc5NTY=","name":"selenium-webdriver-es-modules-cucumber-chai-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/deployments","created_at":"2020-04-06T23:21:02Z","updated_at":"2021-07-18T00:10:05Z","pushed_at":"2021-08-20T22:02:08Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert","homepage":"","size":400,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237842999,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc4NDI5OTk=","name":"selenium-webdriver-es-modules-cucumber-chai-expect","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Expect","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/deployments","created_at":"2020-02-02T21:57:28Z","updated_at":"2021-07-17T23:47:07Z","pushed_at":"2021-08-20T23:28:09Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect","homepage":"","size":598,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253638024,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2MzgwMjQ=","name":"selenium-webdriver-es-modules-cucumber-chai-should","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should","description":"Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/deployments","created_at":"2020-04-06T23:21:32Z","updated_at":"2021-07-18T00:21:07Z","pushed_at":"2021-08-20T22:28:40Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should","homepage":"","size":404,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237698763,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2OTg3NjM=","name":"selenium-webdriver-es-modules-esm-mocha-assert","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert","description":"selenium-webdriver end-to-end test automation boilerplate project. Using ES6 modules, ESM, MochaJS and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/deployments","created_at":"2020-02-02T00:42:19Z","updated_at":"2021-07-18T00:14:34Z","pushed_at":"2021-08-20T22:41:22Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert","homepage":"","size":479,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":218248727,"node_id":"MDEwOlJlcG9zaXRvcnkyMTgyNDg3Mjc=","name":"selenium-webdriver-es-modules-esm-mocha-chai","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai","description":"selenium-webdriver end-to-end test automation boilerplate project. Using ES6 modules, ESM, mocha and chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/deployments","created_at":"2019-10-29T09:21:51Z","updated_at":"2021-07-18T00:52:46Z","pushed_at":"2021-08-08T22:15:32Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai","homepage":null,"size":518,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":1,"default_branch":"master"},{"id":237695178,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2OTUxNzg=","name":"selenium-webdriver-es-modules-esm-tape","full_name":"e2e-boilerplate/selenium-webdriver-es-modules-esm-tape","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape","description":"selenium-webdriver end-to-end test automation boilerplate, using ES6-modules, ESM and Tape.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/deployments","created_at":"2020-02-01T23:57:57Z","updated_at":"2021-07-27T00:55:15Z","pushed_at":"2021-08-20T23:39:23Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-es-modules-esm-tape.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape","homepage":"","size":831,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":237701875,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MDE4NzU=","name":"selenium-webdriver-typescript-ts-jest-jest-assert","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/deployments","created_at":"2020-02-02T01:20:58Z","updated_at":"2021-07-06T23:35:27Z","pushed_at":"2021-08-18T21:57:13Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert","homepage":"","size":846,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":237700287,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MDAyODc=","name":"selenium-webdriver-typescript-ts-jest-jest-expect","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-jest, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/deployments","created_at":"2020-02-02T01:00:49Z","updated_at":"2021-07-06T22:51:04Z","pushed_at":"2021-08-18T21:53:32Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect","homepage":"","size":875,"stargazers_count":1,"watchers_count":1,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":1,"default_branch":"master"},{"id":237707796,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MDc3OTY=","name":"selenium-webdriver-typescript-ts-node-ava","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/deployments","created_at":"2020-02-02T02:33:20Z","updated_at":"2021-07-24T18:51:24Z","pushed_at":"2021-08-18T23:43:17Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava","homepage":"","size":658,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":237697255,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc2OTcyNTU=","name":"selenium-webdriver-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-02-02T00:22:35Z","updated_at":"2021-07-09T07:15:26Z","pushed_at":"2021-08-18T22:52:18Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert","homepage":"","size":421,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":218662214,"node_id":"MDEwOlJlcG9zaXRvcnkyMTg2NjIyMTQ=","name":"selenium-webdriver-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect","description":"selenium-webdriver end-to-end test automation boilerplate project. Using ES6 modules, TypeScript, and jasmine.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/deployments","created_at":"2019-10-31T01:49:43Z","updated_at":"2021-07-09T06:31:53Z","pushed_at":"2021-08-18T22:39:21Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect","homepage":null,"size":502,"stargazers_count":3,"watchers_count":3,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":8,"watchers":3,"default_branch":"master"},{"id":237709937,"node_id":"MDEwOlJlcG9zaXRvcnkyMzc3MDk5Mzc=","name":"selenium-webdriver-typescript-ts-node-tape","full_name":"e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape","description":"selenium-webdriver end-to-end test automation boilerplate, using TypeScript, ts-node and Tape.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape","forks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/deployments","created_at":"2020-02-02T02:58:29Z","updated_at":"2021-07-27T01:26:51Z","pushed_at":"2021-08-18T23:15:48Z","git_url":"git://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape.git","ssh_url":"git@github.com:e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape.git","clone_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape.git","svn_url":"https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape","homepage":"","size":534,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":286251107,"node_id":"MDEwOlJlcG9zaXRvcnkyODYyNTExMDc=","name":"stats","full_name":"e2e-boilerplate/stats","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/stats","description":null,"fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/stats","forks_url":"https://api.github.com/repos/e2e-boilerplate/stats/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/stats/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/stats/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/stats/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/stats/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/stats/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/stats/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/stats/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/stats/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/stats/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/stats/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/stats/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/stats/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/stats/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/stats/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/stats/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/stats/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/stats/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/stats/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/stats/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/stats/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/stats/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/stats/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/stats/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/stats/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/stats/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/stats/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/stats/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/stats/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/stats/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/stats/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/stats/deployments","created_at":"2020-08-09T14:17:17Z","updated_at":"2021-08-19T05:22:05Z","pushed_at":"2021-08-20T23:47:57Z","git_url":"git://github.com/e2e-boilerplate/stats.git","ssh_url":"git@github.com:e2e-boilerplate/stats.git","clone_url":"https://github.com/e2e-boilerplate/stats.git","svn_url":"https://github.com/e2e-boilerplate/stats","homepage":null,"size":4097,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":14,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":14,"watchers":0,"default_branch":"master"},{"id":271106016,"node_id":"MDEwOlJlcG9zaXRvcnkyNzExMDYwMTY=","name":"swagger","full_name":"e2e-boilerplate/swagger","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/swagger","description":"Static API documentation","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/swagger","forks_url":"https://api.github.com/repos/e2e-boilerplate/swagger/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/swagger/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/swagger/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/swagger/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/swagger/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/swagger/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/swagger/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/swagger/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/swagger/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/swagger/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/swagger/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/swagger/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/swagger/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/swagger/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/swagger/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/swagger/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/swagger/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/swagger/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/swagger/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/swagger/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/swagger/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/swagger/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/swagger/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/swagger/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/swagger/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/swagger/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/swagger/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/swagger/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/swagger/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/swagger/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/swagger/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/swagger/deployments","created_at":"2020-06-09T20:44:32Z","updated_at":"2020-07-31T15:38:16Z","pushed_at":"2020-10-30T10:08:13Z","git_url":"git://github.com/e2e-boilerplate/swagger.git","ssh_url":"git@github.com:e2e-boilerplate/swagger.git","clone_url":"https://github.com/e2e-boilerplate/swagger.git","svn_url":"https://github.com/e2e-boilerplate/swagger","homepage":null,"size":6415,"stargazers_count":0,"watchers_count":0,"language":"HTML","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},{"id":261913376,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5MTMzNzY=","name":"testcafe-commonjs","full_name":"e2e-boilerplate/testcafe-commonjs","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs","description":"TestCafe end-to-end test automation boilerplate, using commonjs.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs/deployments","created_at":"2020-05-07T00:46:56Z","updated_at":"2021-08-19T23:56:05Z","pushed_at":"2021-08-20T23:12:38Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs","homepage":null,"size":418,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261954483,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTQ0ODM=","name":"testcafe-commonjs-assert","full_name":"e2e-boilerplate/testcafe-commonjs-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-assert","description":"TestCafé end-to-end test automation boilerplate, Using Commonjs and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-assert/deployments","created_at":"2020-05-07T05:05:43Z","updated_at":"2021-08-19T23:57:40Z","pushed_at":"2021-08-20T23:16:13Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-assert","homepage":"","size":400,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261946915,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NDY5MTU=","name":"testcafe-commonjs-chai-assert","full_name":"e2e-boilerplate/testcafe-commonjs-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert","description":"TestCafe end-to-end test automation boilerplate, Using Commonjs, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-assert/deployments","created_at":"2020-05-07T04:10:27Z","updated_at":"2021-08-19T23:25:38Z","pushed_at":"2021-08-20T23:00:14Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert","homepage":"","size":367,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261951626,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTE2MjY=","name":"testcafe-commonjs-chai-expect","full_name":"e2e-boilerplate/testcafe-commonjs-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect","description":"TestCafé end-to-end test automation boilerplate, Using Commonjs, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-expect/deployments","created_at":"2020-05-07T04:45:02Z","updated_at":"2021-08-19T23:46:14Z","pushed_at":"2021-08-20T22:46:35Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect","homepage":"","size":483,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261953039,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTMwMzk=","name":"testcafe-commonjs-chai-should","full_name":"e2e-boilerplate/testcafe-commonjs-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should","description":null,"fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-commonjs-chai-should/deployments","created_at":"2020-05-07T04:55:30Z","updated_at":"2021-08-19T22:50:59Z","pushed_at":"2021-08-20T23:10:34Z","git_url":"git://github.com/e2e-boilerplate/testcafe-commonjs-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-commonjs-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should","homepage":null,"size":364,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261941205,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NDEyMDU=","name":"testcafe-es-modules","full_name":"e2e-boilerplate/testcafe-es-modules","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules","description":"TestCafe end-to-end test automation boilerplate, Using ES Modules.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules/deployments","created_at":"2020-05-07T03:34:12Z","updated_at":"2021-08-19T23:27:46Z","pushed_at":"2021-08-20T22:46:05Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules","homepage":"","size":446,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261955666,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTU2NjY=","name":"testcafe-es-modules-assert","full_name":"e2e-boilerplate/testcafe-es-modules-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-assert","description":"TestCafé end-to-end test automation boilerplate, Using ES Modules and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-assert/deployments","created_at":"2020-05-07T05:13:51Z","updated_at":"2021-08-19T23:21:22Z","pushed_at":"2021-08-20T22:31:43Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-assert","homepage":"","size":402,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261955766,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTU3NjY=","name":"testcafe-es-modules-chai-assert","full_name":"e2e-boilerplate/testcafe-es-modules-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert","description":"TestCafé end-to-end test automation boilerplate, Using ES Modules, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-assert/deployments","created_at":"2020-05-07T05:14:34Z","updated_at":"2021-08-19T23:18:54Z","pushed_at":"2021-08-20T22:56:58Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert","homepage":"","size":452,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261955848,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTU4NDg=","name":"testcafe-es-modules-chai-expect","full_name":"e2e-boilerplate/testcafe-es-modules-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect","description":"TestCafé end-to-end test automation boilerplate, Using ES Modules, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-expect/deployments","created_at":"2020-05-07T05:15:05Z","updated_at":"2021-08-19T23:54:18Z","pushed_at":"2021-08-20T23:33:33Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect","homepage":"","size":393,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261955902,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTU5MDI=","name":"testcafe-es-modules-chai-should","full_name":"e2e-boilerplate/testcafe-es-modules-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should","description":"TestCafé end-to-end test automation boilerplate, Using ES Modules, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-es-modules-chai-should/deployments","created_at":"2020-05-07T05:15:26Z","updated_at":"2021-08-19T23:04:01Z","pushed_at":"2021-08-20T22:46:23Z","git_url":"git://github.com/e2e-boilerplate/testcafe-es-modules-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-es-modules-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should","homepage":"","size":409,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"},{"id":261943170,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NDMxNzA=","name":"testcafe-typescript","full_name":"e2e-boilerplate/testcafe-typescript","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript","description":"TestCafe end-to-end test automation boilerplate, Using TypeScript.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript/deployments","created_at":"2020-05-07T03:45:46Z","updated_at":"2021-08-11T19:46:14Z","pushed_at":"2021-08-18T22:31:37Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript","homepage":"","size":562,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261957712,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTc3MTI=","name":"testcafe-typescript-assert","full_name":"e2e-boilerplate/testcafe-typescript-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript-assert","description":"TestCafé end-to-end test automation boilerplate, Using TypeScript and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-assert/deployments","created_at":"2020-05-07T05:27:58Z","updated_at":"2021-08-11T20:12:16Z","pushed_at":"2021-08-18T21:53:21Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript-assert","homepage":"","size":318,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261957782,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTc3ODI=","name":"testcafe-typescript-chai-assert","full_name":"e2e-boilerplate/testcafe-typescript-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert","description":"TestCafé end-to-end test automation boilerplate, Using TypeScript, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-assert/deployments","created_at":"2020-05-07T05:28:25Z","updated_at":"2021-08-11T19:02:52Z","pushed_at":"2021-08-18T23:24:47Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert","homepage":"","size":319,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261957832,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTc4MzI=","name":"testcafe-typescript-chai-expect","full_name":"e2e-boilerplate/testcafe-typescript-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect","description":"TestCafé end-to-end test automation boilerplate, Using TypeScript, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-expect/deployments","created_at":"2020-05-07T05:28:46Z","updated_at":"2021-08-11T20:17:59Z","pushed_at":"2021-08-18T22:14:42Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect","homepage":"","size":323,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":261957873,"node_id":"MDEwOlJlcG9zaXRvcnkyNjE5NTc4NzM=","name":"testcafe-typescript-chai-should","full_name":"e2e-boilerplate/testcafe-typescript-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-should","description":"TestCafé end-to-end test automation boilerplate, Using TypeScript, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/testcafe-typescript-chai-should/deployments","created_at":"2020-05-07T05:29:08Z","updated_at":"2021-08-11T18:49:57Z","pushed_at":"2021-08-18T22:46:10Z","git_url":"git://github.com/e2e-boilerplate/testcafe-typescript-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/testcafe-typescript-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/testcafe-typescript-chai-should","homepage":"","size":340,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":3,"watchers":0,"default_branch":"master"},{"id":242276068,"node_id":"MDEwOlJlcG9zaXRvcnkyNDIyNzYwNjg=","name":"utils","full_name":"e2e-boilerplate/utils","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/utils","description":"Utils for automating the daily tasks of maintaining the e2e-boilerplate organization.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/utils","forks_url":"https://api.github.com/repos/e2e-boilerplate/utils/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/utils/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/utils/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/utils/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/utils/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/utils/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/utils/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/utils/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/utils/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/utils/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/utils/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/utils/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/utils/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/utils/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/utils/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/utils/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/utils/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/utils/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/utils/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/utils/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/utils/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/utils/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/utils/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/utils/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/utils/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/utils/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/utils/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/utils/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/utils/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/utils/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/utils/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/utils/deployments","created_at":"2020-02-22T03:57:55Z","updated_at":"2021-08-19T23:18:53Z","pushed_at":"2021-08-20T22:21:45Z","git_url":"git://github.com/e2e-boilerplate/utils.git","ssh_url":"git@github.com:e2e-boilerplate/utils.git","clone_url":"https://github.com/e2e-boilerplate/utils.git","svn_url":"https://github.com/e2e-boilerplate/utils","homepage":"","size":1653,"stargazers_count":8,"watchers_count":8,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":8,"default_branch":"master"},{"id":254220733,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQyMjA3MzM=","name":"wd-commonjs-webdriver-manager-cucumber-chai-assert","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Cucumber, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/deployments","created_at":"2020-04-08T23:08:44Z","updated_at":"2021-07-18T00:40:20Z","pushed_at":"2021-08-20T22:49:36Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert","homepage":"","size":344,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":254220813,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQyMjA4MTM=","name":"wd-commonjs-webdriver-manager-cucumber-chai-expect","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Cucumber, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/deployments","created_at":"2020-04-08T23:09:15Z","updated_at":"2021-07-18T00:58:33Z","pushed_at":"2021-08-19T21:31:08Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect","homepage":"","size":347,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":217422093,"node_id":"MDEwOlJlcG9zaXRvcnkyMTc0MjIwOTM=","name":"wd-commonjs-webdriver-manager-cucumber-chai-should","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should","description":"WD end-to-end test automation boilerplate project. Using commons, cucumber, webdriver-manager and chai","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/deployments","created_at":"2019-10-25T00:59:18Z","updated_at":"2021-07-17T23:50:56Z","pushed_at":"2021-08-20T22:17:01Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should","homepage":null,"size":612,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":254995413,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5OTU0MTM=","name":"wd-commonjs-webdriver-manager-jest-assert","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/deployments","created_at":"2020-04-12T02:40:31Z","updated_at":"2021-07-18T00:03:50Z","pushed_at":"2021-08-20T23:43:34Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert","homepage":"","size":634,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":254229726,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQyMjk3MjY=","name":"wd-commonjs-webdriver-manager-jest-expect","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/deployments","created_at":"2020-04-09T00:13:47Z","updated_at":"2021-07-17T23:51:25Z","pushed_at":"2021-08-20T22:09:26Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect","homepage":"","size":480,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253788397,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM3ODgzOTc=","name":"wd-commonjs-webdriver-manager-mocha-chai-assert","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/deployments","created_at":"2020-04-07T12:37:25Z","updated_at":"2021-07-18T00:34:47Z","pushed_at":"2021-08-20T22:59:25Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert","homepage":"","size":309,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":253788050,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM3ODgwNTA=","name":"wd-commonjs-webdriver-manager-mocha-chai-expect","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect","description":"WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Mocha, Chai and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/deployments","created_at":"2020-04-07T12:36:00Z","updated_at":"2021-07-18T01:09:10Z","pushed_at":"2021-08-20T22:47:06Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect","homepage":"","size":302,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":217185402,"node_id":"MDEwOlJlcG9zaXRvcnkyMTcxODU0MDI=","name":"wd-commonjs-webdriver-manager-mocha-chai-should","full_name":"e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should","description":"WD end-to-end test automation boilerplate project. Using webdriver-manager, commonjs, mocha, and chai","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/deployments","created_at":"2019-10-24T01:29:29Z","updated_at":"2021-07-18T01:19:16Z","pushed_at":"2021-08-20T23:07:55Z","git_url":"git://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should","homepage":null,"size":473,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":254997673,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5OTc2NzM=","name":"wd-es-modules-babel-jest-webdriver-manager-jest-assert","full_name":"e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/deployments","created_at":"2020-04-12T02:58:20Z","updated_at":"2021-07-20T20:57:28Z","pushed_at":"2021-08-20T22:10:58Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert","homepage":"","size":1176,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":254522932,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ1MjI5MzI=","name":"wd-es-modules-babel-jest-webdriver-manager-jest-expect","full_name":"e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/deployments","created_at":"2020-04-10T02:11:55Z","updated_at":"2021-07-20T21:20:26Z","pushed_at":"2021-08-20T23:02:16Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect","homepage":"","size":1010,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":254511575,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ1MTE1NzU=","name":"wd-es-modules-babel-webdriver-manager-ava","full_name":"e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/deployments","created_at":"2020-04-10T00:59:55Z","updated_at":"2021-07-20T20:59:38Z","pushed_at":"2021-08-20T23:40:48Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava","homepage":"","size":811,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":254971439,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5NzE0Mzk=","name":"wd-es-modules-babel-webdriver-manager-jasmine-assert","full_name":"e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/deployments","created_at":"2020-04-11T23:11:56Z","updated_at":"2021-07-20T21:32:24Z","pushed_at":"2021-08-20T22:32:37Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert","homepage":"","size":828,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":254969678,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5Njk2Nzg=","name":"wd-es-modules-babel-webdriver-manager-jasmine-expect","full_name":"e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect","description":"WD end-to-end test automation boilerplate, Using ES Modules, Babel, Webdriver-Manager, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/deployments","created_at":"2020-04-11T22:56:46Z","updated_at":"2021-07-20T20:44:12Z","pushed_at":"2021-08-20T22:36:08Z","git_url":"git://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect","homepage":"","size":825,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":254996506,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5OTY1MDY=","name":"wd-typescript-ts-jest-webdriver-manager-jest-assert","full_name":"e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-jest, Webdriver-Manager, Jest and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/deployments","created_at":"2020-04-12T02:48:57Z","updated_at":"2021-07-01T03:23:40Z","pushed_at":"2021-08-18T22:08:29Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert","homepage":"","size":631,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":254829584,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ4Mjk1ODQ=","name":"wd-typescript-ts-jest-webdriver-manager-jest-expect","full_name":"e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-jest, Webdriver-Manager, Jest and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/deployments","created_at":"2020-04-11T09:01:20Z","updated_at":"2021-07-01T01:44:55Z","pushed_at":"2021-08-18T22:17:00Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect","homepage":"","size":676,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":254515492,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ1MTU0OTI=","name":"wd-typescript-ts-node-webdriver-manager-ava","full_name":"e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-node, Webdriver-Manager and AVA.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/deployments","created_at":"2020-04-10T01:26:28Z","updated_at":"2021-07-01T02:28:39Z","pushed_at":"2021-08-18T22:29:12Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava","homepage":"","size":421,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":6,"watchers":0,"default_branch":"master"},{"id":254976174,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5NzYxNzQ=","name":"wd-typescript-ts-node-webdriver-manager-jasmine-assert","full_name":"e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-node, Webdriver-Manager, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/deployments","created_at":"2020-04-11T23:51:56Z","updated_at":"2021-07-09T06:27:31Z","pushed_at":"2021-08-18T21:49:08Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert","homepage":"","size":219,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":254974484,"node_id":"MDEwOlJlcG9zaXRvcnkyNTQ5NzQ0ODQ=","name":"wd-typescript-ts-node-webdriver-manager-jasmine-expect","full_name":"e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect","description":"WD end-to-end test automation boilerplate, Using TypeScript, ts-node, Webdriver-Manager, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/deployments","created_at":"2020-04-11T23:37:12Z","updated_at":"2021-07-09T06:39:23Z","pushed_at":"2021-08-18T22:08:53Z","git_url":"git://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect","homepage":"","size":348,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":216690696,"node_id":"MDEwOlJlcG9zaXRvcnkyMTY2OTA2OTY=","name":"webdriverio-commonjs-cucumber-assert","full_name":"e2e-boilerplate/webdriverio-commonjs-cucumber-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert","description":"WebdriverIO (sync) end-to-end test automation boilerplate project. Using cucumber, commonjs, & assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/deployments","created_at":"2019-10-22T00:36:29Z","updated_at":"2021-07-22T19:01:49Z","pushed_at":"2021-08-20T22:40:01Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-cucumber-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert","homepage":"","size":1175,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":236645528,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY2NDU1Mjg=","name":"webdriverio-commonjs-jasmine-assert","full_name":"e2e-boilerplate/webdriverio-commonjs-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert","description":"WebdriverIO end-to-end test automation boilerplate, using CommonJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/deployments","created_at":"2020-01-28T02:54:51Z","updated_at":"2021-07-22T18:02:08Z","pushed_at":"2021-08-20T21:59:05Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert","homepage":"","size":1104,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":216345638,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzNDU2Mzg=","name":"webdriverio-commonjs-jasmine-expect","full_name":"e2e-boilerplate/webdriverio-commonjs-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect","description":"WebdriverIO end-to-end test automation boilerplate, using CommonJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/deployments","created_at":"2019-10-20T10:43:21Z","updated_at":"2021-07-22T19:02:40Z","pushed_at":"2021-08-20T22:49:08Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect","homepage":"","size":1214,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":216344132,"node_id":"MDEwOlJlcG9zaXRvcnkyMTYzNDQxMzI=","name":"webdriverio-commonjs-mocha-assert","full_name":"e2e-boilerplate/webdriverio-commonjs-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert","description":"WebdriverIO end-to-end test automation boilerplate, using CommonJS, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-assert/deployments","created_at":"2019-10-20T10:30:19Z","updated_at":"2021-07-22T18:18:28Z","pushed_at":"2021-08-20T08:20:01Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert","homepage":"","size":1188,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":253645157,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NDUxNTc=","name":"webdriverio-commonjs-mocha-chai-assert","full_name":"e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert","description":"WebdriverIO end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/deployments","created_at":"2020-04-07T00:11:48Z","updated_at":"2021-07-22T19:24:06Z","pushed_at":"2021-08-20T22:43:06Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert","homepage":"","size":597,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":236648272,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY2NDgyNzI=","name":"webdriverio-commonjs-mocha-chai-expect","full_name":"e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect","description":"WebdriverIO end-to-end test automation boilerplate, using CommonJS, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/deployments","created_at":"2020-01-28T03:17:43Z","updated_at":"2021-07-22T19:04:03Z","pushed_at":"2021-08-20T09:09:32Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect","homepage":"","size":1298,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253645222,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NDUyMjI=","name":"webdriverio-commonjs-mocha-chai-should","full_name":"e2e-boilerplate/webdriverio-commonjs-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should","description":"WebdriverIO end-to-end test automation boilerplate, Using Commonjs, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/deployments","created_at":"2020-04-07T00:12:21Z","updated_at":"2021-07-22T19:08:57Z","pushed_at":"2021-08-20T23:13:26Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-commonjs-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should","homepage":"","size":582,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":236889754,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY4ODk3NTQ=","name":"webdriverio-es-modules-babel-jasmine-assert","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert","description":"WebdriverIO end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/deployments","created_at":"2020-01-29T02:42:28Z","updated_at":"2021-07-22T19:20:56Z","pushed_at":"2021-08-20T23:39:32Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert","homepage":"","size":1528,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236652387,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY2NTIzODc=","name":"webdriverio-es-modules-babel-jasmine-expect","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect","description":"WebdriverIO end-to-end test automation boilerplate, using ES6-Modules, BabelJS, Jasmine and Expect.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/deployments","created_at":"2020-01-28T03:48:47Z","updated_at":"2021-07-22T20:09:58Z","pushed_at":"2021-08-20T23:47:16Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect","homepage":"","size":1515,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236651474,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY2NTE0NzQ=","name":"webdriverio-es-modules-babel-mocha-assert","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert","description":"WebdriverIO end-to-end test automation boilerplate, Using ES6-Modules, BabelJS, Mocha and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/deployments","created_at":"2020-01-28T03:41:40Z","updated_at":"2021-07-22T18:17:09Z","pushed_at":"2021-08-20T23:14:13Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert","homepage":"","size":1574,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":253644985,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NDQ5ODU=","name":"webdriverio-es-modules-babel-mocha-chai-assert","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert","description":"WebdriverIO end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/deployments","created_at":"2020-04-07T00:10:33Z","updated_at":"2021-07-22T18:28:45Z","pushed_at":"2021-08-20T22:10:56Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert","homepage":"","size":1288,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":216933891,"node_id":"MDEwOlJlcG9zaXRvcnkyMTY5MzM4OTE=","name":"webdriverio-es-modules-babel-mocha-chai-expect","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect","description":"WebdriverIO end-to-end test automation boilerplate, Using ES6-Modules, BabelJS, Mocha and Chai.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/deployments","created_at":"2019-10-23T00:26:01Z","updated_at":"2021-07-22T18:06:45Z","pushed_at":"2021-08-20T22:11:12Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect","homepage":"","size":1787,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":253645062,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NDUwNjI=","name":"webdriverio-es-modules-babel-mocha-chai-should","full_name":"e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should","description":"WebdriverIO end-to-end test automation boilerplate, Using ES Modules, Babel, Mocha, Chai and Should.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/deployments","created_at":"2020-04-07T00:11:05Z","updated_at":"2021-07-22T19:12:45Z","pushed_at":"2021-08-20T22:04:49Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should","homepage":"","size":1257,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":9,"watchers":0,"default_branch":"master"},{"id":236896587,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY4OTY1ODc=","name":"webdriverio-typescript-ts-node-jasmine-assert","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert","description":"WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/deployments","created_at":"2020-01-29T03:38:38Z","updated_at":"2021-07-22T18:24:53Z","pushed_at":"2021-08-18T22:16:49Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert","homepage":"","size":927,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236893900,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY4OTM5MDA=","name":"webdriverio-typescript-ts-node-jasmine-expect","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect","description":"WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Jasmine and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/deployments","created_at":"2020-01-29T03:17:14Z","updated_at":"2021-07-22T20:33:01Z","pushed_at":"2021-08-18T21:58:32Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect","homepage":"","size":1023,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":236892104,"node_id":"MDEwOlJlcG9zaXRvcnkyMzY4OTIxMDQ=","name":"webdriverio-typescript-ts-node-mocha-assert","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert","description":"WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Mocha and Assert","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/deployments","created_at":"2020-01-29T03:01:34Z","updated_at":"2021-07-22T18:53:42Z","pushed_at":"2021-08-20T09:00:47Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert","homepage":"","size":1029,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"},{"id":253651137,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NTExMzc=","name":"webdriverio-typescript-ts-node-mocha-chai-assert","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert","description":"WebdriverIO end-to-end test automation boilerplate, Using TypeScript, ts-node, Mocha, Chai and Assert.","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/deployments","created_at":"2020-04-07T00:53:14Z","updated_at":"2021-07-22T17:51:00Z","pushed_at":"2021-08-20T09:36:10Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert","homepage":"","size":643,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"}] \ No newline at end of file diff --git a/data/repos/repo-3.json b/data/repos/repo-3.json index d5a2968a..a5ce96f3 100644 --- a/data/repos/repo-3.json +++ b/data/repos/repo-3.json @@ -1 +1 @@ -[{"id":216542533,"node_id":"MDEwOlJlcG9zaXRvcnkyMTY1NDI1MzM=","name":"webdriverio-typescript-ts-node-mocha-chai-expect","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect","description":"WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Mocha and Chai","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/deployments","created_at":"2019-10-21T10:38:51Z","updated_at":"2021-07-22T18:11:44Z","pushed_at":"2021-08-18T22:25:33Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect","homepage":"","size":1273,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":9,"watchers":2,"default_branch":"master"},{"id":253651217,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NTEyMTc=","name":"webdriverio-typescript-ts-node-mocha-chai-should","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should","description":null,"fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/deployments","created_at":"2020-04-07T00:53:44Z","updated_at":"2021-07-22T17:45:13Z","pushed_at":"2021-08-18T22:19:09Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should","homepage":null,"size":666,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"}] \ No newline at end of file +[{"id":216542533,"node_id":"MDEwOlJlcG9zaXRvcnkyMTY1NDI1MzM=","name":"webdriverio-typescript-ts-node-mocha-chai-expect","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect","description":"WebdriverIO end-to-end test automation boilerplate, using TypeScript, ts-node, Mocha and Chai","fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/deployments","created_at":"2019-10-21T10:38:51Z","updated_at":"2021-07-22T18:11:44Z","pushed_at":"2021-08-20T09:33:14Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect","homepage":"","size":1265,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":1,"open_issues":9,"watchers":2,"default_branch":"master"},{"id":253651217,"node_id":"MDEwOlJlcG9zaXRvcnkyNTM2NTEyMTc=","name":"webdriverio-typescript-ts-node-mocha-chai-should","full_name":"e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should","private":false,"owner":{"login":"e2e-boilerplate","id":56777338,"node_id":"MDEyOk9yZ2FuaXphdGlvbjU2Nzc3MzM4","avatar_url":"https://avatars.githubusercontent.com/u/56777338?v=4","gravatar_id":"","url":"https://api.github.com/users/e2e-boilerplate","html_url":"https://github.com/e2e-boilerplate","followers_url":"https://api.github.com/users/e2e-boilerplate/followers","following_url":"https://api.github.com/users/e2e-boilerplate/following{/other_user}","gists_url":"https://api.github.com/users/e2e-boilerplate/gists{/gist_id}","starred_url":"https://api.github.com/users/e2e-boilerplate/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/e2e-boilerplate/subscriptions","organizations_url":"https://api.github.com/users/e2e-boilerplate/orgs","repos_url":"https://api.github.com/users/e2e-boilerplate/repos","events_url":"https://api.github.com/users/e2e-boilerplate/events{/privacy}","received_events_url":"https://api.github.com/users/e2e-boilerplate/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should","description":null,"fork":false,"url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should","forks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/forks","keys_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/keys{/key_id}","collaborators_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/teams","hooks_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/hooks","issue_events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/issues/events{/number}","events_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/events","assignees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/assignees{/user}","branches_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/branches{/branch}","tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/tags","blobs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/refs{/sha}","trees_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/trees{/sha}","statuses_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/statuses/{sha}","languages_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/languages","stargazers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/stargazers","contributors_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/contributors","subscribers_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/subscribers","subscription_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/subscription","commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/commits{/sha}","git_commits_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/git/commits{/sha}","comments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/comments{/number}","issue_comment_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/issues/comments{/number}","contents_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/contents/{+path}","compare_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/compare/{base}...{head}","merges_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/merges","archive_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/downloads","issues_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/issues{/number}","pulls_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/pulls{/number}","milestones_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/milestones{/number}","notifications_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/labels{/name}","releases_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/releases{/id}","deployments_url":"https://api.github.com/repos/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/deployments","created_at":"2020-04-07T00:53:44Z","updated_at":"2021-07-22T17:45:13Z","pushed_at":"2021-08-20T09:12:05Z","git_url":"git://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should.git","ssh_url":"git@github.com:e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should.git","clone_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should.git","svn_url":"https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should","homepage":null,"size":658,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"forks":0,"open_issues":8,"watchers":0,"default_branch":"master"}] \ No newline at end of file From 4f2258e6810fa31c478ff97142c41836a539554b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 20 Aug 2021 23:50:15 +0000 Subject: [PATCH 3/4] Auto update --- data/redacted/redacted.json | 1759 +++++++++++++++++++++++------------ 1 file changed, 1147 insertions(+), 612 deletions(-) diff --git a/data/redacted/redacted.json b/data/redacted/redacted.json index 4ce31010..a0ec0dae 100644 --- a/data/redacted/redacted.json +++ b/data/redacted/redacted.json @@ -12,8 +12,8 @@ "watchers": 0, "size": 639, "clones": { - "count": 0, - "uniques": 0 + "count": "", + "uniques": "" }, "referrers": [], "views": { @@ -34,13 +34,19 @@ "watchers": 0, "size": 492, "clones": { - "count": 0, - "uniques": 0 + "count": 251, + "uniques": 178 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 2 } }, { @@ -56,8 +62,8 @@ "watchers": 0, "size": 623, "clones": { - "count": 0, - "uniques": 0 + "count": 262, + "uniques": 192 }, "referrers": [], "views": { @@ -78,13 +84,19 @@ "watchers": 0, "size": 685, "clones": { - "count": 0, - "uniques": 0 + "count": 247, + "uniques": 185 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 2, + "uniques": 2 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 9, + "uniques": 3 } }, { @@ -100,8 +112,8 @@ "watchers": 1, "size": 595, "clones": { - "count": 0, - "uniques": 0 + "count": 221, + "uniques": 148 }, "referrers": [], "views": { @@ -122,8 +134,8 @@ "watchers": 0, "size": 760, "clones": { - "count": 0, - "uniques": 0 + "count": 274, + "uniques": 191 }, "referrers": [], "views": { @@ -144,8 +156,8 @@ "watchers": 0, "size": 602, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 184 }, "referrers": [], "views": { @@ -166,13 +178,19 @@ "watchers": 0, "size": 687, "clones": { - "count": 0, - "uniques": 0 + "count": 266, + "uniques": 194 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 20, + "uniques": 2 } }, { @@ -188,8 +206,8 @@ "watchers": 0, "size": 443, "clones": { - "count": 0, - "uniques": 0 + "count": 261, + "uniques": 186 }, "referrers": [], "views": { @@ -210,13 +228,13 @@ "watchers": 0, "size": 534, "clones": { - "count": 0, - "uniques": 0 + "count": 243, + "uniques": 188 }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -232,13 +250,13 @@ "watchers": 0, "size": 570, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 178 }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -254,8 +272,8 @@ "watchers": 0, "size": 804, "clones": { - "count": 0, - "uniques": 0 + "count": 243, + "uniques": 167 }, "referrers": [], "views": { @@ -276,13 +294,13 @@ "watchers": 0, "size": 474, "clones": { - "count": 0, - "uniques": 0 + "count": 261, + "uniques": 178 }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -298,13 +316,19 @@ "watchers": 0, "size": 362, "clones": { - "count": 0, - "uniques": 0 + "count": 253, + "uniques": 179 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 2, + "uniques": 2 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 13, + "uniques": 2 } }, { @@ -320,8 +344,8 @@ "watchers": 0, "size": 267, "clones": { - "count": 0, - "uniques": 0 + "count": 243, + "uniques": 176 }, "referrers": [], "views": { @@ -342,13 +366,19 @@ "watchers": 0, "size": 239, "clones": { - "count": 0, - "uniques": 0 + "count": 254, + "uniques": 182 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 6, + "uniques": 1 } }, { @@ -364,8 +394,8 @@ "watchers": 0, "size": 536, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 177 }, "referrers": [], "views": { @@ -386,13 +416,24 @@ "watchers": 0, "size": 533, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 188 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 1 + }, + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 6, + "uniques": 2 } }, { @@ -408,13 +449,24 @@ "watchers": 0, "size": 536, "clones": { - "count": 0, - "uniques": 0 + "count": 246, + "uniques": 181 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 2, + "uniques": 2 + }, + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 28, + "uniques": 4 } }, { @@ -430,13 +482,29 @@ "watchers": 3, "size": 317, "clones": { - "count": 0, - "uniques": 0 + "count": 249, + "uniques": 187 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 3, + "uniques": 2 + }, + { + "referrer": "Bing", + "count": 1, + "uniques": 1 + }, + { + "referrer": "DuckDuckGo", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 14, + "uniques": 5 } }, { @@ -452,13 +520,19 @@ "watchers": 0, "size": 828, "clones": { - "count": 0, - "uniques": 0 + "count": 270, + "uniques": 193 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 2 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 4, + "uniques": 2 } }, { @@ -474,13 +548,19 @@ "watchers": 0, "size": 760, "clones": { - "count": 0, - "uniques": 0 + "count": 279, + "uniques": 193 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 2 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 3, + "uniques": 2 } }, { @@ -496,13 +576,19 @@ "watchers": 0, "size": 1019, "clones": { - "count": 0, - "uniques": 0 + "count": 270, + "uniques": 166 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 2 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 6, + "uniques": 2 } }, { @@ -518,13 +604,19 @@ "watchers": 0, "size": 809, "clones": { - "count": 0, - "uniques": 0 + "count": 288, + "uniques": 188 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 14, + "uniques": 1 } }, { @@ -540,13 +632,24 @@ "watchers": 13, "size": 893, "clones": { - "count": 0, - "uniques": 0 + "count": 14, + "uniques": 14 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + }, + { + "referrer": "Bing", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 6, + "uniques": 3 } }, { @@ -562,8 +665,8 @@ "watchers": 0, "size": 190, "clones": { - "count": 0, - "uniques": 0 + "count": "", + "uniques": "" }, "referrers": [], "views": { @@ -584,8 +687,8 @@ "watchers": 0, "size": 602, "clones": { - "count": 0, - "uniques": 0 + "count": 253, + "uniques": 186 }, "referrers": [], "views": { @@ -606,8 +709,8 @@ "watchers": 0, "size": 644, "clones": { - "count": 0, - "uniques": 0 + "count": 238, + "uniques": 165 }, "referrers": [], "views": { @@ -628,8 +731,8 @@ "watchers": 0, "size": 1018, "clones": { - "count": 0, - "uniques": 0 + "count": 242, + "uniques": 173 }, "referrers": [], "views": { @@ -650,8 +753,8 @@ "watchers": 0, "size": 943, "clones": { - "count": 0, - "uniques": 0 + "count": 254, + "uniques": 182 }, "referrers": [], "views": { @@ -672,8 +775,8 @@ "watchers": 0, "size": 616, "clones": { - "count": 0, - "uniques": 0 + "count": 238, + "uniques": 174 }, "referrers": [], "views": { @@ -694,13 +797,13 @@ "watchers": 0, "size": 523, "clones": { - "count": 0, - "uniques": 0 + "count": 239, + "uniques": 169 }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 11, + "uniques": 2 } }, { @@ -716,8 +819,8 @@ "watchers": 0, "size": 8233, "clones": { - "count": 0, - "uniques": 0 + "count": "", + "uniques": "" }, "referrers": [], "views": { @@ -738,13 +841,24 @@ "watchers": 3, "size": 559, "clones": { - "count": 0, - "uniques": 0 + "count": 279, + "uniques": 190 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 6, + "uniques": 6 + }, + { + "referrer": "github.com", + "count": 5, + "uniques": 5 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 47, + "uniques": 12 } }, { @@ -760,13 +874,19 @@ "watchers": 0, "size": 515, "clones": { - "count": 0, - "uniques": 0 + "count": 272, + "uniques": 191 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 9, + "uniques": 7 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 51, + "uniques": 8 } }, { @@ -782,13 +902,19 @@ "watchers": 2, "size": 701, "clones": { - "count": 0, - "uniques": 0 + "count": 89, + "uniques": 65 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 7, + "uniques": 4 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 54, + "uniques": 5 } }, { @@ -804,13 +930,24 @@ "watchers": 0, "size": 556, "clones": { - "count": 0, - "uniques": 0 + "count": 278, + "uniques": 182 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 8, + "uniques": 7 + }, + { + "referrer": "Google", + "count": 5, + "uniques": 4 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 84, + "uniques": 16 } }, { @@ -826,13 +963,19 @@ "watchers": 1, "size": 855, "clones": { - "count": 0, - "uniques": 0 + "count": 270, + "uniques": 182 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 5, + "uniques": 5 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 17, + "uniques": 8 } }, { @@ -848,8 +991,8 @@ "watchers": 1, "size": 527, "clones": { - "count": 0, - "uniques": 0 + "count": 87, + "uniques": 71 }, "referrers": [], "views": { @@ -870,13 +1013,24 @@ "watchers": 2, "size": 752, "clones": { - "count": 0, - "uniques": 0 + "count": 262, + "uniques": 187 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 5, + "uniques": 5 + }, + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 20, + "uniques": 7 } }, { @@ -892,13 +1046,19 @@ "watchers": 1, "size": 1077, "clones": { - "count": 0, - "uniques": 0 + "count": 267, + "uniques": 185 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 3, + "uniques": 1 } }, { @@ -914,13 +1074,24 @@ "watchers": 2, "size": 1166, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 178 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 3, + "uniques": 3 + }, + { + "referrer": "github.com", + "count": 2, + "uniques": 2 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 17, + "uniques": 6 } }, { @@ -936,13 +1107,19 @@ "watchers": 1, "size": 468, "clones": { - "count": 0, - "uniques": 0 + "count": 111, + "uniques": 87 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -958,8 +1135,8 @@ "watchers": 0, "size": 513, "clones": { - "count": 0, - "uniques": 0 + "count": 271, + "uniques": 187 }, "referrers": [], "views": { @@ -980,13 +1157,24 @@ "watchers": 1, "size": 805, "clones": { - "count": 0, - "uniques": 0 + "count": 268, + "uniques": 181 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + }, + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 9, + "uniques": 2 } }, { @@ -1002,8 +1190,8 @@ "watchers": 0, "size": 507, "clones": { - "count": 0, - "uniques": 0 + "count": 252, + "uniques": 169 }, "referrers": [], "views": { @@ -1024,13 +1212,19 @@ "watchers": 0, "size": 1336, "clones": { - "count": 0, - "uniques": 0 + "count": 284, + "uniques": 187 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 3, + "uniques": 3 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 5, + "uniques": 3 } }, { @@ -1046,13 +1240,19 @@ "watchers": 5, "size": 1632, "clones": { - "count": 0, - "uniques": 0 + "count": 282, + "uniques": 180 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 8, + "uniques": 7 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 19, + "uniques": 9 } }, { @@ -1068,13 +1268,24 @@ "watchers": 2, "size": 1607, "clones": { - "count": 0, - "uniques": 0 + "count": 279, + "uniques": 193 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 2 + }, + { + "referrer": "Google", + "count": 2, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 21, + "uniques": 3 } }, { @@ -1090,13 +1301,24 @@ "watchers": 5, "size": 553, "clones": { - "count": 0, - "uniques": 0 + "count": 269, + "uniques": 179 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 2 + }, + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 12, + "uniques": 4 } }, { @@ -1112,13 +1334,19 @@ "watchers": 1, "size": 417, "clones": { - "count": 0, - "uniques": 0 + "count": 268, + "uniques": 182 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 3, + "uniques": 1 } }, { @@ -1134,8 +1362,8 @@ "watchers": 3, "size": 757, "clones": { - "count": 0, - "uniques": 0 + "count": 273, + "uniques": 187 }, "referrers": [], "views": { @@ -1156,13 +1384,19 @@ "watchers": 1, "size": 466, "clones": { - "count": 0, - "uniques": 0 + "count": 274, + "uniques": 199 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 4, + "uniques": 4 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 10, + "uniques": 5 } }, { @@ -1178,13 +1412,24 @@ "watchers": 23, "size": 1335, "clones": { - "count": 0, - "uniques": 0 + "count": 258, + "uniques": 174 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 28, + "uniques": 18 + }, + { + "referrer": "github.com", + "count": 19, + "uniques": 17 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 176, + "uniques": 37 } }, { @@ -1200,13 +1445,29 @@ "watchers": 10, "size": 1093, "clones": { - "count": 0, - "uniques": 0 + "count": 266, + "uniques": 191 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 50, + "uniques": 27 + }, + { + "referrer": "educative.io", + "count": 9, + "uniques": 7 + }, + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 152, + "uniques": 38 } }, { @@ -1222,13 +1483,24 @@ "watchers": 0, "size": 500, "clones": { - "count": 0, - "uniques": 0 + "count": 275, + "uniques": 192 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 4, + "uniques": 4 + }, + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 39, + "uniques": 6 } }, { @@ -1244,13 +1516,24 @@ "watchers": 1, "size": 535, "clones": { - "count": 0, - "uniques": 0 + "count": 270, + "uniques": 184 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 4, + "uniques": 4 + }, + { + "referrer": "Google", + "count": 3, + "uniques": 3 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 37, + "uniques": 8 } }, { @@ -1266,8 +1549,8 @@ "watchers": 0, "size": 482, "clones": { - "count": 0, - "uniques": 0 + "count": 241, + "uniques": 177 }, "referrers": [], "views": { @@ -1288,13 +1571,19 @@ "watchers": 0, "size": 462, "clones": { - "count": 0, - "uniques": 0 + "count": 237, + "uniques": 175 }, - "referrers": [], + "referrers": [ + { + "referrer": "Bing", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 2 } }, { @@ -1310,8 +1599,8 @@ "watchers": 1, "size": 365, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 176 }, "referrers": [], "views": { @@ -1332,8 +1621,8 @@ "watchers": 0, "size": 286, "clones": { - "count": 0, - "uniques": 0 + "count": 242, + "uniques": 172 }, "referrers": [], "views": { @@ -1354,13 +1643,19 @@ "watchers": 0, "size": 683, "clones": { - "count": 0, - "uniques": 0 + "count": 243, + "uniques": 180 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 2 } }, { @@ -1376,8 +1671,8 @@ "watchers": 0, "size": 289, "clones": { - "count": 0, - "uniques": 0 + "count": 258, + "uniques": 179 }, "referrers": [], "views": { @@ -1398,8 +1693,8 @@ "watchers": 0, "size": 877, "clones": { - "count": 0, - "uniques": 0 + "count": 243, + "uniques": 176 }, "referrers": [], "views": { @@ -1420,8 +1715,8 @@ "watchers": 0, "size": 1053, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 172 }, "referrers": [], "views": { @@ -1442,13 +1737,19 @@ "watchers": 0, "size": 916, "clones": { - "count": 0, - "uniques": 0 + "count": 246, + "uniques": 178 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -1464,13 +1765,19 @@ "watchers": 0, "size": 868, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 174 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -1486,8 +1793,8 @@ "watchers": 0, "size": 1000, "clones": { - "count": 0, - "uniques": 0 + "count": 239, + "uniques": 168 }, "referrers": [], "views": { @@ -1508,8 +1815,8 @@ "watchers": 0, "size": 823, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 181 }, "referrers": [], "views": { @@ -1530,8 +1837,8 @@ "watchers": 0, "size": 426, "clones": { - "count": 0, - "uniques": 0 + "count": 241, + "uniques": 167 }, "referrers": [], "views": { @@ -1552,8 +1859,8 @@ "watchers": 0, "size": 453, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 173 }, "referrers": [], "views": { @@ -1574,8 +1881,8 @@ "watchers": 0, "size": 428, "clones": { - "count": 0, - "uniques": 0 + "count": 243, + "uniques": 177 }, "referrers": [], "views": { @@ -1596,13 +1903,13 @@ "watchers": 0, "size": 298, "clones": { - "count": 0, - "uniques": 0 + "count": 247, + "uniques": 174 }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 5, + "uniques": 2 } }, { @@ -1618,8 +1925,8 @@ "watchers": 0, "size": 645, "clones": { - "count": 0, - "uniques": 0 + "count": 233, + "uniques": 172 }, "referrers": [], "views": { @@ -1640,13 +1947,19 @@ "watchers": 0, "size": 296, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 176 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -1662,8 +1975,8 @@ "watchers": 0, "size": 385, "clones": { - "count": 0, - "uniques": 0 + "count": 252, + "uniques": 177 }, "referrers": [], "views": { @@ -1684,13 +1997,19 @@ "watchers": 1, "size": 475, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 184 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -1706,8 +2025,8 @@ "watchers": 0, "size": 578, "clones": { - "count": 0, - "uniques": 0 + "count": 253, + "uniques": 176 }, "referrers": [], "views": { @@ -1728,13 +2047,13 @@ "watchers": 0, "size": 314, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 174 }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -1750,8 +2069,8 @@ "watchers": 0, "size": 547, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 182 }, "referrers": [], "views": { @@ -1772,8 +2091,8 @@ "watchers": 0, "size": 318, "clones": { - "count": 0, - "uniques": 0 + "count": 254, + "uniques": 165 }, "referrers": [], "views": { @@ -1794,8 +2113,8 @@ "watchers": 0, "size": 400, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 179 }, "referrers": [], "views": { @@ -1816,13 +2135,19 @@ "watchers": 0, "size": 505, "clones": { - "count": 0, - "uniques": 0 + "count": 251, + "uniques": 182 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 3, + "uniques": 2 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 9, + "uniques": 2 } }, { @@ -1838,8 +2163,8 @@ "watchers": 0, "size": 549, "clones": { - "count": 0, - "uniques": 0 + "count": 252, + "uniques": 186 }, "referrers": [], "views": { @@ -1860,8 +2185,8 @@ "watchers": 0, "size": 334, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 179 }, "referrers": [], "views": { @@ -1882,8 +2207,8 @@ "watchers": 0, "size": 620, "clones": { - "count": 0, - "uniques": 0 + "count": 243, + "uniques": 167 }, "referrers": [], "views": { @@ -1904,8 +2229,8 @@ "watchers": 0, "size": 307, "clones": { - "count": 0, - "uniques": 0 + "count": 82, + "uniques": 67 }, "referrers": [], "views": { @@ -1926,8 +2251,8 @@ "watchers": 0, "size": 426, "clones": { - "count": 0, - "uniques": 0 + "count": 263, + "uniques": 187 }, "referrers": [], "views": { @@ -1948,8 +2273,8 @@ "watchers": 0, "size": 326, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 184 }, "referrers": [], "views": { @@ -1970,8 +2295,8 @@ "watchers": 0, "size": 690, "clones": { - "count": 0, - "uniques": 0 + "count": 261, + "uniques": 178 }, "referrers": [], "views": { @@ -1992,8 +2317,8 @@ "watchers": 0, "size": 290, "clones": { - "count": 0, - "uniques": 0 + "count": 274, + "uniques": 192 }, "referrers": [], "views": { @@ -2014,8 +2339,8 @@ "watchers": 0, "size": 668, "clones": { - "count": 0, - "uniques": 0 + "count": 254, + "uniques": 176 }, "referrers": [], "views": { @@ -2036,8 +2361,8 @@ "watchers": 0, "size": 465, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 165 }, "referrers": [], "views": { @@ -2058,8 +2383,8 @@ "watchers": 0, "size": 519, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 186 }, "referrers": [], "views": { @@ -2080,8 +2405,8 @@ "watchers": 0, "size": 833, "clones": { - "count": 0, - "uniques": 0 + "count": 263, + "uniques": 169 }, "referrers": [], "views": { @@ -2102,8 +2427,8 @@ "watchers": 1, "size": 1012, "clones": { - "count": 0, - "uniques": 0 + "count": 263, + "uniques": 185 }, "referrers": [], "views": { @@ -2124,8 +2449,8 @@ "watchers": 0, "size": 504, "clones": { - "count": 0, - "uniques": 0 + "count": 266, + "uniques": 197 }, "referrers": [], "views": { @@ -2146,8 +2471,8 @@ "watchers": 0, "size": 390, "clones": { - "count": 0, - "uniques": 0 + "count": 253, + "uniques": 184 }, "referrers": [], "views": { @@ -2168,8 +2493,8 @@ "watchers": 1, "size": 739, "clones": { - "count": 0, - "uniques": 0 + "count": 255, + "uniques": 180 }, "referrers": [], "views": { @@ -2190,8 +2515,8 @@ "watchers": 0, "size": 330, "clones": { - "count": 0, - "uniques": 0 + "count": 260, + "uniques": 184 }, "referrers": [], "views": { @@ -2212,13 +2537,24 @@ "watchers": 1, "size": 1298, "clones": { - "count": 0, - "uniques": 0 + "count": 256, + "uniques": 179 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + }, + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 6, + "uniques": 3 } }, { @@ -2234,13 +2570,19 @@ "watchers": 1, "size": 1463, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 177 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 2 } }, { @@ -2256,8 +2598,8 @@ "watchers": 0, "size": 1986, "clones": { - "count": 0, - "uniques": 0 + "count": 268, + "uniques": 184 }, "referrers": [], "views": { @@ -2278,8 +2620,8 @@ "watchers": 0, "size": 451, "clones": { - "count": 0, - "uniques": 0 + "count": 260, + "uniques": 190 }, "referrers": [], "views": { @@ -2300,8 +2642,8 @@ "watchers": 0, "size": 324, "clones": { - "count": 0, - "uniques": 0 + "count": 260, + "uniques": 181 }, "referrers": [], "views": { @@ -2322,8 +2664,8 @@ "watchers": 0, "size": 751, "clones": { - "count": 0, - "uniques": 0 + "count": 249, + "uniques": 188 }, "referrers": [], "views": { @@ -2344,8 +2686,8 @@ "watchers": 0, "size": 335, "clones": { - "count": 0, - "uniques": 0 + "count": 267, + "uniques": 192 }, "referrers": [], "views": { @@ -2366,8 +2708,8 @@ "watchers": 0, "size": 639, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 168 }, "referrers": [], "views": { @@ -2388,13 +2730,19 @@ "watchers": 6, "size": 1347, "clones": { - "count": 0, - "uniques": 0 + "count": 261, + "uniques": 178 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 5, + "uniques": 4 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 12, + "uniques": 5 } }, { @@ -2410,8 +2758,8 @@ "watchers": 0, "size": 427, "clones": { - "count": 0, - "uniques": 0 + "count": 258, + "uniques": 189 }, "referrers": [], "views": { @@ -2432,8 +2780,8 @@ "watchers": 1, "size": 732, "clones": { - "count": 0, - "uniques": 0 + "count": 258, + "uniques": 192 }, "referrers": [], "views": { @@ -2454,8 +2802,8 @@ "watchers": 0, "size": 103, "clones": { - "count": 0, - "uniques": 0 + "count": "", + "uniques": "" }, "referrers": [], "views": { @@ -2476,8 +2824,8 @@ "watchers": 0, "size": 1276, "clones": { - "count": 0, - "uniques": 0 + "count": "", + "uniques": "" }, "referrers": [], "views": { @@ -2498,8 +2846,8 @@ "watchers": 0, "size": 431, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 178 }, "referrers": [], "views": { @@ -2520,13 +2868,19 @@ "watchers": 0, "size": 359, "clones": { - "count": 0, - "uniques": 0 + "count": 240, + "uniques": 170 }, - "referrers": [], + "referrers": [ + { + "referrer": "Bing", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -2542,8 +2896,8 @@ "watchers": 0, "size": 590, "clones": { - "count": 0, - "uniques": 0 + "count": 254, + "uniques": 177 }, "referrers": [], "views": { @@ -2564,13 +2918,19 @@ "watchers": 0, "size": 358, "clones": { - "count": 0, - "uniques": 0 + "count": 240, + "uniques": 173 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 6, + "uniques": 1 } }, { @@ -2586,8 +2946,8 @@ "watchers": 0, "size": 468, "clones": { - "count": 0, - "uniques": 0 + "count": 246, + "uniques": 181 }, "referrers": [], "views": { @@ -2608,8 +2968,8 @@ "watchers": 0, "size": 535, "clones": { - "count": 0, - "uniques": 0 + "count": 252, + "uniques": 182 }, "referrers": [], "views": { @@ -2630,13 +2990,19 @@ "watchers": 0, "size": 823, "clones": { - "count": 0, - "uniques": 0 + "count": 244, + "uniques": 177 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 4, + "uniques": 4 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 8, + "uniques": 4 } }, { @@ -2652,13 +3018,19 @@ "watchers": 0, "size": 894, "clones": { - "count": 0, - "uniques": 0 + "count": 246, + "uniques": 168 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 5, + "uniques": 2 } }, { @@ -2674,8 +3046,8 @@ "watchers": 0, "size": 515, "clones": { - "count": 0, - "uniques": 0 + "count": 252, + "uniques": 177 }, "referrers": [], "views": { @@ -2696,8 +3068,8 @@ "watchers": 0, "size": 420, "clones": { - "count": 0, - "uniques": 0 + "count": 256, + "uniques": 188 }, "referrers": [], "views": { @@ -2718,13 +3090,24 @@ "watchers": 0, "size": 699, "clones": { - "count": 0, - "uniques": 0 + "count": 244, + "uniques": 173 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + }, + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 9, + "uniques": 2 } }, { @@ -2740,8 +3123,8 @@ "watchers": 0, "size": 342, "clones": { - "count": 0, - "uniques": 0 + "count": 247, + "uniques": 179 }, "referrers": [], "views": { @@ -2762,8 +3145,8 @@ "watchers": 0, "size": 437, "clones": { - "count": 0, - "uniques": 0 + "count": 255, + "uniques": 175 }, "referrers": [], "views": { @@ -2784,13 +3167,13 @@ "watchers": 0, "size": 935, "clones": { - "count": 0, - "uniques": 0 + "count": 251, + "uniques": 172 }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 5, + "uniques": 2 } }, { @@ -2806,8 +3189,8 @@ "watchers": 0, "size": 1127, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 175 }, "referrers": [], "views": { @@ -2828,13 +3211,19 @@ "watchers": 1, "size": 1341, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 179 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 9, + "uniques": 1 } }, { @@ -2850,13 +3239,19 @@ "watchers": 0, "size": 1184, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 185 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 9, + "uniques": 2 } }, { @@ -2872,13 +3267,13 @@ "watchers": 0, "size": 1184, "clones": { - "count": 0, - "uniques": 0 + "count": 238, + "uniques": 166 }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -2894,8 +3289,8 @@ "watchers": 1, "size": 839, "clones": { - "count": 0, - "uniques": 0 + "count": 243, + "uniques": 180 }, "referrers": [], "views": { @@ -2916,8 +3311,8 @@ "watchers": 0, "size": 1090, "clones": { - "count": 0, - "uniques": 0 + "count": 246, + "uniques": 179 }, "referrers": [], "views": { @@ -2938,13 +3333,24 @@ "watchers": 0, "size": 865, "clones": { - "count": 0, - "uniques": 0 + "count": 255, + "uniques": 182 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + }, + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 2 } }, { @@ -2960,8 +3366,8 @@ "watchers": 0, "size": 982, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 184 }, "referrers": [], "views": { @@ -2982,8 +3388,8 @@ "watchers": 0, "size": 400, "clones": { - "count": 0, - "uniques": 0 + "count": 246, + "uniques": 176 }, "referrers": [], "views": { @@ -3004,8 +3410,8 @@ "watchers": 0, "size": 598, "clones": { - "count": 0, - "uniques": 0 + "count": 237, + "uniques": 179 }, "referrers": [], "views": { @@ -3026,8 +3432,8 @@ "watchers": 0, "size": 404, "clones": { - "count": 0, - "uniques": 0 + "count": 254, + "uniques": 184 }, "referrers": [], "views": { @@ -3048,8 +3454,8 @@ "watchers": 0, "size": 479, "clones": { - "count": 0, - "uniques": 0 + "count": 247, + "uniques": 177 }, "referrers": [], "views": { @@ -3070,13 +3476,19 @@ "watchers": 1, "size": 518, "clones": { - "count": 0, - "uniques": 0 + "count": 85, + "uniques": 65 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -3092,8 +3504,8 @@ "watchers": 0, "size": 831, "clones": { - "count": 0, - "uniques": 0 + "count": 244, + "uniques": 160 }, "referrers": [], "views": { @@ -3114,13 +3526,19 @@ "watchers": 0, "size": 846, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 179 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 9, + "uniques": 1 } }, { @@ -3136,13 +3554,19 @@ "watchers": 1, "size": 875, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 185 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -3158,8 +3582,8 @@ "watchers": 0, "size": 658, "clones": { - "count": 0, - "uniques": 0 + "count": 251, + "uniques": 185 }, "referrers": [], "views": { @@ -3180,13 +3604,19 @@ "watchers": 0, "size": 421, "clones": { - "count": 0, - "uniques": 0 + "count": 251, + "uniques": 180 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -3202,13 +3632,29 @@ "watchers": 3, "size": 502, "clones": { - "count": 0, - "uniques": 0 + "count": 258, + "uniques": 189 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 7, + "uniques": 4 + }, + { + "referrer": "github.com", + "count": 2, + "uniques": 2 + }, + { + "referrer": "Bing", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 76, + "uniques": 10 } }, { @@ -3224,13 +3670,19 @@ "watchers": 0, "size": 534, "clones": { - "count": 0, - "uniques": 0 + "count": 251, + "uniques": 181 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 5, + "uniques": 2 } }, { @@ -3246,8 +3698,8 @@ "watchers": 0, "size": 4097, "clones": { - "count": 0, - "uniques": 0 + "count": 283, + "uniques": 186 }, "referrers": [], "views": { @@ -3268,13 +3720,19 @@ "watchers": 0, "size": 6415, "clones": { - "count": 0, - "uniques": 0 + "count": 14, + "uniques": 14 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 1 } }, { @@ -3290,13 +3748,19 @@ "watchers": 0, "size": 418, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 187 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 2 } }, { @@ -3312,8 +3776,8 @@ "watchers": 0, "size": 400, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 182 }, "referrers": [], "views": { @@ -3334,8 +3798,8 @@ "watchers": 0, "size": 367, "clones": { - "count": 0, - "uniques": 0 + "count": 260, + "uniques": 179 }, "referrers": [], "views": { @@ -3356,8 +3820,8 @@ "watchers": 0, "size": 483, "clones": { - "count": 0, - "uniques": 0 + "count": 256, + "uniques": 177 }, "referrers": [], "views": { @@ -3378,8 +3842,8 @@ "watchers": 0, "size": 364, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 181 }, "referrers": [], "views": { @@ -3400,8 +3864,8 @@ "watchers": 0, "size": 446, "clones": { - "count": 0, - "uniques": 0 + "count": 258, + "uniques": 175 }, "referrers": [], "views": { @@ -3422,8 +3886,8 @@ "watchers": 0, "size": 402, "clones": { - "count": 0, - "uniques": 0 + "count": 264, + "uniques": 178 }, "referrers": [], "views": { @@ -3444,8 +3908,8 @@ "watchers": 0, "size": 452, "clones": { - "count": 0, - "uniques": 0 + "count": 261, + "uniques": 180 }, "referrers": [], "views": { @@ -3466,8 +3930,8 @@ "watchers": 0, "size": 393, "clones": { - "count": 0, - "uniques": 0 + "count": 258, + "uniques": 184 }, "referrers": [], "views": { @@ -3488,8 +3952,8 @@ "watchers": 0, "size": 409, "clones": { - "count": 0, - "uniques": 0 + "count": 266, + "uniques": 188 }, "referrers": [], "views": { @@ -3510,8 +3974,8 @@ "watchers": 0, "size": 562, "clones": { - "count": 0, - "uniques": 0 + "count": 242, + "uniques": 173 }, "referrers": [], "views": { @@ -3532,8 +3996,8 @@ "watchers": 0, "size": 318, "clones": { - "count": 0, - "uniques": 0 + "count": 240, + "uniques": 181 }, "referrers": [], "views": { @@ -3554,8 +4018,8 @@ "watchers": 0, "size": 319, "clones": { - "count": 0, - "uniques": 0 + "count": 255, + "uniques": 170 }, "referrers": [], "views": { @@ -3576,8 +4040,8 @@ "watchers": 0, "size": 323, "clones": { - "count": 0, - "uniques": 0 + "count": 244, + "uniques": 177 }, "referrers": [], "views": { @@ -3598,8 +4062,8 @@ "watchers": 0, "size": 340, "clones": { - "count": 0, - "uniques": 0 + "count": 254, + "uniques": 173 }, "referrers": [], "views": { @@ -3620,13 +4084,19 @@ "watchers": 8, "size": 1653, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 185 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 11, + "uniques": 9 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 14, + "uniques": 11 } }, { @@ -3642,8 +4112,8 @@ "watchers": 0, "size": 344, "clones": { - "count": 0, - "uniques": 0 + "count": 252, + "uniques": 190 }, "referrers": [], "views": { @@ -3664,8 +4134,8 @@ "watchers": 0, "size": 347, "clones": { - "count": 0, - "uniques": 0 + "count": 248, + "uniques": 180 }, "referrers": [], "views": { @@ -3686,13 +4156,19 @@ "watchers": 0, "size": 612, "clones": { - "count": 0, - "uniques": 0 + "count": 242, + "uniques": 168 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 2, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 5, + "uniques": 1 } }, { @@ -3708,8 +4184,8 @@ "watchers": 0, "size": 634, "clones": { - "count": 0, - "uniques": 0 + "count": 241, + "uniques": 166 }, "referrers": [], "views": { @@ -3730,8 +4206,8 @@ "watchers": 0, "size": 480, "clones": { - "count": 0, - "uniques": 0 + "count": 244, + "uniques": 179 }, "referrers": [], "views": { @@ -3752,8 +4228,8 @@ "watchers": 0, "size": 309, "clones": { - "count": 0, - "uniques": 0 + "count": 251, + "uniques": 189 }, "referrers": [], "views": { @@ -3774,8 +4250,8 @@ "watchers": 0, "size": 302, "clones": { - "count": 0, - "uniques": 0 + "count": 256, + "uniques": 186 }, "referrers": [], "views": { @@ -3796,8 +4272,8 @@ "watchers": 0, "size": 473, "clones": { - "count": 0, - "uniques": 0 + "count": 239, + "uniques": 177 }, "referrers": [], "views": { @@ -3818,8 +4294,8 @@ "watchers": 0, "size": 1176, "clones": { - "count": 0, - "uniques": 0 + "count": 242, + "uniques": 167 }, "referrers": [], "views": { @@ -3840,8 +4316,8 @@ "watchers": 0, "size": 1010, "clones": { - "count": 0, - "uniques": 0 + "count": 253, + "uniques": 179 }, "referrers": [], "views": { @@ -3862,8 +4338,8 @@ "watchers": 0, "size": 811, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 170 }, "referrers": [], "views": { @@ -3884,8 +4360,8 @@ "watchers": 0, "size": 828, "clones": { - "count": 0, - "uniques": 0 + "count": 241, + "uniques": 180 }, "referrers": [], "views": { @@ -3906,8 +4382,8 @@ "watchers": 0, "size": 825, "clones": { - "count": 0, - "uniques": 0 + "count": 254, + "uniques": 173 }, "referrers": [], "views": { @@ -3931,10 +4407,16 @@ "count": 0, "uniques": 0 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 2, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 1 } }, { @@ -4016,8 +4498,8 @@ "watchers": 0, "size": 348, "clones": { - "count": 0, - "uniques": 0 + "count": 252, + "uniques": 185 }, "referrers": [], "views": { @@ -4043,8 +4525,8 @@ }, "referrers": [], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } }, { @@ -4082,8 +4564,8 @@ "watchers": 0, "size": 1214, "clones": { - "count": 0, - "uniques": 0 + "count": 245, + "uniques": 173 }, "referrers": [], "views": { @@ -4104,8 +4586,8 @@ "watchers": 0, "size": 1188, "clones": { - "count": 0, - "uniques": 0 + "count": 261, + "uniques": 185 }, "referrers": [], "views": { @@ -4126,8 +4608,8 @@ "watchers": 0, "size": 597, "clones": { - "count": 0, - "uniques": 0 + "count": 258, + "uniques": 187 }, "referrers": [], "views": { @@ -4148,8 +4630,8 @@ "watchers": 0, "size": 1298, "clones": { - "count": 0, - "uniques": 0 + "count": 253, + "uniques": 180 }, "referrers": [], "views": { @@ -4170,8 +4652,8 @@ "watchers": 0, "size": 582, "clones": { - "count": 0, - "uniques": 0 + "count": 252, + "uniques": 179 }, "referrers": [], "views": { @@ -4192,8 +4674,8 @@ "watchers": 0, "size": 1528, "clones": { - "count": 0, - "uniques": 0 + "count": 251, + "uniques": 185 }, "referrers": [], "views": { @@ -4217,10 +4699,16 @@ "count": 0, "uniques": 0 }, - "referrers": [], + "referrers": [ + { + "referrer": "Bing", + "count": 2, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 16, + "uniques": 1 } }, { @@ -4239,10 +4727,16 @@ "count": 0, "uniques": 0 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 2, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 14, + "uniques": 2 } }, { @@ -4280,13 +4774,19 @@ "watchers": 0, "size": 1787, "clones": { - "count": 0, - "uniques": 0 + "count": 259, + "uniques": 188 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 3, + "uniques": 1 } }, { @@ -4324,13 +4824,19 @@ "watchers": 0, "size": 927, "clones": { - "count": 0, - "uniques": 0 + "count": 250, + "uniques": 179 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 2, + "uniques": 1 } }, { @@ -4346,13 +4852,19 @@ "watchers": 0, "size": 1023, "clones": { - "count": 0, - "uniques": 0 + "count": 256, + "uniques": 176 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 3, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 7, + "uniques": 1 } }, { @@ -4368,13 +4880,19 @@ "watchers": 0, "size": 1029, "clones": { - "count": 0, - "uniques": 0 + "count": 262, + "uniques": 186 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 10, + "uniques": 3 } }, { @@ -4390,8 +4908,8 @@ "watchers": 0, "size": 643, "clones": { - "count": 0, - "uniques": 0 + "count": 265, + "uniques": 181 }, "referrers": [], "views": { @@ -4412,13 +4930,24 @@ "watchers": 2, "size": 1265, "clones": { - "count": 0, - "uniques": 0 + "count": 255, + "uniques": 177 }, - "referrers": [], + "referrers": [ + { + "referrer": "Google", + "count": 12, + "uniques": 10 + }, + { + "referrer": "github.com", + "count": 2, + "uniques": 2 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 49, + "uniques": 13 } }, { @@ -4434,13 +4963,19 @@ "watchers": 0, "size": 658, "clones": { - "count": 0, - "uniques": 0 + "count": 269, + "uniques": 198 }, - "referrers": [], + "referrers": [ + { + "referrer": "github.com", + "count": 1, + "uniques": 1 + } + ], "views": { - "count": 0, - "uniques": 0 + "count": 1, + "uniques": 1 } } ] \ No newline at end of file From 5a22f29b5cbcaabc27d5484a21ee8fe9ef61251d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 20 Aug 2021 23:52:21 +0000 Subject: [PATCH 4/4] Auto update --- chart/referrers/count.json | 8 +- chart/referrers/count.svg | 2 +- chart/referrers/unique.json | 8 +- chart/referrers/unique.svg | 2 +- docs/clone.md | 384 ++++++++++++++++++------------------ docs/referrers.md | 48 ++--- docs/stargazers.md | 2 +- docs/view.md | 86 ++++---- 8 files changed, 270 insertions(+), 270 deletions(-) diff --git a/chart/referrers/count.json b/chart/referrers/count.json index 8d7ebb15..b1651cb6 100644 --- a/chart/referrers/count.json +++ b/chart/referrers/count.json @@ -5,18 +5,18 @@ }, { "name": "Bing", - "value": 5 + "value": 7 }, { "name": "educative.io", - "value": 11 + "value": 9 }, { "name": "Google", - "value": 111 + "value": 126 }, { "name": "github.com", - "value": 159 + "value": 176 } ] \ No newline at end of file diff --git a/chart/referrers/count.svg b/chart/referrers/count.svg index 4e227bb6..c55047f3 100644 --- a/chart/referrers/count.svg +++ b/chart/referrers/count.svg @@ -1 +1 @@ -020406080100120140DuckDuckGoBingeducative.ioGooglegithub.com \ No newline at end of file +020406080100120140160DuckDuckGoBingeducative.ioGooglegithub.com \ No newline at end of file diff --git a/chart/referrers/unique.json b/chart/referrers/unique.json index c9c42f5a..232fb06f 100644 --- a/chart/referrers/unique.json +++ b/chart/referrers/unique.json @@ -5,18 +5,18 @@ }, { "name": "Bing", - "value": 5 + "value": 6 }, { "name": "educative.io", - "value": 8 + "value": 7 }, { "name": "Google", - "value": 90 + "value": 102 }, { "name": "github.com", - "value": 129 + "value": 137 } ] \ No newline at end of file diff --git a/chart/referrers/unique.svg b/chart/referrers/unique.svg index e5910184..f691f90c 100644 --- a/chart/referrers/unique.svg +++ b/chart/referrers/unique.svg @@ -1 +1 @@ -0102030405060708090100110120DuckDuckGoBingeducative.ioGooglegithub.com \ No newline at end of file +0102030405060708090100110120130DuckDuckGoBingeducative.ioGooglegithub.com \ No newline at end of file diff --git a/docs/clone.md b/docs/clone.md index 38e0063d..a1bdce8d 100644 --- a/docs/clone.md +++ b/docs/clone.md @@ -1,204 +1,204 @@ | Clone counts | Unique clones | repository | | :----------- | :------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 285 | 174 | [![playwright-es-modules-babel-ava](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava/workflows/playwright-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava) | -| 283 | 184 | [![cypress-typescript-webpack-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect/workflows/cypress-typescript-webpack-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect) | -| 282 | 173 | [![cypress-typescript-webpack-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect/workflows/cypress-typescript-webpack-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect) | -| 280 | 185 | [![playwright-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/workflows/playwright-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert) | -| 278 | 175 | [![stats](https://github.com/e2e-boilerplate/stats/workflows/stats/badge.svg)](https://github.com/e2e-boilerplate/stats) | -| 277 | 176 | [![playwright-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert/workflows/playwright-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert) | -| 277 | 177 | [![playwright-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect/workflows/playwright-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect) | -| 277 | 179 | [![playwright-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/workflows/playwright-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect) | -| 276 | 168 | [![playwright-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert/workflows/playwright-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert) | -| 275 | 167 | [![playwright-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/workflows/playwright-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should) | -| 273 | 173 | [![playwright-commonjs-cucumber-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect/workflows/playwright-commonjs-cucumber-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect) | -| 272 | 179 | [![cypress-typescript-webpack-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert/workflows/cypress-typescript-webpack-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert) | -| 272 | 179 | [![puppeteer-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/workflows/puppeteer-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should) | -| 270 | 179 | [![playwright-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/workflows/playwright-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect) | -| 269 | 178 | [![playwright-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/workflows/playwright-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect) | -| 269 | 177 | [![webdriverio-typescript-ts-node-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/workflows/webdriverio-typescript-ts-node-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert) | -| 269 | 172 | [![webdriverio-typescript-ts-node-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/workflows/webdriverio-typescript-ts-node-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert) | -| 268 | 170 | [![playwright-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/workflows/playwright-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert) | -| 268 | 184 | [![playwright-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/workflows/playwright-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should) | -| 267 | 173 | [![cypress-es-modules-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/workflows/cypress-es-modules-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect) | -| 266 | 160 | [![cypress-typescript-webpack-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should/workflows/cypress-typescript-webpack-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should) | -| 266 | 170 | [![playwright-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/workflows/playwright-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert) | -| 266 | 168 | [![puppeteer-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/workflows/puppeteer-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect) | -| 265 | 167 | [![cypress-typescript-browserify-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect/workflows/cypress-typescript-browserify-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect) | -| 265 | 173 | [![playwright-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/workflows/playwright-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert) | -| 265 | 176 | [![playwright-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/workflows/playwright-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert) | -| 264 | 165 | [![playwright-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/workflows/playwright-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert) | -| 264 | 165 | [![testcafe-es-modules-assert](https://github.com/e2e-boilerplate/testcafe-es-modules-assert/workflows/testcafe-es-modules-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules-assert) | -| 264 | 175 | [![testcafe-es-modules-chai-should](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should/workflows/testcafe-es-modules-chai-should/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should) | -| 263 | 169 | [![playwright-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/workflows/playwright-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect) | -| 263 | 166 | [![puppeteer-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/workflows/puppeteer-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect) | -| 263 | 165 | [![puppeteer-commonjs-jest-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert/workflows/puppeteer-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert) | -| 263 | 175 | [![webdriverio-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/workflows/webdriverio-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert) | -| 263 | 178 | [![webdriverio-typescript-ts-node-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/workflows/webdriverio-typescript-ts-node-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should) | -| 262 | 163 | [![protractor-typescript-ts-node-mocha-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/workflows/protractor-typescript-ts-node-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert) | -| 262 | 158 | [![protractor-typescript-ts-node-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/workflows/protractor-typescript-ts-node-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should) | -| 262 | 177 | [![puppeteer-commonjs-jest-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect/workflows/puppeteer-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect) | -| 262 | 178 | [![puppeteer-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/workflows/puppeteer-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert) | -| 262 | 174 | [![testcafe-es-modules-chai-expect](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect/workflows/testcafe-es-modules-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect) | -| 261 | 173 | [![cypress-typescript-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert/workflows/cypress-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert) | -| 261 | 167 | [![playwright-commonjs-jest-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect/workflows/playwright-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect) | -| 261 | 168 | [![testcafe-es-modules](https://github.com/e2e-boilerplate/testcafe-es-modules/workflows/testcafe-es-modules/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules) | -| 261 | 172 | [![webdriverio-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/workflows/webdriverio-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert) | -| 260 | 179 | [![puppeteer-commonjs-mocha-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert/workflows/puppeteer-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert) | -| 260 | 182 | [![puppeteer-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/workflows/puppeteer-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert) | -| 259 | 176 | [![cypress-es-modules-chai-expect](https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect/workflows/cypress-es-modules-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect) | -| 259 | 169 | [![playwright-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect/workflows/playwright-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect) | -| 259 | 164 | [![protractor-typescript-tsc-jasmine-assert](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/workflows/protractor-typescript-tsc-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert) | -| 259 | 175 | [![protractor-typescript-tsc-jasmine-expect](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/workflows/protractor-typescript-tsc-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect) | -| 259 | 174 | [![puppeteer-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/workflows/puppeteer-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should) | -| 259 | 175 | [![selenium-webdriver-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/workflows/selenium-webdriver-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert) | -| 259 | 172 | [![selenium-webdriver-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/workflows/selenium-webdriver-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert) | -| 259 | 176 | [![utils](https://github.com/e2e-boilerplate/utils/workflows/utils/badge.svg)](https://github.com/e2e-boilerplate/utils) | -| 258 | 173 | [![cypress-es-modules-jest-expect](https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect/workflows/cypress-es-modules-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect) | -| 258 | 165 | [![cypress-typescript-browserify-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should/workflows/cypress-typescript-browserify-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should) | -| 258 | 169 | [![cypress-typescript-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-chai-should/workflows/cypress-typescript-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-should) | -| 258 | 168 | [![nightwatch-es-modules-babel-expect](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect/workflows/nightwatch-es-modules-babel-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect) | -| 258 | 169 | [![puppeteer-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/workflows/puppeteer-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert) | -| 258 | 164 | [![testcafe-commonjs-chai-assert](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert/workflows/testcafe-commonjs-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert) | -| 258 | 160 | [![testcafe-typescript-chai-assert](https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert/workflows/testcafe-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert) | -| 258 | 158 | [![testcafe-typescript-chai-should](https://github.com/e2e-boilerplate/testcafe-typescript-chai-should/workflows/testcafe-typescript-chai-should/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-should) | -| 257 | 166 | [![cypress-es-modules-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/workflows/cypress-es-modules-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert) | -| 257 | 165 | [![playwright-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should/workflows/playwright-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should) | -| 257 | 161 | [![protractor-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/workflows/protractor-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert) | -| 257 | 168 | [![puppeteer-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/workflows/puppeteer-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert) | -| 257 | 175 | [![puppeteer-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/workflows/puppeteer-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert) | -| 257 | 164 | [![puppeteer-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/workflows/puppeteer-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert) | -| 257 | 165 | [![testcafe-commonjs](https://github.com/e2e-boilerplate/testcafe-commonjs/workflows/testcafe-commonjs/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs) | -| 257 | 167 | [![testcafe-es-modules-chai-assert](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert/workflows/testcafe-es-modules-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert) | -| 257 | 175 | [![wd-typescript-ts-node-webdriver-manager-jasmine-expect](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/workflows/wd-typescript-ts-node-webdriver-manager-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect) | -| 257 | 160 | [![webdriverio-typescript-ts-node-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/workflows/webdriverio-typescript-ts-node-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect) | -| 256 | 167 | [![playwright-commonjs-jest-assert](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert/workflows/playwright-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert) | -| 256 | 172 | [![selenium-webdriver-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/workflows/selenium-webdriver-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect) | -| 256 | 160 | [![webdriverio-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/workflows/webdriverio-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert) | -| 256 | 169 | [![webdriverio-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/workflows/webdriverio-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should) | -| 255 | 168 | [![cypress-typescript-browserify-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect/workflows/cypress-typescript-browserify-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect) | -| 255 | 173 | [![cypress-typescript-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should/workflows/cypress-typescript-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should) | -| 255 | 175 | [![cypress-typescript-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-jest-expect/workflows/cypress-typescript-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-jest-expect) | -| 255 | 166 | [![protractor-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/workflows/protractor-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect) | -| 255 | 168 | [![testcafe-commonjs-chai-expect](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect/workflows/testcafe-commonjs-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect) | -| 255 | 173 | [![testcafe-commonjs-chai-should](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should/workflows/testcafe-commonjs-chai-should/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should) | -| 254 | 168 | [![protractor-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should/workflows/protractor-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should) | -| 254 | 167 | [![selenium-webdriver-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/workflows/selenium-webdriver-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert) | -| 254 | 173 | [![selenium-webdriver-typescript-ts-node-ava](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/workflows/selenium-webdriver-typescript-ts-node-ava/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava) | -| 253 | 174 | [![cypress-es-modules-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should/workflows/cypress-es-modules-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should) | -| 253 | 168 | [![cypress-es-modules-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/workflows/cypress-es-modules-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should) | -| 253 | 180 | [![cypress-es-modules-cucumber-jest-expect](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/workflows/cypress-es-modules-cucumber-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect) | -| 253 | 173 | [![protractor-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/workflows/protractor-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect) | -| 253 | 158 | [![protractor-typescript-ts-node-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/workflows/protractor-typescript-ts-node-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert) | -| 253 | 172 | [![selenium-webdriver-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/workflows/selenium-webdriver-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should) | -| 253 | 169 | [![selenium-webdriver-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/workflows/selenium-webdriver-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert) | -| 253 | 179 | [![wd-commonjs-webdriver-manager-mocha-chai-assert](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/workflows/wd-commonjs-webdriver-manager-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert) | -| 253 | 163 | [![wd-es-modules-babel-webdriver-manager-jasmine-expect](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/workflows/wd-es-modules-babel-webdriver-manager-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect) | -| 253 | 179 | [![wd-typescript-ts-jest-webdriver-manager-jest-expect](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/workflows/wd-typescript-ts-jest-webdriver-manager-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect) | -| 253 | 172 | [![webdriverio-es-modules-babel-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/workflows/webdriverio-es-modules-babel-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect) | -| 252 | 169 | [![cypress-es-modules-chai-assert](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert/workflows/cypress-es-modules-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert) | -| 252 | 166 | [![puppeteer-commonjs-cucumber-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/workflows/puppeteer-commonjs-cucumber-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect) | -| 252 | 157 | [![puppeteer-es-modules-babel-ava](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava/workflows/puppeteer-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava) | -| 252 | 166 | [![selenium-webdriver-commonjs-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/workflows/selenium-webdriver-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert) | -| 252 | 168 | [![selenium-webdriver-es-modules-cucumber-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/workflows/selenium-webdriver-es-modules-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should) | -| 252 | 172 | [![selenium-webdriver-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/workflows/selenium-webdriver-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect) | -| 252 | 159 | [![wd-commonjs-webdriver-manager-jest-assert](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/workflows/wd-commonjs-webdriver-manager-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert) | -| 251 | 167 | [![cypress-typescript-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-chai-expect/workflows/cypress-typescript-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-expect) | -| 251 | 165 | [![protractor-typescript-ts-node-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/workflows/protractor-typescript-ts-node-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect) | -| 251 | 170 | [![protractor-typescript-tsc-mocha-assert](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/workflows/protractor-typescript-tsc-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert) | -| 251 | 164 | [![puppeteer-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/workflows/puppeteer-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert) | -| 251 | 175 | [![wd-commonjs-webdriver-manager-cucumber-chai-assert](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/workflows/wd-commonjs-webdriver-manager-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert) | -| 251 | 172 | [![webdriverio-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/workflows/webdriverio-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect) | -| 251 | 166 | [![webdriverio-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/workflows/webdriverio-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert) | -| 250 | 170 | [![nightwatch-commonjs-assert](https://github.com/e2e-boilerplate/nightwatch-commonjs-assert/workflows/nightwatch-commonjs-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-commonjs-assert) | -| 250 | 167 | [![puppeteer-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/workflows/puppeteer-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect) | -| 250 | 177 | [![puppeteer-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/workflows/puppeteer-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect) | -| 250 | 158 | [![selenium-webdriver-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/workflows/selenium-webdriver-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should) | -| 250 | 167 | [![testcafe-typescript](https://github.com/e2e-boilerplate/testcafe-typescript/workflows/testcafe-typescript/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript) | -| 250 | 169 | [![wd-commonjs-webdriver-manager-cucumber-chai-expect](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/workflows/wd-commonjs-webdriver-manager-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect) | -| 250 | 160 | [![webdriverio-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/workflows/webdriverio-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert) | -| 249 | 160 | [![nightwatch-es-modules-babel-assert](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert/workflows/nightwatch-es-modules-babel-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert) | -| 249 | 169 | [![protractor-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/workflows/protractor-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should) | -| 249 | 169 | [![protractor-typescript-tsc-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/workflows/protractor-typescript-tsc-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert) | -| 249 | 161 | [![puppeteer-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/workflows/puppeteer-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert) | -| 249 | 174 | [![selenium-webdriver-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/workflows/selenium-webdriver-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert) | -| 249 | 153 | [![selenium-webdriver-es-modules-esm-tape](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/workflows/selenium-webdriver-es-modules-esm-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape) | -| 248 | 174 | [![cypress-typescript-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/workflows/cypress-typescript-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect) | -| 248 | 165 | [![protractor-es-modules-esm-jasmine-expect](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/workflows/protractor-es-modules-esm-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect) | -| 248 | 166 | [![protractor-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/workflows/protractor-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should) | -| 248 | 162 | [![protractor-typescript-tsc-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/workflows/protractor-typescript-tsc-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect) | -| 248 | 167 | [![puppeteer-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/workflows/puppeteer-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect) | -| 248 | 164 | [![selenium-webdriver-es-modules-babel-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/workflows/selenium-webdriver-es-modules-babel-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert) | -| 248 | 167 | [![selenium-webdriver-es-modules-babel-mocha-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/workflows/selenium-webdriver-es-modules-babel-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect) | -| 248 | 172 | [![selenium-webdriver-es-modules-babel-tape](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/workflows/selenium-webdriver-es-modules-babel-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape) | -| 247 | 179 | [![cypress-typescript-browserify-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert/workflows/cypress-typescript-browserify-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert) | -| 247 | 172 | [![protractor-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/workflows/protractor-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect) | -| 247 | 168 | [![puppeteer-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/workflows/puppeteer-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert) | -| 247 | 173 | [![selenium-webdriver-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/workflows/selenium-webdriver-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert) | -| 247 | 175 | [![selenium-webdriver-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/workflows/selenium-webdriver-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert) | -| 247 | 167 | [![selenium-webdriver-es-modules-cucumber-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/workflows/selenium-webdriver-es-modules-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert) | -| 247 | 170 | [![testcafe-typescript-chai-expect](https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect/workflows/testcafe-typescript-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect) | -| 247 | 169 | [![wd-typescript-ts-node-webdriver-manager-jasmine-assert](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/workflows/wd-typescript-ts-node-webdriver-manager-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert) | -| 246 | 160 | [![cypress-typescript-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/workflows/cypress-typescript-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert) | -| 246 | 163 | [![nightwatch-typescript-tsc-assert](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert/workflows/nightwatch-typescript-tsc-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert) | -| 246 | 164 | [![protractor-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/workflows/protractor-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert) | -| 246 | 158 | [![protractor-es-modules-babel-jasmine-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/workflows/protractor-es-modules-babel-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert) | -| 246 | 164 | [![protractor-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/workflows/protractor-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert) | -| 246 | 160 | [![protractor-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/workflows/protractor-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert) | -| 245 | 166 | [![protractor-es-modules-babel-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/workflows/protractor-es-modules-babel-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect) | -| 245 | 166 | [![selenium-webdriver-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/workflows/selenium-webdriver-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert) | -| 245 | 168 | [![testcafe-typescript-assert](https://github.com/e2e-boilerplate/testcafe-typescript-assert/workflows/testcafe-typescript-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-assert) | -| 244 | 156 | [![nightwatch-commonjs-expect](https://github.com/e2e-boilerplate/nightwatch-commonjs-expect/workflows/nightwatch-commonjs-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-commonjs-expect) | -| 244 | 161 | [![protractor-es-modules-esm-jasmine-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/workflows/protractor-es-modules-esm-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert) | -| 244 | 164 | [![protractor-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/workflows/protractor-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert) | -| 244 | 158 | [![selenium-webdriver-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/workflows/selenium-webdriver-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect) | -| 243 | 167 | [![protractor-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert/workflows/protractor-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert) | -| 243 | 153 | [![protractor-commonjs-mocha-assert](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert/workflows/protractor-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert) | -| 242 | 158 | [![nightwatch-typescript-tsc-expect](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect/workflows/nightwatch-typescript-tsc-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect) | -| 242 | 166 | [![wd-commonjs-webdriver-manager-cucumber-chai-should](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/workflows/wd-commonjs-webdriver-manager-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should) | -| 241 | 160 | [![protractor-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/workflows/protractor-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert) | -| 240 | 169 | [![selenium-webdriver-es-modules-cucumber-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/workflows/selenium-webdriver-es-modules-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect) | -| 240 | 166 | [![wd-commonjs-webdriver-manager-mocha-chai-should](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/workflows/wd-commonjs-webdriver-manager-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should) | -| 239 | 166 | [![protractor-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect/workflows/protractor-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect) | -| 238 | 165 | [![protractor-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/workflows/protractor-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect) | -| 238 | 153 | [![selenium-webdriver-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/workflows/selenium-webdriver-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect) | -| 148 | 112 | [![playwright-commonjs-mocha-assert](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert/workflows/playwright-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert) | -| 125 | 91 | [![playwright-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/workflows/playwright-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect) | -| 124 | 92 | [![playwright-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert/workflows/playwright-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert) | -| 123 | 92 | [![selenium-webdriver-es-modules-esm-mocha-chai](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/workflows/selenium-webdriver-es-modules-esm-mocha-chai/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai) | -| 117 | 90 | [![protractor-typescript-tsc-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/workflows/protractor-typescript-tsc-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should) | +| 288 | 188 | [![cypress-typescript-webpack-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect/workflows/cypress-typescript-webpack-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect) | +| 284 | 187 | [![playwright-es-modules-babel-ava](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava/workflows/playwright-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava) | +| 283 | 186 | [![stats](https://github.com/e2e-boilerplate/stats/workflows/stats/badge.svg)](https://github.com/e2e-boilerplate/stats) | +| 282 | 180 | [![playwright-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert/workflows/playwright-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert) | +| 279 | 193 | [![cypress-typescript-webpack-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect/workflows/cypress-typescript-webpack-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect) | +| 279 | 190 | [![playwright-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert/workflows/playwright-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert) | +| 279 | 193 | [![playwright-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect/workflows/playwright-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect) | +| 278 | 182 | [![playwright-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/workflows/playwright-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should) | +| 275 | 192 | [![playwright-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/workflows/playwright-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert) | +| 274 | 191 | [![cypress-es-modules-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/workflows/cypress-es-modules-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect) | +| 274 | 199 | [![playwright-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/workflows/playwright-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should) | +| 274 | 192 | [![puppeteer-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should/workflows/puppeteer-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-should) | +| 273 | 187 | [![playwright-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/workflows/playwright-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect) | +| 272 | 191 | [![playwright-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/workflows/playwright-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert) | +| 271 | 187 | [![playwright-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/workflows/playwright-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert) | +| 270 | 193 | [![cypress-typescript-webpack-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert/workflows/cypress-typescript-webpack-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert) | +| 270 | 166 | [![cypress-typescript-webpack-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should/workflows/cypress-typescript-webpack-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should) | +| 270 | 182 | [![playwright-commonjs-cucumber-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect/workflows/playwright-commonjs-cucumber-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect) | +| 270 | 184 | [![playwright-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/workflows/playwright-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect) | +| 269 | 179 | [![playwright-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/workflows/playwright-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert) | +| 269 | 198 | [![webdriverio-typescript-ts-node-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/workflows/webdriverio-typescript-ts-node-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should) | +| 268 | 181 | [![playwright-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/workflows/playwright-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect) | +| 268 | 182 | [![playwright-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/workflows/playwright-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert) | +| 268 | 184 | [![puppeteer-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect/workflows/puppeteer-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-expect) | +| 267 | 185 | [![playwright-commonjs-jest-assert](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert/workflows/playwright-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert) | +| 267 | 192 | [![puppeteer-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/workflows/puppeteer-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should) | +| 266 | 194 | [![cypress-es-modules-cucumber-jest-expect](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/workflows/cypress-es-modules-cucumber-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect) | +| 266 | 191 | [![playwright-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/workflows/playwright-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect) | +| 266 | 197 | [![puppeteer-commonjs-mocha-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert/workflows/puppeteer-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-assert) | +| 266 | 188 | [![testcafe-es-modules-chai-should](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should/workflows/testcafe-es-modules-chai-should/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-should) | +| 265 | 181 | [![webdriverio-typescript-ts-node-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/workflows/webdriverio-typescript-ts-node-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert) | +| 264 | 178 | [![testcafe-es-modules-assert](https://github.com/e2e-boilerplate/testcafe-es-modules-assert/workflows/testcafe-es-modules-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules-assert) | +| 263 | 187 | [![puppeteer-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert/workflows/puppeteer-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert) | +| 263 | 169 | [![puppeteer-commonjs-jest-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert/workflows/puppeteer-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-assert) | +| 263 | 185 | [![puppeteer-commonjs-jest-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect/workflows/puppeteer-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-jest-expect) | +| 262 | 192 | [![cypress-es-modules-chai-expect](https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect/workflows/cypress-es-modules-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect) | +| 262 | 187 | [![playwright-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect/workflows/playwright-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect) | +| 262 | 186 | [![webdriverio-typescript-ts-node-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/workflows/webdriverio-typescript-ts-node-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert) | +| 261 | 186 | [![cypress-es-modules-jest-expect](https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect/workflows/cypress-es-modules-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect) | +| 261 | 178 | [![cypress-typescript-browserify-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect/workflows/cypress-typescript-browserify-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect) | +| 261 | 178 | [![puppeteer-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect/workflows/puppeteer-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect) | +| 261 | 178 | [![puppeteer-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/workflows/puppeteer-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect) | +| 261 | 180 | [![testcafe-es-modules-chai-assert](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert/workflows/testcafe-es-modules-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-assert) | +| 261 | 185 | [![webdriverio-commonjs-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert/workflows/webdriverio-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert) | +| 260 | 184 | [![puppeteer-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should/workflows/puppeteer-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-should) | +| 260 | 190 | [![puppeteer-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert/workflows/puppeteer-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-assert) | +| 260 | 181 | [![puppeteer-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert/workflows/puppeteer-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-assert) | +| 260 | 179 | [![testcafe-commonjs-chai-assert](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert/workflows/testcafe-commonjs-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-assert) | +| 259 | 184 | [![cypress-es-modules-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/workflows/cypress-es-modules-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should) | +| 259 | 178 | [![playwright-commonjs-jest-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect/workflows/playwright-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect) | +| 259 | 184 | [![puppeteer-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert/workflows/puppeteer-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-assert) | +| 259 | 177 | [![puppeteer-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/workflows/puppeteer-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert) | +| 259 | 187 | [![testcafe-commonjs](https://github.com/e2e-boilerplate/testcafe-commonjs/workflows/testcafe-commonjs/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs) | +| 259 | 182 | [![testcafe-commonjs-assert](https://github.com/e2e-boilerplate/testcafe-commonjs-assert/workflows/testcafe-commonjs-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs-assert) | +| 259 | 181 | [![testcafe-commonjs-chai-should](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should/workflows/testcafe-commonjs-chai-should/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-should) | +| 259 | 185 | [![utils](https://github.com/e2e-boilerplate/utils/workflows/utils/badge.svg)](https://github.com/e2e-boilerplate/utils) | +| 259 | 188 | [![webdriverio-es-modules-babel-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/workflows/webdriverio-es-modules-babel-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect) | +| 258 | 174 | [![playwright-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/workflows/playwright-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert) | +| 258 | 179 | [![protractor-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should/workflows/protractor-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should) | +| 258 | 189 | [![puppeteer-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/workflows/puppeteer-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert) | +| 258 | 192 | [![puppeteer-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/workflows/puppeteer-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect) | +| 258 | 189 | [![selenium-webdriver-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/workflows/selenium-webdriver-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect) | +| 258 | 175 | [![testcafe-es-modules](https://github.com/e2e-boilerplate/testcafe-es-modules/workflows/testcafe-es-modules/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules) | +| 258 | 184 | [![testcafe-es-modules-chai-expect](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect/workflows/testcafe-es-modules-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/testcafe-es-modules-chai-expect) | +| 258 | 187 | [![webdriverio-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/workflows/webdriverio-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert) | +| 256 | 179 | [![puppeteer-es-modules-babel-ava](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava/workflows/puppeteer-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava) | +| 256 | 188 | [![selenium-webdriver-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/workflows/selenium-webdriver-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert) | +| 256 | 177 | [![testcafe-commonjs-chai-expect](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect/workflows/testcafe-commonjs-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs-chai-expect) | +| 256 | 186 | [![wd-commonjs-webdriver-manager-mocha-chai-expect](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/workflows/wd-commonjs-webdriver-manager-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect) | +| 256 | 176 | [![webdriverio-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/workflows/webdriverio-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect) | +| 255 | 180 | [![puppeteer-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect/workflows/puppeteer-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-expect) | +| 255 | 175 | [![selenium-webdriver-commonjs-tape](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape/workflows/selenium-webdriver-commonjs-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape) | +| 255 | 182 | [![selenium-webdriver-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/workflows/selenium-webdriver-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should) | +| 255 | 170 | [![testcafe-typescript-chai-assert](https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert/workflows/testcafe-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert) | +| 255 | 177 | [![webdriverio-typescript-ts-node-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/workflows/webdriverio-typescript-ts-node-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect) | +| 254 | 182 | [![cypress-typescript-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-chai-should/workflows/cypress-typescript-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-should) | +| 254 | 182 | [![nightwatch-es-modules-babel-expect](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect/workflows/nightwatch-es-modules-babel-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect) | +| 254 | 165 | [![protractor-typescript-ts-node-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should/workflows/protractor-typescript-ts-node-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-should) | +| 254 | 176 | [![puppeteer-commonjs-cucumber-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect/workflows/puppeteer-commonjs-cucumber-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect) | +| 254 | 177 | [![selenium-webdriver-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/workflows/selenium-webdriver-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect) | +| 254 | 184 | [![selenium-webdriver-es-modules-cucumber-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should/workflows/selenium-webdriver-es-modules-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should) | +| 254 | 173 | [![testcafe-typescript-chai-should](https://github.com/e2e-boilerplate/testcafe-typescript-chai-should/workflows/testcafe-typescript-chai-should/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-should) | +| 254 | 173 | [![wd-es-modules-babel-webdriver-manager-jasmine-expect](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect/workflows/wd-es-modules-babel-webdriver-manager-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-expect) | +| 253 | 179 | [![cypress-typescript-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert/workflows/cypress-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert) | +| 253 | 186 | [![nightwatch-commonjs-assert](https://github.com/e2e-boilerplate/nightwatch-commonjs-assert/workflows/nightwatch-commonjs-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-commonjs-assert) | +| 253 | 176 | [![protractor-typescript-ts-node-mocha-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/workflows/protractor-typescript-ts-node-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert) | +| 253 | 184 | [![puppeteer-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert/workflows/puppeteer-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-mocha-chai-assert) | +| 253 | 179 | [![wd-es-modules-babel-jest-webdriver-manager-jest-expect](https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/workflows/wd-es-modules-babel-jest-webdriver-manager-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect) | +| 253 | 180 | [![webdriverio-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/workflows/webdriverio-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect) | +| 252 | 169 | [![playwright-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should/workflows/playwright-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should) | +| 252 | 177 | [![protractor-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/workflows/protractor-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert) | +| 252 | 186 | [![protractor-typescript-tsc-mocha-assert](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert/workflows/protractor-typescript-tsc-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-assert) | +| 252 | 182 | [![selenium-webdriver-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/workflows/selenium-webdriver-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect) | +| 252 | 177 | [![selenium-webdriver-commonjs-mocha-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/workflows/selenium-webdriver-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert) | +| 252 | 190 | [![wd-commonjs-webdriver-manager-cucumber-chai-assert](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/workflows/wd-commonjs-webdriver-manager-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert) | +| 252 | 185 | [![wd-typescript-ts-node-webdriver-manager-jasmine-expect](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/workflows/wd-typescript-ts-node-webdriver-manager-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect) | +| 252 | 179 | [![webdriverio-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/workflows/webdriverio-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should) | +| 251 | 178 | [![cypress-es-modules-chai-assert](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert/workflows/cypress-es-modules-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert) | +| 251 | 182 | [![protractor-typescript-tsc-jasmine-expect](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/workflows/protractor-typescript-tsc-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect) | +| 251 | 172 | [![selenium-webdriver-es-modules-babel-ava](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/workflows/selenium-webdriver-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava) | +| 251 | 185 | [![selenium-webdriver-typescript-ts-node-ava](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava/workflows/selenium-webdriver-typescript-ts-node-ava/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-ava) | +| 251 | 180 | [![selenium-webdriver-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/workflows/selenium-webdriver-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert) | +| 251 | 181 | [![selenium-webdriver-typescript-ts-node-tape](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/workflows/selenium-webdriver-typescript-ts-node-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape) | +| 251 | 189 | [![wd-commonjs-webdriver-manager-mocha-chai-assert](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert/workflows/wd-commonjs-webdriver-manager-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-assert) | +| 251 | 185 | [![webdriverio-es-modules-babel-jasmine-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/workflows/webdriverio-es-modules-babel-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert) | +| 250 | 178 | [![cypress-typescript-browserify-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect/workflows/cypress-typescript-browserify-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect) | +| 250 | 172 | [![protractor-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/workflows/protractor-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect) | +| 250 | 181 | [![protractor-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/workflows/protractor-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should) | +| 250 | 184 | [![protractor-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/workflows/protractor-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect) | +| 250 | 182 | [![protractor-typescript-ts-node-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect/workflows/protractor-typescript-ts-node-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-expect) | +| 250 | 186 | [![puppeteer-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect/workflows/puppeteer-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-expect) | +| 250 | 178 | [![selenium-webdriver-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/workflows/selenium-webdriver-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert) | +| 250 | 175 | [![selenium-webdriver-es-modules-babel-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert/workflows/selenium-webdriver-es-modules-babel-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-assert) | +| 250 | 179 | [![webdriverio-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/workflows/webdriverio-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert) | +| 249 | 187 | [![cypress-typescript-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-jest-expect/workflows/cypress-typescript-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-jest-expect) | +| 249 | 188 | [![puppeteer-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect/workflows/puppeteer-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-expect) | +| 248 | 173 | [![protractor-es-modules-esm-jasmine-expect](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/workflows/protractor-es-modules-esm-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect) | +| 248 | 176 | [![protractor-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/workflows/protractor-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should) | +| 248 | 174 | [![protractor-typescript-ts-node-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/workflows/protractor-typescript-ts-node-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert) | +| 248 | 179 | [![protractor-typescript-tsc-jasmine-assert](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert/workflows/protractor-typescript-tsc-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-assert) | +| 248 | 179 | [![protractor-typescript-tsc-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert/workflows/protractor-typescript-tsc-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-assert) | +| 248 | 168 | [![puppeteer-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/workflows/puppeteer-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert) | +| 248 | 185 | [![selenium-webdriver-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/workflows/selenium-webdriver-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert) | +| 248 | 184 | [![selenium-webdriver-es-modules-babel-tape](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape/workflows/selenium-webdriver-es-modules-babel-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-tape) | +| 248 | 179 | [![selenium-webdriver-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/workflows/selenium-webdriver-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert) | +| 248 | 180 | [![wd-commonjs-webdriver-manager-cucumber-chai-expect](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/workflows/wd-commonjs-webdriver-manager-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect) | +| 247 | 185 | [![cypress-es-modules-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should/workflows/cypress-es-modules-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should) | +| 247 | 174 | [![protractor-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/workflows/protractor-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert) | +| 247 | 179 | [![selenium-webdriver-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/workflows/selenium-webdriver-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should) | +| 247 | 177 | [![selenium-webdriver-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert/workflows/selenium-webdriver-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-assert) | +| 246 | 181 | [![cypress-typescript-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should/workflows/cypress-typescript-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should) | +| 246 | 178 | [![protractor-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/workflows/protractor-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert) | +| 246 | 181 | [![selenium-webdriver-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/workflows/selenium-webdriver-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert) | +| 246 | 168 | [![selenium-webdriver-commonjs-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/workflows/selenium-webdriver-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect) | +| 246 | 179 | [![selenium-webdriver-es-modules-babel-mocha-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect/workflows/selenium-webdriver-es-modules-babel-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-expect) | +| 246 | 176 | [![selenium-webdriver-es-modules-cucumber-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert/workflows/selenium-webdriver-es-modules-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert) | +| 245 | 177 | [![cypress-typescript-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/workflows/cypress-typescript-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert) | +| 245 | 188 | [![cypress-typescript-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/workflows/cypress-typescript-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect) | +| 245 | 176 | [![protractor-commonjs-mocha-assert](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert/workflows/protractor-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert) | +| 245 | 174 | [![protractor-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/workflows/protractor-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert) | +| 245 | 165 | [![puppeteer-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert/workflows/puppeteer-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-commonjs-jasmine-assert) | +| 245 | 179 | [![selenium-webdriver-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/workflows/selenium-webdriver-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect) | +| 245 | 185 | [![selenium-webdriver-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/workflows/selenium-webdriver-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect) | +| 245 | 170 | [![wd-es-modules-babel-webdriver-manager-ava](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/workflows/wd-es-modules-babel-webdriver-manager-ava/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava) | +| 245 | 173 | [![webdriverio-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/workflows/webdriverio-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect) | +| 244 | 177 | [![selenium-webdriver-commonjs-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/workflows/selenium-webdriver-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert) | +| 244 | 173 | [![selenium-webdriver-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/workflows/selenium-webdriver-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect) | +| 244 | 160 | [![selenium-webdriver-es-modules-esm-tape](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape/workflows/selenium-webdriver-es-modules-esm-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-tape) | +| 244 | 177 | [![testcafe-typescript-chai-expect](https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect/workflows/testcafe-typescript-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect) | +| 244 | 179 | [![wd-commonjs-webdriver-manager-jest-expect](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/workflows/wd-commonjs-webdriver-manager-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect) | +| 243 | 188 | [![cypress-typescript-browserify-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert/workflows/cypress-typescript-browserify-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert) | +| 243 | 167 | [![cypress-typescript-browserify-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should/workflows/cypress-typescript-browserify-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should) | +| 243 | 176 | [![cypress-typescript-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-chai-expect/workflows/cypress-typescript-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-expect) | +| 243 | 180 | [![protractor-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/workflows/protractor-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect) | +| 243 | 176 | [![protractor-es-modules-babel-jasmine-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/workflows/protractor-es-modules-babel-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert) | +| 243 | 177 | [![protractor-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/workflows/protractor-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert) | +| 243 | 167 | [![protractor-typescript-tsc-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect/workflows/protractor-typescript-tsc-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect) | +| 243 | 180 | [![selenium-webdriver-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert/workflows/selenium-webdriver-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-assert) | +| 242 | 173 | [![nightwatch-es-modules-babel-assert](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert/workflows/nightwatch-es-modules-babel-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert) | +| 242 | 172 | [![protractor-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/workflows/protractor-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert) | +| 242 | 173 | [![testcafe-typescript](https://github.com/e2e-boilerplate/testcafe-typescript/workflows/testcafe-typescript/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript) | +| 242 | 168 | [![wd-commonjs-webdriver-manager-cucumber-chai-should](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/workflows/wd-commonjs-webdriver-manager-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should) | +| 242 | 167 | [![wd-es-modules-babel-jest-webdriver-manager-jest-assert](https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/workflows/wd-es-modules-babel-jest-webdriver-manager-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert) | +| 241 | 177 | [![protractor-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert/workflows/protractor-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert) | +| 241 | 167 | [![protractor-es-modules-esm-jasmine-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/workflows/protractor-es-modules-esm-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert) | +| 241 | 166 | [![wd-commonjs-webdriver-manager-jest-assert](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert/workflows/wd-commonjs-webdriver-manager-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-assert) | +| 241 | 180 | [![wd-es-modules-babel-webdriver-manager-jasmine-assert](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/workflows/wd-es-modules-babel-webdriver-manager-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert) | +| 240 | 170 | [![selenium-webdriver-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/workflows/selenium-webdriver-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert) | +| 240 | 173 | [![selenium-webdriver-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/workflows/selenium-webdriver-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should) | +| 240 | 181 | [![testcafe-typescript-assert](https://github.com/e2e-boilerplate/testcafe-typescript-assert/workflows/testcafe-typescript-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-assert) | +| 239 | 169 | [![nightwatch-typescript-tsc-expect](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect/workflows/nightwatch-typescript-tsc-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect) | +| 239 | 168 | [![protractor-es-modules-babel-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/workflows/protractor-es-modules-babel-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect) | +| 239 | 177 | [![wd-commonjs-webdriver-manager-mocha-chai-should](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should/workflows/wd-commonjs-webdriver-manager-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-should) | +| 238 | 165 | [![nightwatch-commonjs-expect](https://github.com/e2e-boilerplate/nightwatch-commonjs-expect/workflows/nightwatch-commonjs-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-commonjs-expect) | +| 238 | 174 | [![nightwatch-typescript-tsc-assert](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert/workflows/nightwatch-typescript-tsc-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert) | +| 238 | 166 | [![selenium-webdriver-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/workflows/selenium-webdriver-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect) | +| 237 | 175 | [![protractor-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect/workflows/protractor-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect) | +| 237 | 179 | [![selenium-webdriver-es-modules-cucumber-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect/workflows/selenium-webdriver-es-modules-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-expect) | +| 233 | 172 | [![protractor-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/workflows/protractor-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect) | +| 221 | 148 | [![cypress-es-modules-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/workflows/cypress-es-modules-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert) | +| 111 | 87 | [![playwright-commonjs-mocha-assert](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert/workflows/playwright-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert) | +| 89 | 65 | [![playwright-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/workflows/playwright-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect) | +| 87 | 71 | [![playwright-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert/workflows/playwright-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert) | +| 85 | 65 | [![selenium-webdriver-es-modules-esm-mocha-chai](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/workflows/selenium-webdriver-es-modules-esm-mocha-chai/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai) | +| 82 | 67 | [![protractor-typescript-tsc-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should/workflows/protractor-typescript-tsc-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-should) | | 14 | 14 | [![docs](https://github.com/e2e-boilerplate/docs/workflows/docs/badge.svg)](https://github.com/e2e-boilerplate/docs) | | 14 | 14 | [![swagger](https://github.com/e2e-boilerplate/swagger/workflows/swagger/badge.svg)](https://github.com/e2e-boilerplate/swagger) | | | | [![api](https://github.com/e2e-boilerplate/api/workflows/api/badge.svg)](https://github.com/e2e-boilerplate/api) | | | | [![e2e-boilerplate](https://github.com/e2e-boilerplate/e2e-boilerplate/workflows/e2e-boilerplate/badge.svg)](https://github.com/e2e-boilerplate/e2e-boilerplate) | | | | [![picker](https://github.com/e2e-boilerplate/picker/workflows/picker/badge.svg)](https://github.com/e2e-boilerplate/picker) | -| 0 | 0 | [![puppeteer-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/workflows/puppeteer-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should) | -| 0 | 0 | [![puppeteer-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/workflows/puppeteer-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect) | -| 0 | 0 | [![puppeteer-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/workflows/puppeteer-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect) | -| 0 | 0 | [![resources](https://github.com/e2e-boilerplate/resources/workflows/resources/badge.svg)](https://github.com/e2e-boilerplate/resources) | +| | | [![resources](https://github.com/e2e-boilerplate/resources/workflows/resources/badge.svg)](https://github.com/e2e-boilerplate/resources) | | | | [![sandbox](https://github.com/e2e-boilerplate/sandbox/workflows/sandbox/badge.svg)](https://github.com/e2e-boilerplate/sandbox) | -| 0 | 0 | [![selenium-webdriver-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/workflows/selenium-webdriver-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert) | -| 0 | 0 | [![selenium-webdriver-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/workflows/selenium-webdriver-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect) | -| 0 | 0 | [![selenium-webdriver-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/workflows/selenium-webdriver-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should) | -| 0 | 0 | [![selenium-webdriver-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/workflows/selenium-webdriver-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect) | -| 0 | 0 | [![selenium-webdriver-commonjs-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/workflows/selenium-webdriver-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect) | -| 0 | 0 | [![selenium-webdriver-commonjs-mocha-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/workflows/selenium-webdriver-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert) | -| 0 | 0 | [![selenium-webdriver-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/workflows/selenium-webdriver-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect) | -| 0 | 0 | [![selenium-webdriver-commonjs-tape](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape/workflows/selenium-webdriver-commonjs-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-tape) | -| 0 | 0 | [![selenium-webdriver-es-modules-babel-ava](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/workflows/selenium-webdriver-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava) | -| 0 | 0 | [![selenium-webdriver-typescript-ts-node-tape](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/workflows/selenium-webdriver-typescript-ts-node-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape) | -| 0 | 0 | [![testcafe-commonjs-assert](https://github.com/e2e-boilerplate/testcafe-commonjs-assert/workflows/testcafe-commonjs-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs-assert) | -| 0 | 0 | [![wd-commonjs-webdriver-manager-jest-expect](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect/workflows/wd-commonjs-webdriver-manager-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-jest-expect) | -| 0 | 0 | [![wd-commonjs-webdriver-manager-mocha-chai-expect](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect/workflows/wd-commonjs-webdriver-manager-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-mocha-chai-expect) | -| 0 | 0 | [![wd-es-modules-babel-jest-webdriver-manager-jest-assert](https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert/workflows/wd-es-modules-babel-jest-webdriver-manager-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-assert) | -| 0 | 0 | [![wd-es-modules-babel-jest-webdriver-manager-jest-expect](https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect/workflows/wd-es-modules-babel-jest-webdriver-manager-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-jest-webdriver-manager-jest-expect) | -| 0 | 0 | [![wd-es-modules-babel-webdriver-manager-ava](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava/workflows/wd-es-modules-babel-webdriver-manager-ava/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-ava) | -| 0 | 0 | [![wd-es-modules-babel-webdriver-manager-jasmine-assert](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert/workflows/wd-es-modules-babel-webdriver-manager-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-es-modules-babel-webdriver-manager-jasmine-assert) | | 0 | 0 | [![wd-typescript-ts-jest-webdriver-manager-jest-assert](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/workflows/wd-typescript-ts-jest-webdriver-manager-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert) | +| 0 | 0 | [![wd-typescript-ts-jest-webdriver-manager-jest-expect](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect/workflows/wd-typescript-ts-jest-webdriver-manager-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-expect) | | 0 | 0 | [![wd-typescript-ts-node-webdriver-manager-ava](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava/workflows/wd-typescript-ts-node-webdriver-manager-ava/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-ava) | +| 0 | 0 | [![wd-typescript-ts-node-webdriver-manager-jasmine-assert](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert/workflows/wd-typescript-ts-node-webdriver-manager-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-assert) | +| 0 | 0 | [![webdriverio-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/workflows/webdriverio-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert) | | 0 | 0 | [![webdriverio-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/workflows/webdriverio-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert) | -| 0 | 0 | [![webdriverio-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/workflows/webdriverio-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect) | -| 0 | 0 | [![webdriverio-commonjs-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert/workflows/webdriverio-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert) | -| 0 | 0 | [![webdriverio-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/workflows/webdriverio-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should) | -| 0 | 0 | [![webdriverio-es-modules-babel-jasmine-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/workflows/webdriverio-es-modules-babel-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert) | | 0 | 0 | [![webdriverio-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/workflows/webdriverio-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect) | -| 0 | 0 | [![webdriverio-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/workflows/webdriverio-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect) | \ No newline at end of file +| 0 | 0 | [![webdriverio-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/workflows/webdriverio-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert) | +| 0 | 0 | [![webdriverio-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/workflows/webdriverio-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert) | +| 0 | 0 | [![webdriverio-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/workflows/webdriverio-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should) | \ No newline at end of file diff --git a/docs/referrers.md b/docs/referrers.md index eafbaf8f..cc06d1ab 100644 --- a/docs/referrers.md +++ b/docs/referrers.md @@ -1,52 +1,50 @@ | Count | Unique | Referrers | Repository | | :---- | :----- | :------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 49 | 32 | github.com, educative.io, Google | [![playwright-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/workflows/playwright-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect) | -| 36 | 29 | Google, github.com | [![playwright-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/workflows/playwright-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert) | +| 60 | 35 | github.com, educative.io, Google | [![playwright-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/workflows/playwright-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect) | +| 47 | 35 | Google, github.com | [![playwright-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/workflows/playwright-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert) | | 14 | 12 | Google, github.com | [![webdriverio-typescript-ts-node-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/workflows/webdriverio-typescript-ts-node-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect) | | 13 | 11 | github.com, Google | [![playwright-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/workflows/playwright-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should) | -| 12 | 8 | Google, github.com, Bing | [![selenium-webdriver-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/workflows/selenium-webdriver-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect) | -| 10 | 10 | Google, github.com | [![playwright-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert/workflows/playwright-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert) | -| 9 | 8 | Google | [![playwright-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert/workflows/playwright-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert) | -| 8 | 6 | github.com | [![playwright-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/workflows/playwright-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert) | -| 8 | 5 | github.com | [![playwright-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/workflows/playwright-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect) | -| 8 | 7 | github.com | [![utils](https://github.com/e2e-boilerplate/utils/workflows/utils/badge.svg)](https://github.com/e2e-boilerplate/utils) | +| 11 | 11 | Google, github.com | [![playwright-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert/workflows/playwright-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert) | +| 11 | 9 | github.com | [![utils](https://github.com/e2e-boilerplate/utils/workflows/utils/badge.svg)](https://github.com/e2e-boilerplate/utils) | +| 10 | 7 | Google, github.com, Bing | [![selenium-webdriver-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/workflows/selenium-webdriver-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect) | +| 9 | 7 | github.com | [![playwright-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/workflows/playwright-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert) | +| 8 | 7 | Google | [![playwright-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert/workflows/playwright-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert) | +| 7 | 4 | github.com | [![playwright-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/workflows/playwright-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect) | +| 7 | 7 | github.com, Google | [![playwright-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/workflows/playwright-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect) | +| 6 | 6 | Google, github.com | [![playwright-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect/workflows/playwright-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect) | | 5 | 4 | github.com, Bing, DuckDuckGo | [![cypress-typescript-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-jest-expect/workflows/cypress-typescript-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-jest-expect) | | 5 | 5 | github.com | [![playwright-commonjs-cucumber-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect/workflows/playwright-commonjs-cucumber-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect) | -| 5 | 5 | Google, github.com | [![playwright-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect/workflows/playwright-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect) | +| 5 | 5 | Google, github.com | [![playwright-commonjs-jest-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect/workflows/playwright-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect) | | 5 | 5 | Google, github.com | [![playwright-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/workflows/playwright-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert) | | 5 | 4 | Google | [![puppeteer-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/workflows/puppeteer-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect) | -| 4 | 4 | Google, github.com | [![playwright-commonjs-jest-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect/workflows/playwright-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect) | | 4 | 3 | github.com, Google | [![playwright-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect/workflows/playwright-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect) | | 4 | 4 | github.com | [![playwright-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/workflows/playwright-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should) | -| 4 | 4 | github.com, Google | [![playwright-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/workflows/playwright-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect) | -| 3 | 2 | github.com | [![cypress-typescript-webpack-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect/workflows/cypress-typescript-webpack-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect) | -| 3 | 3 | github.com, Bing | [![docs](https://github.com/e2e-boilerplate/docs/workflows/docs/badge.svg)](https://github.com/e2e-boilerplate/docs) | +| 4 | 4 | Google | [![selenium-webdriver-commonjs-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/workflows/selenium-webdriver-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert) | +| 3 | 2 | github.com, Google | [![cypress-typescript-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/workflows/cypress-typescript-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect) | +| 3 | 3 | Google, github.com | [![cypress-typescript-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should/workflows/cypress-typescript-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should) | | 3 | 3 | github.com | [![playwright-es-modules-babel-ava](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava/workflows/playwright-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava) | | 3 | 3 | github.com, Google | [![playwright-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/workflows/playwright-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert) | | 3 | 2 | Google | [![protractor-typescript-tsc-jasmine-expect](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/workflows/protractor-typescript-tsc-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect) | | 3 | 1 | Google | [![webdriverio-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/workflows/webdriverio-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect) | +| 2 | 2 | Google | [![cypress-es-modules-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should/workflows/cypress-es-modules-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should) | | 2 | 1 | github.com | [![cypress-es-modules-cucumber-jest-expect](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/workflows/cypress-es-modules-cucumber-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect) | -| 2 | 1 | github.com | [![cypress-typescript-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/workflows/cypress-typescript-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect) | -| 2 | 2 | Google, github.com | [![cypress-typescript-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should/workflows/cypress-typescript-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should) | +| 2 | 2 | Google | [![cypress-typescript-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert/workflows/cypress-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert) | | 2 | 2 | github.com | [![cypress-typescript-webpack-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert/workflows/cypress-typescript-webpack-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert) | +| 2 | 2 | github.com | [![cypress-typescript-webpack-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect/workflows/cypress-typescript-webpack-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect) | | 2 | 2 | github.com | [![cypress-typescript-webpack-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should/workflows/cypress-typescript-webpack-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should) | +| 2 | 2 | github.com, Bing | [![docs](https://github.com/e2e-boilerplate/docs/workflows/docs/badge.svg)](https://github.com/e2e-boilerplate/docs) | | 2 | 2 | Google, github.com | [![playwright-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/workflows/playwright-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect) | | 2 | 2 | Google, github.com | [![puppeteer-es-modules-babel-ava](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava/workflows/puppeteer-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava) | -| 2 | 1 | Google | [![puppeteer-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/workflows/puppeteer-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect) | -| 2 | 2 | Google | [![selenium-webdriver-commonjs-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/workflows/selenium-webdriver-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert) | | 2 | 2 | Google, github.com | [![selenium-webdriver-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/workflows/selenium-webdriver-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect) | | 2 | 2 | Google, github.com | [![selenium-webdriver-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/workflows/selenium-webdriver-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should) | -| 2 | 2 | Google | [![selenium-webdriver-es-modules-esm-mocha-chai](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/workflows/selenium-webdriver-es-modules-esm-mocha-chai/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai) | | 2 | 1 | github.com | [![selenium-webdriver-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/workflows/selenium-webdriver-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert) | | 2 | 1 | github.com | [![swagger](https://github.com/e2e-boilerplate/swagger/workflows/swagger/badge.svg)](https://github.com/e2e-boilerplate/swagger) | | 2 | 1 | github.com | [![wd-commonjs-webdriver-manager-cucumber-chai-should](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/workflows/wd-commonjs-webdriver-manager-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should) | | 2 | 1 | Google | [![wd-typescript-ts-jest-webdriver-manager-jest-assert](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/workflows/wd-typescript-ts-jest-webdriver-manager-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert) | +| 2 | 1 | Bing | [![webdriverio-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/workflows/webdriverio-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect) | | 2 | 1 | Google | [![webdriverio-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/workflows/webdriverio-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert) | | 1 | 1 | Google | [![cypress-es-modules-chai-assert](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert/workflows/cypress-es-modules-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert) | -| 1 | 1 | Google | [![cypress-es-modules-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should/workflows/cypress-es-modules-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should) | -| 1 | 1 | Google | [![cypress-typescript-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert/workflows/cypress-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert) | | 1 | 1 | github.com | [![cypress-typescript-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-chai-should/workflows/cypress-typescript-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-should) | -| 1 | 1 | github.com | [![cypress-typescript-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/workflows/cypress-typescript-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert) | | 1 | 1 | github.com | [![cypress-typescript-webpack-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect/workflows/cypress-typescript-webpack-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect) | | 1 | 1 | github.com | [![playwright-commonjs-jest-assert](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert/workflows/playwright-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert) | | 1 | 1 | github.com | [![playwright-commonjs-mocha-assert](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert/workflows/playwright-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert) | @@ -54,13 +52,16 @@ | 1 | 1 | Bing | [![protractor-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect/workflows/protractor-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect) | | 1 | 1 | Google | [![protractor-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/workflows/protractor-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect) | | 1 | 1 | Google | [![protractor-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/workflows/protractor-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert) | +| 1 | 1 | Google | [![protractor-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/workflows/protractor-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert) | | 1 | 1 | github.com | [![protractor-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/workflows/protractor-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should) | | 1 | 1 | Google | [![protractor-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/workflows/protractor-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect) | | 1 | 1 | Google | [![puppeteer-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/workflows/puppeteer-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert) | | 1 | 1 | Bing | [![selenium-webdriver-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/workflows/selenium-webdriver-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert) | | 1 | 1 | github.com | [![selenium-webdriver-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/workflows/selenium-webdriver-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should) | +| 1 | 1 | Google | [![selenium-webdriver-commonjs-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/workflows/selenium-webdriver-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect) | | 1 | 1 | Google | [![selenium-webdriver-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/workflows/selenium-webdriver-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect) | | 1 | 1 | github.com | [![selenium-webdriver-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/workflows/selenium-webdriver-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert) | +| 1 | 1 | Google | [![selenium-webdriver-es-modules-esm-mocha-chai](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/workflows/selenium-webdriver-es-modules-esm-mocha-chai/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai) | | 1 | 1 | github.com | [![selenium-webdriver-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/workflows/selenium-webdriver-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect) | | 1 | 1 | github.com | [![selenium-webdriver-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/workflows/selenium-webdriver-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert) | | 1 | 1 | Google | [![selenium-webdriver-typescript-ts-node-tape](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/workflows/selenium-webdriver-typescript-ts-node-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape) | @@ -80,6 +81,7 @@ | 0 | 0 | | [![cypress-typescript-browserify-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should/workflows/cypress-typescript-browserify-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should) | | 0 | 0 | | [![cypress-typescript-browserify-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect/workflows/cypress-typescript-browserify-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect) | | 0 | 0 | | [![cypress-typescript-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-chai-expect/workflows/cypress-typescript-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-expect) | +| 0 | 0 | | [![cypress-typescript-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/workflows/cypress-typescript-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert) | | 0 | 0 | | [![e2e-boilerplate](https://github.com/e2e-boilerplate/e2e-boilerplate/workflows/e2e-boilerplate/badge.svg)](https://github.com/e2e-boilerplate/e2e-boilerplate) | | 0 | 0 | | [![nightwatch-commonjs-assert](https://github.com/e2e-boilerplate/nightwatch-commonjs-assert/workflows/nightwatch-commonjs-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-commonjs-assert) | | 0 | 0 | | [![nightwatch-commonjs-expect](https://github.com/e2e-boilerplate/nightwatch-commonjs-expect/workflows/nightwatch-commonjs-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-commonjs-expect) | @@ -98,7 +100,6 @@ | 0 | 0 | | [![protractor-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should/workflows/protractor-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-should) | | 0 | 0 | | [![protractor-es-modules-babel-jasmine-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert/workflows/protractor-es-modules-babel-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-assert) | | 0 | 0 | | [![protractor-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect/workflows/protractor-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-jasmine-expect) | -| 0 | 0 | | [![protractor-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/workflows/protractor-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert) | | 0 | 0 | | [![protractor-es-modules-babel-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect/workflows/protractor-es-modules-babel-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-expect) | | 0 | 0 | | [![protractor-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should/workflows/protractor-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-should) | | 0 | 0 | | [![protractor-es-modules-esm-jasmine-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/workflows/protractor-es-modules-esm-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert) | @@ -136,13 +137,13 @@ | 0 | 0 | | [![puppeteer-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/workflows/puppeteer-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should) | | 0 | 0 | | [![puppeteer-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/workflows/puppeteer-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert) | | 0 | 0 | | [![puppeteer-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/workflows/puppeteer-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert) | +| 0 | 0 | | [![puppeteer-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/workflows/puppeteer-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect) | | 0 | 0 | | [![resources](https://github.com/e2e-boilerplate/resources/workflows/resources/badge.svg)](https://github.com/e2e-boilerplate/resources) | | 0 | 0 | | [![sandbox](https://github.com/e2e-boilerplate/sandbox/workflows/sandbox/badge.svg)](https://github.com/e2e-boilerplate/sandbox) | | 0 | 0 | | [![selenium-webdriver-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/workflows/selenium-webdriver-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert) | | 0 | 0 | | [![selenium-webdriver-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/workflows/selenium-webdriver-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect) | | 0 | 0 | | [![selenium-webdriver-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/workflows/selenium-webdriver-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert) | | 0 | 0 | | [![selenium-webdriver-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/workflows/selenium-webdriver-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect) | -| 0 | 0 | | [![selenium-webdriver-commonjs-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/workflows/selenium-webdriver-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect) | | 0 | 0 | | [![selenium-webdriver-commonjs-mocha-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/workflows/selenium-webdriver-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert) | | 0 | 0 | | [![selenium-webdriver-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/workflows/selenium-webdriver-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert) | | 0 | 0 | | [![selenium-webdriver-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/workflows/selenium-webdriver-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should) | @@ -198,7 +199,6 @@ | 0 | 0 | | [![webdriverio-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/workflows/webdriverio-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect) | | 0 | 0 | | [![webdriverio-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/workflows/webdriverio-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should) | | 0 | 0 | | [![webdriverio-es-modules-babel-jasmine-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert/workflows/webdriverio-es-modules-babel-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-assert) | -| 0 | 0 | | [![webdriverio-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/workflows/webdriverio-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect) | | 0 | 0 | | [![webdriverio-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert/workflows/webdriverio-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-assert) | | 0 | 0 | | [![webdriverio-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should/workflows/webdriverio-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-should) | | 0 | 0 | | [![webdriverio-typescript-ts-node-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert/workflows/webdriverio-typescript-ts-node-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-assert) | \ No newline at end of file diff --git a/docs/stargazers.md b/docs/stargazers.md index 97ab66de..8361e975 100644 --- a/docs/stargazers.md +++ b/docs/stargazers.md @@ -1,6 +1,6 @@ | Stargazers count | Repository | | :--------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 22 | [![playwright-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/workflows/playwright-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert) | +| 23 | [![playwright-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/workflows/playwright-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert) | | 13 | [![docs](https://github.com/e2e-boilerplate/docs/workflows/docs/badge.svg)](https://github.com/e2e-boilerplate/docs) | | 10 | [![playwright-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/workflows/playwright-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect) | | 8 | [![utils](https://github.com/e2e-boilerplate/utils/workflows/utils/badge.svg)](https://github.com/e2e-boilerplate/utils) | diff --git a/docs/view.md b/docs/view.md index 0fe356fe..ce38da0a 100644 --- a/docs/view.md +++ b/docs/view.md @@ -1,105 +1,104 @@ | View count | Unique view | repository | | :--------- | :---------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 148 | 37 | [![playwright-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/workflows/playwright-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect) | -| 115 | 31 | [![playwright-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/workflows/playwright-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert) | -| 82 | 11 | [![selenium-webdriver-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/workflows/selenium-webdriver-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect) | -| 64 | 15 | [![webdriverio-typescript-ts-node-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/workflows/webdriverio-typescript-ts-node-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect) | -| 63 | 13 | [![playwright-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/workflows/playwright-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should) | -| 62 | 6 | [![playwright-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/workflows/playwright-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect) | +| 176 | 37 | [![playwright-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert/workflows/playwright-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-assert) | +| 152 | 38 | [![playwright-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect/workflows/playwright-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-jest-jest-expect) | +| 84 | 16 | [![playwright-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should/workflows/playwright-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-should) | +| 76 | 10 | [![selenium-webdriver-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect/workflows/selenium-webdriver-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-expect) | +| 54 | 5 | [![playwright-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect/workflows/playwright-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-expect) | | 51 | 8 | [![playwright-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert/workflows/playwright-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-chai-assert) | -| 43 | 10 | [![playwright-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert/workflows/playwright-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert) | -| 29 | 4 | [![cypress-typescript-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should/workflows/cypress-typescript-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should) | -| 23 | 6 | [![playwright-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/workflows/playwright-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert) | -| 21 | 5 | [![playwright-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/workflows/playwright-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect) | +| 49 | 13 | [![webdriverio-typescript-ts-node-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect/workflows/webdriverio-typescript-ts-node-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-expect) | +| 47 | 12 | [![playwright-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert/workflows/playwright-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-assert) | +| 39 | 6 | [![playwright-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert/workflows/playwright-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-assert) | +| 37 | 8 | [![playwright-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/workflows/playwright-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect) | +| 28 | 4 | [![cypress-typescript-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should/workflows/cypress-typescript-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should) | | 21 | 3 | [![playwright-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect/workflows/playwright-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-expect) | | 20 | 2 | [![cypress-es-modules-cucumber-jest-expect](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect/workflows/cypress-es-modules-cucumber-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect) | -| 20 | 10 | [![playwright-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert/workflows/playwright-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert) | -| 19 | 6 | [![playwright-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect/workflows/playwright-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect) | -| 19 | 4 | [![playwright-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect/workflows/playwright-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-typescript-ts-node-jasmine-expect) | +| 20 | 7 | [![playwright-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect/workflows/playwright-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-expect) | +| 19 | 9 | [![playwright-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert/workflows/playwright-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-jest-assert) | | 17 | 8 | [![playwright-commonjs-cucumber-expect](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect/workflows/playwright-commonjs-cucumber-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-cucumber-expect) | -| 16 | 6 | [![playwright-commonjs-jest-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect/workflows/playwright-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect) | +| 17 | 6 | [![playwright-commonjs-jest-expect](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect/workflows/playwright-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-expect) | | 16 | 1 | [![webdriverio-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect/workflows/webdriverio-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-jasmine-expect) | -| 14 | 2 | [![cypress-typescript-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/workflows/cypress-typescript-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert) | | 14 | 5 | [![cypress-typescript-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-jest-expect/workflows/cypress-typescript-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-jest-expect) | | 14 | 1 | [![cypress-typescript-webpack-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect/workflows/cypress-typescript-webpack-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-jest-expect) | -| 13 | 1 | [![playwright-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/workflows/playwright-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect) | +| 14 | 11 | [![utils](https://github.com/e2e-boilerplate/utils/workflows/utils/badge.svg)](https://github.com/e2e-boilerplate/utils) | +| 14 | 2 | [![webdriverio-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/workflows/webdriverio-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert) | +| 13 | 2 | [![cypress-typescript-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert/workflows/cypress-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert) | +| 12 | 4 | [![playwright-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/workflows/playwright-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert) | | 12 | 5 | [![puppeteer-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect/workflows/puppeteer-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-expect) | -| 11 | 6 | [![playwright-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert/workflows/playwright-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-assert) | -| 11 | 2 | [![selenium-webdriver-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/workflows/selenium-webdriver-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect) | -| 10 | 1 | [![cypress-typescript-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert/workflows/cypress-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-assert) | -| 10 | 8 | [![utils](https://github.com/e2e-boilerplate/utils/workflows/utils/badge.svg)](https://github.com/e2e-boilerplate/utils) | +| 11 | 2 | [![nightwatch-typescript-tsc-expect](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect/workflows/nightwatch-typescript-tsc-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect) | +| 10 | 5 | [![playwright-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/workflows/playwright-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should) | | 10 | 3 | [![webdriverio-typescript-ts-node-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert/workflows/webdriverio-typescript-ts-node-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-assert) | +| 9 | 3 | [![cypress-es-modules-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should/workflows/cypress-es-modules-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should) | +| 9 | 2 | [![playwright-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect/workflows/playwright-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-expect) | | 9 | 2 | [![protractor-typescript-tsc-jasmine-expect](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect/workflows/protractor-typescript-tsc-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-tsc-jasmine-expect) | +| 9 | 2 | [![selenium-webdriver-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect/workflows/selenium-webdriver-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-expect) | | 9 | 1 | [![selenium-webdriver-es-modules-babel-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect/workflows/selenium-webdriver-es-modules-babel-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jasmine-expect) | | 9 | 2 | [![selenium-webdriver-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert/workflows/selenium-webdriver-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-assert) | | 9 | 1 | [![selenium-webdriver-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert/workflows/selenium-webdriver-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-assert) | -| 8 | 3 | [![cypress-typescript-webpack-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect/workflows/cypress-typescript-webpack-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect) | -| 8 | 4 | [![playwright-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should/workflows/playwright-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-should) | -| 8 | 1 | [![webdriverio-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert/workflows/webdriverio-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-assert) | -| 7 | 4 | [![docs](https://github.com/e2e-boilerplate/docs/workflows/docs/badge.svg)](https://github.com/e2e-boilerplate/docs) | +| 8 | 4 | [![selenium-webdriver-commonjs-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/workflows/selenium-webdriver-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert) | | 7 | 1 | [![webdriverio-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect/workflows/webdriverio-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-expect) | | 6 | 1 | [![cypress-typescript-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-chai-should/workflows/cypress-typescript-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-should) | +| 6 | 2 | [![cypress-typescript-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/workflows/cypress-typescript-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect) | | 6 | 2 | [![cypress-typescript-webpack-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should/workflows/cypress-typescript-webpack-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-should) | +| 6 | 3 | [![docs](https://github.com/e2e-boilerplate/docs/workflows/docs/badge.svg)](https://github.com/e2e-boilerplate/docs) | | 6 | 3 | [![puppeteer-es-modules-babel-ava](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava/workflows/puppeteer-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-ava) | | 6 | 1 | [![selenium-webdriver-commonjs-cucumber-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should/workflows/selenium-webdriver-commonjs-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should) | -| 5 | 2 | [![cypress-typescript-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect/workflows/cypress-typescript-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect) | -| 5 | 2 | [![playwright-commonjs-jest-assert](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert/workflows/playwright-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert) | | 5 | 3 | [![playwright-es-modules-babel-ava](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava/workflows/playwright-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava) | +| 5 | 2 | [![protractor-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/workflows/protractor-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert) | +| 5 | 2 | [![selenium-webdriver-commonjs-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/workflows/selenium-webdriver-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect) | | 5 | 2 | [![selenium-webdriver-es-modules-babel-ava](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava/workflows/selenium-webdriver-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-ava) | | 5 | 2 | [![selenium-webdriver-typescript-ts-node-tape](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape/workflows/selenium-webdriver-typescript-ts-node-tape/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-tape) | | 5 | 1 | [![wd-commonjs-webdriver-manager-cucumber-chai-should](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should/workflows/wd-commonjs-webdriver-manager-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should) | | 4 | 2 | [![cypress-typescript-webpack-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert/workflows/cypress-typescript-webpack-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-assert) | -| 4 | 2 | [![puppeteer-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/workflows/puppeteer-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect) | -| 4 | 2 | [![selenium-webdriver-commonjs-jest-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert/workflows/selenium-webdriver-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-assert) | -| 4 | 2 | [![selenium-webdriver-es-modules-esm-mocha-chai](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/workflows/selenium-webdriver-es-modules-esm-mocha-chai/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai) | -| 3 | 1 | [![playwright-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should/workflows/playwright-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should) | +| 3 | 2 | [![cypress-typescript-webpack-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect/workflows/cypress-typescript-webpack-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-webpack-chai-expect) | +| 3 | 1 | [![playwright-commonjs-jest-assert](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert/workflows/playwright-commonjs-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jest-assert) | | 3 | 1 | [![playwright-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert/workflows/playwright-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-assert) | | 3 | 1 | [![webdriverio-es-modules-babel-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect/workflows/webdriverio-es-modules-babel-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-es-modules-babel-mocha-chai-expect) | -| 3 | 2 | [![webdriverio-typescript-ts-node-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/workflows/webdriverio-typescript-ts-node-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should) | | 2 | 2 | [![cypress-es-modules-chai-assert](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert/workflows/cypress-es-modules-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert) | -| 2 | 2 | [![cypress-es-modules-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should/workflows/cypress-es-modules-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-should) | -| 2 | 2 | [![cypress-typescript-browserify-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert/workflows/cypress-typescript-browserify-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert) | -| 2 | 2 | [![cypress-typescript-browserify-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect/workflows/cypress-typescript-browserify-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect) | | 2 | 2 | [![protractor-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect/workflows/protractor-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-expect) | | 2 | 2 | [![protractor-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect/workflows/protractor-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-expect) | +| 2 | 2 | [![puppeteer-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/workflows/puppeteer-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert) | | 2 | 2 | [![selenium-webdriver-es-modules-babel-mocha-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should/workflows/selenium-webdriver-es-modules-babel-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-mocha-chai-should) | -| 2 | 2 | [![selenium-webdriver-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/workflows/selenium-webdriver-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect) | | 2 | 1 | [![swagger](https://github.com/e2e-boilerplate/swagger/workflows/swagger/badge.svg)](https://github.com/e2e-boilerplate/swagger) | | 2 | 2 | [![testcafe-commonjs](https://github.com/e2e-boilerplate/testcafe-commonjs/workflows/testcafe-commonjs/badge.svg)](https://github.com/e2e-boilerplate/testcafe-commonjs) | | 2 | 1 | [![wd-typescript-ts-jest-webdriver-manager-jest-assert](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert/workflows/wd-typescript-ts-jest-webdriver-manager-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-jest-webdriver-manager-jest-assert) | | 2 | 1 | [![webdriverio-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert/workflows/webdriverio-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-jasmine-assert) | -| 1 | 1 | [![cypress-typescript-browserify-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should/workflows/cypress-typescript-browserify-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should) | +| 1 | 1 | [![cypress-typescript-browserify-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert/workflows/cypress-typescript-browserify-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-assert) | +| 1 | 1 | [![cypress-typescript-browserify-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect/workflows/cypress-typescript-browserify-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-expect) | | 1 | 1 | [![cypress-typescript-browserify-jest-expect](https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect/workflows/cypress-typescript-browserify-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-jest-expect) | | 1 | 1 | [![playwright-commonjs-mocha-assert](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert/workflows/playwright-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-assert) | -| 1 | 1 | [![playwright-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/workflows/playwright-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert) | | 1 | 1 | [![protractor-es-modules-babel-mocha-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert/workflows/protractor-es-modules-babel-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-assert) | | 1 | 1 | [![protractor-es-modules-babel-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert/workflows/protractor-es-modules-babel-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-babel-mocha-chai-assert) | | 1 | 1 | [![protractor-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should/workflows/protractor-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-should) | | 1 | 1 | [![protractor-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect/workflows/protractor-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-expect) | | 1 | 1 | [![protractor-typescript-ts-node-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert/workflows/protractor-typescript-ts-node-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-chai-assert) | -| 1 | 1 | [![puppeteer-es-modules-babel-jest-assert](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert/workflows/puppeteer-es-modules-babel-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-babel-jest-assert) | | 1 | 1 | [![selenium-webdriver-commonjs-cucumber-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert/workflows/selenium-webdriver-commonjs-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert) | | 1 | 1 | [![selenium-webdriver-es-modules-babel-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect/workflows/selenium-webdriver-es-modules-babel-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-babel-jest-expect) | +| 1 | 1 | [![selenium-webdriver-es-modules-esm-mocha-chai](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai/workflows/selenium-webdriver-es-modules-esm-mocha-chai/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-esm-mocha-chai) | +| 1 | 1 | [![selenium-webdriver-typescript-ts-jest-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect/workflows/selenium-webdriver-typescript-ts-jest-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-jest-jest-expect) | | 1 | 1 | [![selenium-webdriver-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert/workflows/selenium-webdriver-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-typescript-ts-node-jasmine-assert) | -| 1 | 1 | [![testcafe-typescript-chai-expect](https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect/workflows/testcafe-typescript-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect) | | 1 | 1 | [![webdriverio-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert/workflows/webdriverio-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-cucumber-assert) | -| 1 | 1 | [![webdriverio-commonjs-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert/workflows/webdriverio-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert) | +| 1 | 1 | [![webdriverio-typescript-ts-node-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should/workflows/webdriverio-typescript-ts-node-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-typescript-ts-node-mocha-chai-should) | | 0 | 0 | [![api](https://github.com/e2e-boilerplate/api/workflows/api/badge.svg)](https://github.com/e2e-boilerplate/api) | | 0 | 0 | [![cypress-es-modules-chai-expect](https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect/workflows/cypress-es-modules-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-chai-expect) | | 0 | 0 | [![cypress-es-modules-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert/workflows/cypress-es-modules-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-assert) | | 0 | 0 | [![cypress-es-modules-cucumber-chai-expect](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect/workflows/cypress-es-modules-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect) | | 0 | 0 | [![cypress-es-modules-cucumber-chai-should](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should/workflows/cypress-es-modules-cucumber-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-should) | | 0 | 0 | [![cypress-es-modules-jest-expect](https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect/workflows/cypress-es-modules-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-es-modules-jest-expect) | +| 0 | 0 | [![cypress-typescript-browserify-chai-should](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should/workflows/cypress-typescript-browserify-chai-should/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-browserify-chai-should) | | 0 | 0 | [![cypress-typescript-chai-expect](https://github.com/e2e-boilerplate/cypress-typescript-chai-expect/workflows/cypress-typescript-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-chai-expect) | +| 0 | 0 | [![cypress-typescript-cucumber-chai-assert](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert/workflows/cypress-typescript-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert) | | 0 | 0 | [![e2e-boilerplate](https://github.com/e2e-boilerplate/e2e-boilerplate/workflows/e2e-boilerplate/badge.svg)](https://github.com/e2e-boilerplate/e2e-boilerplate) | | 0 | 0 | [![nightwatch-commonjs-assert](https://github.com/e2e-boilerplate/nightwatch-commonjs-assert/workflows/nightwatch-commonjs-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-commonjs-assert) | | 0 | 0 | [![nightwatch-commonjs-expect](https://github.com/e2e-boilerplate/nightwatch-commonjs-expect/workflows/nightwatch-commonjs-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-commonjs-expect) | | 0 | 0 | [![nightwatch-es-modules-babel-assert](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert/workflows/nightwatch-es-modules-babel-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-assert) | | 0 | 0 | [![nightwatch-es-modules-babel-expect](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect/workflows/nightwatch-es-modules-babel-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-es-modules-babel-expect) | | 0 | 0 | [![nightwatch-typescript-tsc-assert](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert/workflows/nightwatch-typescript-tsc-assert/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-assert) | -| 0 | 0 | [![nightwatch-typescript-tsc-expect](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect/workflows/nightwatch-typescript-tsc-expect/badge.svg)](https://github.com/e2e-boilerplate/nightwatch-typescript-tsc-expect) | | 0 | 0 | [![picker](https://github.com/e2e-boilerplate/picker/workflows/picker/badge.svg)](https://github.com/e2e-boilerplate/picker) | | 0 | 0 | [![playwright-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert/workflows/playwright-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-jasmine-assert) | +| 0 | 0 | [![playwright-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert/workflows/playwright-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-assert) | +| 0 | 0 | [![playwright-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should/workflows/playwright-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/playwright-commonjs-mocha-chai-should) | +| 0 | 0 | [![playwright-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect/workflows/playwright-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-esm-mocha-chai-expect) | | 0 | 0 | [![protractor-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert/workflows/protractor-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-jasmine-assert) | | 0 | 0 | [![protractor-commonjs-mocha-assert](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert/workflows/protractor-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-assert) | | 0 | 0 | [![protractor-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert/workflows/protractor-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-commonjs-mocha-chai-assert) | @@ -111,7 +110,6 @@ | 0 | 0 | [![protractor-es-modules-esm-jasmine-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert/workflows/protractor-es-modules-esm-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-assert) | | 0 | 0 | [![protractor-es-modules-esm-jasmine-expect](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect/workflows/protractor-es-modules-esm-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-jasmine-expect) | | 0 | 0 | [![protractor-es-modules-esm-mocha-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert/workflows/protractor-es-modules-esm-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-assert) | -| 0 | 0 | [![protractor-es-modules-esm-mocha-chai-assert](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert/workflows/protractor-es-modules-esm-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-assert) | | 0 | 0 | [![protractor-es-modules-esm-mocha-chai-expect](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect/workflows/protractor-es-modules-esm-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/protractor-es-modules-esm-mocha-chai-expect) | | 0 | 0 | [![protractor-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert/workflows/protractor-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-jasmine-assert) | | 0 | 0 | [![protractor-typescript-ts-node-mocha-assert](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/workflows/protractor-typescript-ts-node-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert) | @@ -142,13 +140,13 @@ | 0 | 0 | [![puppeteer-es-modules-esm-mocha-chai-should](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should/workflows/puppeteer-es-modules-esm-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-es-modules-esm-mocha-chai-should) | | 0 | 0 | [![puppeteer-typescript-ts-jest-jest-assert](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert/workflows/puppeteer-typescript-ts-jest-jest-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-jest-jest-assert) | | 0 | 0 | [![puppeteer-typescript-ts-node-jasmine-assert](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert/workflows/puppeteer-typescript-ts-node-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-assert) | +| 0 | 0 | [![puppeteer-typescript-ts-node-jasmine-expect](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect/workflows/puppeteer-typescript-ts-node-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/puppeteer-typescript-ts-node-jasmine-expect) | | 0 | 0 | [![resources](https://github.com/e2e-boilerplate/resources/workflows/resources/badge.svg)](https://github.com/e2e-boilerplate/resources) | | 0 | 0 | [![sandbox](https://github.com/e2e-boilerplate/sandbox/workflows/sandbox/badge.svg)](https://github.com/e2e-boilerplate/sandbox) | | 0 | 0 | [![selenium-webdriver-commonjs-cucumber-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert/workflows/selenium-webdriver-commonjs-cucumber-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert) | | 0 | 0 | [![selenium-webdriver-commonjs-cucumber-chai-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect/workflows/selenium-webdriver-commonjs-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect) | | 0 | 0 | [![selenium-webdriver-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert/workflows/selenium-webdriver-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-assert) | | 0 | 0 | [![selenium-webdriver-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect/workflows/selenium-webdriver-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jasmine-expect) | -| 0 | 0 | [![selenium-webdriver-commonjs-jest-expect](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect/workflows/selenium-webdriver-commonjs-jest-expect/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-jest-expect) | | 0 | 0 | [![selenium-webdriver-commonjs-mocha-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert/workflows/selenium-webdriver-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-assert) | | 0 | 0 | [![selenium-webdriver-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert/workflows/selenium-webdriver-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-assert) | | 0 | 0 | [![selenium-webdriver-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should/workflows/selenium-webdriver-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-mocha-chai-should) | @@ -176,6 +174,7 @@ | 0 | 0 | [![testcafe-typescript](https://github.com/e2e-boilerplate/testcafe-typescript/workflows/testcafe-typescript/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript) | | 0 | 0 | [![testcafe-typescript-assert](https://github.com/e2e-boilerplate/testcafe-typescript-assert/workflows/testcafe-typescript-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-assert) | | 0 | 0 | [![testcafe-typescript-chai-assert](https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert/workflows/testcafe-typescript-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-assert) | +| 0 | 0 | [![testcafe-typescript-chai-expect](https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect/workflows/testcafe-typescript-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-expect) | | 0 | 0 | [![testcafe-typescript-chai-should](https://github.com/e2e-boilerplate/testcafe-typescript-chai-should/workflows/testcafe-typescript-chai-should/badge.svg)](https://github.com/e2e-boilerplate/testcafe-typescript-chai-should) | | 0 | 0 | [![wd-commonjs-webdriver-manager-cucumber-chai-assert](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert/workflows/wd-commonjs-webdriver-manager-cucumber-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-assert) | | 0 | 0 | [![wd-commonjs-webdriver-manager-cucumber-chai-expect](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect/workflows/wd-commonjs-webdriver-manager-cucumber-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect) | @@ -195,6 +194,7 @@ | 0 | 0 | [![wd-typescript-ts-node-webdriver-manager-jasmine-expect](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect/workflows/wd-typescript-ts-node-webdriver-manager-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/wd-typescript-ts-node-webdriver-manager-jasmine-expect) | | 0 | 0 | [![webdriverio-commonjs-jasmine-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert/workflows/webdriverio-commonjs-jasmine-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-assert) | | 0 | 0 | [![webdriverio-commonjs-jasmine-expect](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect/workflows/webdriverio-commonjs-jasmine-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-jasmine-expect) | +| 0 | 0 | [![webdriverio-commonjs-mocha-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert/workflows/webdriverio-commonjs-mocha-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-assert) | | 0 | 0 | [![webdriverio-commonjs-mocha-chai-assert](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert/workflows/webdriverio-commonjs-mocha-chai-assert/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-assert) | | 0 | 0 | [![webdriverio-commonjs-mocha-chai-expect](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect/workflows/webdriverio-commonjs-mocha-chai-expect/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-expect) | | 0 | 0 | [![webdriverio-commonjs-mocha-chai-should](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should/workflows/webdriverio-commonjs-mocha-chai-should/badge.svg)](https://github.com/e2e-boilerplate/webdriverio-commonjs-mocha-chai-should) |