pokeedex 0.1.0 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,2098 +0,0 @@
1
- /**
2
- * The `node:test` module facilitates the creation of JavaScript tests.
3
- * To access it:
4
- *
5
- * ```js
6
- * import test from 'node:test';
7
- * ```
8
- *
9
- * This module is only available under the `node:` scheme. The following will not
10
- * work:
11
- *
12
- * ```js
13
- * import test from 'test';
14
- * ```
15
- *
16
- * Tests created via the `test` module consist of a single function that is
17
- * processed in one of three ways:
18
- *
19
- * 1. A synchronous function that is considered failing if it throws an exception,
20
- * and is considered passing otherwise.
21
- * 2. A function that returns a `Promise` that is considered failing if the `Promise` rejects, and is considered passing if the `Promise` fulfills.
22
- * 3. A function that receives a callback function. If the callback receives any
23
- * truthy value as its first argument, the test is considered failing. If a
24
- * falsy value is passed as the first argument to the callback, the test is
25
- * considered passing. If the test function receives a callback function and
26
- * also returns a `Promise`, the test will fail.
27
- *
28
- * The following example illustrates how tests are written using the `test` module.
29
- *
30
- * ```js
31
- * test('synchronous passing test', (t) => {
32
- * // This test passes because it does not throw an exception.
33
- * assert.strictEqual(1, 1);
34
- * });
35
- *
36
- * test('synchronous failing test', (t) => {
37
- * // This test fails because it throws an exception.
38
- * assert.strictEqual(1, 2);
39
- * });
40
- *
41
- * test('asynchronous passing test', async (t) => {
42
- * // This test passes because the Promise returned by the async
43
- * // function is settled and not rejected.
44
- * assert.strictEqual(1, 1);
45
- * });
46
- *
47
- * test('asynchronous failing test', async (t) => {
48
- * // This test fails because the Promise returned by the async
49
- * // function is rejected.
50
- * assert.strictEqual(1, 2);
51
- * });
52
- *
53
- * test('failing test using Promises', (t) => {
54
- * // Promises can be used directly as well.
55
- * return new Promise((resolve, reject) => {
56
- * setImmediate(() => {
57
- * reject(new Error('this will cause the test to fail'));
58
- * });
59
- * });
60
- * });
61
- *
62
- * test('callback passing test', (t, done) => {
63
- * // done() is the callback function. When the setImmediate() runs, it invokes
64
- * // done() with no arguments.
65
- * setImmediate(done);
66
- * });
67
- *
68
- * test('callback failing test', (t, done) => {
69
- * // When the setImmediate() runs, done() is invoked with an Error object and
70
- * // the test fails.
71
- * setImmediate(() => {
72
- * done(new Error('callback failure'));
73
- * });
74
- * });
75
- * ```
76
- *
77
- * If any tests fail, the process exit code is set to `1`.
78
- * @since v18.0.0, v16.17.0
79
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/test.js)
80
- */
81
- declare module "node:test" {
82
- import { Readable } from "node:stream";
83
- /**
84
- * **Note:** `shard` is used to horizontally parallelize test running across
85
- * machines or processes, ideal for large-scale executions across varied
86
- * environments. It's incompatible with `watch` mode, tailored for rapid
87
- * code iteration by automatically rerunning tests on file changes.
88
- *
89
- * ```js
90
- * import { tap } from 'node:test/reporters';
91
- * import { run } from 'node:test';
92
- * import process from 'node:process';
93
- * import path from 'node:path';
94
- *
95
- * run({ files: [path.resolve('./tests/test.js')] })
96
- * .compose(tap)
97
- * .pipe(process.stdout);
98
- * ```
99
- * @since v18.9.0, v16.19.0
100
- * @param options Configuration options for running tests.
101
- */
102
- function run(options?: RunOptions): TestsStream;
103
- /**
104
- * The `test()` function is the value imported from the `test` module. Each
105
- * invocation of this function results in reporting the test to the `TestsStream`.
106
- *
107
- * The `TestContext` object passed to the `fn` argument can be used to perform
108
- * actions related to the current test. Examples include skipping the test, adding
109
- * additional diagnostic information, or creating subtests.
110
- *
111
- * `test()` returns a `Promise` that fulfills once the test completes.
112
- * if `test()` is called within a suite, it fulfills immediately.
113
- * The return value can usually be discarded for top level tests.
114
- * However, the return value from subtests should be used to prevent the parent
115
- * test from finishing first and cancelling the subtest
116
- * as shown in the following example.
117
- *
118
- * ```js
119
- * test('top level test', async (t) => {
120
- * // The setTimeout() in the following subtest would cause it to outlive its
121
- * // parent test if 'await' is removed on the next line. Once the parent test
122
- * // completes, it will cancel any outstanding subtests.
123
- * await t.test('longer running subtest', async (t) => {
124
- * return new Promise((resolve, reject) => {
125
- * setTimeout(resolve, 1000);
126
- * });
127
- * });
128
- * });
129
- * ```
130
- *
131
- * The `timeout` option can be used to fail the test if it takes longer than `timeout` milliseconds to complete. However, it is not a reliable mechanism for
132
- * canceling tests because a running test might block the application thread and
133
- * thus prevent the scheduled cancellation.
134
- * @since v18.0.0, v16.17.0
135
- * @param name The name of the test, which is displayed when reporting test results.
136
- * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
137
- * @param options Configuration options for the test.
138
- * @param fn The function under test. The first argument to this function is a {@link TestContext} object.
139
- * If the test uses callbacks, the callback function is passed as the second argument.
140
- * @return Fulfilled with `undefined` once the test completes, or immediately if the test runs within a suite.
141
- */
142
- function test(name?: string, fn?: TestFn): Promise<void>;
143
- function test(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
144
- function test(options?: TestOptions, fn?: TestFn): Promise<void>;
145
- function test(fn?: TestFn): Promise<void>;
146
- namespace test {
147
- export {
148
- after,
149
- afterEach,
150
- before,
151
- beforeEach,
152
- describe,
153
- it,
154
- mock,
155
- only,
156
- run,
157
- skip,
158
- snapshot,
159
- suite,
160
- test,
161
- todo,
162
- };
163
- }
164
- /**
165
- * The `suite()` function is imported from the `node:test` module.
166
- * @param name The name of the suite, which is displayed when reporting test results.
167
- * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
168
- * @param options Configuration options for the suite. This supports the same options as {@link test}.
169
- * @param fn The suite function declaring nested tests and suites. The first argument to this function is a {@link SuiteContext} object.
170
- * @return Immediately fulfilled with `undefined`.
171
- * @since v20.13.0
172
- */
173
- function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
174
- function suite(name?: string, fn?: SuiteFn): Promise<void>;
175
- function suite(options?: TestOptions, fn?: SuiteFn): Promise<void>;
176
- function suite(fn?: SuiteFn): Promise<void>;
177
- namespace suite {
178
- /**
179
- * Shorthand for skipping a suite. This is the same as calling {@link suite} with `options.skip` set to `true`.
180
- * @since v20.13.0
181
- */
182
- function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
183
- function skip(name?: string, fn?: SuiteFn): Promise<void>;
184
- function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
185
- function skip(fn?: SuiteFn): Promise<void>;
186
- /**
187
- * Shorthand for marking a suite as `TODO`. This is the same as calling {@link suite} with `options.todo` set to `true`.
188
- * @since v20.13.0
189
- */
190
- function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
191
- function todo(name?: string, fn?: SuiteFn): Promise<void>;
192
- function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
193
- function todo(fn?: SuiteFn): Promise<void>;
194
- /**
195
- * Shorthand for marking a suite as `only`. This is the same as calling {@link suite} with `options.only` set to `true`.
196
- * @since v20.13.0
197
- */
198
- function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
199
- function only(name?: string, fn?: SuiteFn): Promise<void>;
200
- function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
201
- function only(fn?: SuiteFn): Promise<void>;
202
- }
203
- /**
204
- * Alias for {@link suite}.
205
- *
206
- * The `describe()` function is imported from the `node:test` module.
207
- */
208
- function describe(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
209
- function describe(name?: string, fn?: SuiteFn): Promise<void>;
210
- function describe(options?: TestOptions, fn?: SuiteFn): Promise<void>;
211
- function describe(fn?: SuiteFn): Promise<void>;
212
- namespace describe {
213
- /**
214
- * Shorthand for skipping a suite. This is the same as calling {@link describe} with `options.skip` set to `true`.
215
- * @since v18.15.0
216
- */
217
- function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
218
- function skip(name?: string, fn?: SuiteFn): Promise<void>;
219
- function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
220
- function skip(fn?: SuiteFn): Promise<void>;
221
- /**
222
- * Shorthand for marking a suite as `TODO`. This is the same as calling {@link describe} with `options.todo` set to `true`.
223
- * @since v18.15.0
224
- */
225
- function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
226
- function todo(name?: string, fn?: SuiteFn): Promise<void>;
227
- function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
228
- function todo(fn?: SuiteFn): Promise<void>;
229
- /**
230
- * Shorthand for marking a suite as `only`. This is the same as calling {@link describe} with `options.only` set to `true`.
231
- * @since v18.15.0
232
- */
233
- function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
234
- function only(name?: string, fn?: SuiteFn): Promise<void>;
235
- function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
236
- function only(fn?: SuiteFn): Promise<void>;
237
- }
238
- /**
239
- * Alias for {@link test}.
240
- *
241
- * The `it()` function is imported from the `node:test` module.
242
- * @since v18.6.0, v16.17.0
243
- */
244
- function it(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
245
- function it(name?: string, fn?: TestFn): Promise<void>;
246
- function it(options?: TestOptions, fn?: TestFn): Promise<void>;
247
- function it(fn?: TestFn): Promise<void>;
248
- namespace it {
249
- /**
250
- * Shorthand for skipping a test. This is the same as calling {@link it} with `options.skip` set to `true`.
251
- */
252
- function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
253
- function skip(name?: string, fn?: TestFn): Promise<void>;
254
- function skip(options?: TestOptions, fn?: TestFn): Promise<void>;
255
- function skip(fn?: TestFn): Promise<void>;
256
- /**
257
- * Shorthand for marking a test as `TODO`. This is the same as calling {@link it} with `options.todo` set to `true`.
258
- */
259
- function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
260
- function todo(name?: string, fn?: TestFn): Promise<void>;
261
- function todo(options?: TestOptions, fn?: TestFn): Promise<void>;
262
- function todo(fn?: TestFn): Promise<void>;
263
- /**
264
- * Shorthand for marking a test as `only`. This is the same as calling {@link it} with `options.only` set to `true`.
265
- * @since v18.15.0
266
- */
267
- function only(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
268
- function only(name?: string, fn?: TestFn): Promise<void>;
269
- function only(options?: TestOptions, fn?: TestFn): Promise<void>;
270
- function only(fn?: TestFn): Promise<void>;
271
- }
272
- /**
273
- * Shorthand for skipping a test. This is the same as calling {@link test} with `options.skip` set to `true`.
274
- * @since v20.2.0
275
- */
276
- function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
277
- function skip(name?: string, fn?: TestFn): Promise<void>;
278
- function skip(options?: TestOptions, fn?: TestFn): Promise<void>;
279
- function skip(fn?: TestFn): Promise<void>;
280
- /**
281
- * Shorthand for marking a test as `TODO`. This is the same as calling {@link test} with `options.todo` set to `true`.
282
- * @since v20.2.0
283
- */
284
- function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
285
- function todo(name?: string, fn?: TestFn): Promise<void>;
286
- function todo(options?: TestOptions, fn?: TestFn): Promise<void>;
287
- function todo(fn?: TestFn): Promise<void>;
288
- /**
289
- * Shorthand for marking a test as `only`. This is the same as calling {@link test} with `options.only` set to `true`.
290
- * @since v20.2.0
291
- */
292
- function only(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
293
- function only(name?: string, fn?: TestFn): Promise<void>;
294
- function only(options?: TestOptions, fn?: TestFn): Promise<void>;
295
- function only(fn?: TestFn): Promise<void>;
296
- /**
297
- * The type of a function passed to {@link test}. The first argument to this function is a {@link TestContext} object.
298
- * If the test uses callbacks, the callback function is passed as the second argument.
299
- */
300
- type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise<void>;
301
- /**
302
- * The type of a suite test function. The argument to this function is a {@link SuiteContext} object.
303
- */
304
- type SuiteFn = (s: SuiteContext) => void | Promise<void>;
305
- interface TestShard {
306
- /**
307
- * A positive integer between 1 and `total` that specifies the index of the shard to run.
308
- */
309
- index: number;
310
- /**
311
- * A positive integer that specifies the total number of shards to split the test files to.
312
- */
313
- total: number;
314
- }
315
- interface RunOptions {
316
- /**
317
- * If a number is provided, then that many test processes would run in parallel, where each process corresponds to one test file.
318
- * If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time.
319
- * @default false
320
- */
321
- concurrency?: number | boolean | undefined;
322
- /**
323
- * An array containing the list of files to run. If omitted, files are run according to the
324
- * [test runner execution model](https://nodejs.org/docs/latest-v22.x/api/test.html#test-runner-execution-model).
325
- */
326
- files?: readonly string[] | undefined;
327
- /**
328
- * Configures the test runner to exit the process once all known
329
- * tests have finished executing even if the event loop would
330
- * otherwise remain active.
331
- * @default false
332
- */
333
- forceExit?: boolean | undefined;
334
- /**
335
- * An array containing the list of glob patterns to match test files.
336
- * This option cannot be used together with `files`. If omitted, files are run according to the
337
- * [test runner execution model](https://nodejs.org/docs/latest-v22.x/api/test.html#test-runner-execution-model).
338
- * @since v22.6.0
339
- */
340
- globPatterns?: readonly string[] | undefined;
341
- /**
342
- * Sets inspector port of test child process.
343
- * If a nullish value is provided, each process gets its own port,
344
- * incremented from the primary's `process.debugPort`.
345
- * @default undefined
346
- */
347
- inspectPort?: number | (() => number) | undefined;
348
- /**
349
- * If truthy, the test context will only run tests that have the `only` option set
350
- */
351
- only?: boolean | undefined;
352
- /**
353
- * A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run.
354
- * @default undefined
355
- */
356
- setup?: ((reporter: TestsStream) => void | Promise<void>) | undefined;
357
- /**
358
- * Allows aborting an in-progress test execution.
359
- */
360
- signal?: AbortSignal | undefined;
361
- /**
362
- * If provided, only run tests whose name matches the provided pattern.
363
- * Strings are interpreted as JavaScript regular expressions.
364
- * @default undefined
365
- */
366
- testNamePatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
367
- /**
368
- * A String, RegExp or a RegExp Array, that can be used to exclude running tests whose
369
- * name matches the provided pattern. Test name patterns are interpreted as JavaScript
370
- * regular expressions. For each test that is executed, any corresponding test hooks,
371
- * such as `beforeEach()`, are also run.
372
- * @default undefined
373
- * @since v22.1.0
374
- */
375
- testSkipPatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
376
- /**
377
- * The number of milliseconds after which the test execution will fail.
378
- * If unspecified, subtests inherit this value from their parent.
379
- * @default Infinity
380
- */
381
- timeout?: number | undefined;
382
- /**
383
- * Whether to run in watch mode or not.
384
- * @default false
385
- */
386
- watch?: boolean | undefined;
387
- /**
388
- * Running tests in a specific shard.
389
- * @default undefined
390
- */
391
- shard?: TestShard | undefined;
392
- }
393
- /**
394
- * A successful call to `run()` will return a new `TestsStream` object, streaming a series of events representing the execution of the tests.
395
- *
396
- * Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute.
397
- * @since v18.9.0, v16.19.0
398
- */
399
- class TestsStream extends Readable implements NodeJS.ReadableStream {
400
- addListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
401
- addListener(event: "test:complete", listener: (data: TestComplete) => void): this;
402
- addListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
403
- addListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
404
- addListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
405
- addListener(event: "test:fail", listener: (data: TestFail) => void): this;
406
- addListener(event: "test:pass", listener: (data: TestPass) => void): this;
407
- addListener(event: "test:plan", listener: (data: TestPlan) => void): this;
408
- addListener(event: "test:start", listener: (data: TestStart) => void): this;
409
- addListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
410
- addListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
411
- addListener(event: "test:watch:drained", listener: () => void): this;
412
- addListener(event: string, listener: (...args: any[]) => void): this;
413
- emit(event: "test:coverage", data: TestCoverage): boolean;
414
- emit(event: "test:complete", data: TestComplete): boolean;
415
- emit(event: "test:dequeue", data: TestDequeue): boolean;
416
- emit(event: "test:diagnostic", data: DiagnosticData): boolean;
417
- emit(event: "test:enqueue", data: TestEnqueue): boolean;
418
- emit(event: "test:fail", data: TestFail): boolean;
419
- emit(event: "test:pass", data: TestPass): boolean;
420
- emit(event: "test:plan", data: TestPlan): boolean;
421
- emit(event: "test:start", data: TestStart): boolean;
422
- emit(event: "test:stderr", data: TestStderr): boolean;
423
- emit(event: "test:stdout", data: TestStdout): boolean;
424
- emit(event: "test:watch:drained"): boolean;
425
- emit(event: string | symbol, ...args: any[]): boolean;
426
- on(event: "test:coverage", listener: (data: TestCoverage) => void): this;
427
- on(event: "test:complete", listener: (data: TestComplete) => void): this;
428
- on(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
429
- on(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
430
- on(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
431
- on(event: "test:fail", listener: (data: TestFail) => void): this;
432
- on(event: "test:pass", listener: (data: TestPass) => void): this;
433
- on(event: "test:plan", listener: (data: TestPlan) => void): this;
434
- on(event: "test:start", listener: (data: TestStart) => void): this;
435
- on(event: "test:stderr", listener: (data: TestStderr) => void): this;
436
- on(event: "test:stdout", listener: (data: TestStdout) => void): this;
437
- on(event: "test:watch:drained", listener: () => void): this;
438
- on(event: string, listener: (...args: any[]) => void): this;
439
- once(event: "test:coverage", listener: (data: TestCoverage) => void): this;
440
- once(event: "test:complete", listener: (data: TestComplete) => void): this;
441
- once(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
442
- once(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
443
- once(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
444
- once(event: "test:fail", listener: (data: TestFail) => void): this;
445
- once(event: "test:pass", listener: (data: TestPass) => void): this;
446
- once(event: "test:plan", listener: (data: TestPlan) => void): this;
447
- once(event: "test:start", listener: (data: TestStart) => void): this;
448
- once(event: "test:stderr", listener: (data: TestStderr) => void): this;
449
- once(event: "test:stdout", listener: (data: TestStdout) => void): this;
450
- once(event: "test:watch:drained", listener: () => void): this;
451
- once(event: string, listener: (...args: any[]) => void): this;
452
- prependListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
453
- prependListener(event: "test:complete", listener: (data: TestComplete) => void): this;
454
- prependListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
455
- prependListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
456
- prependListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
457
- prependListener(event: "test:fail", listener: (data: TestFail) => void): this;
458
- prependListener(event: "test:pass", listener: (data: TestPass) => void): this;
459
- prependListener(event: "test:plan", listener: (data: TestPlan) => void): this;
460
- prependListener(event: "test:start", listener: (data: TestStart) => void): this;
461
- prependListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
462
- prependListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
463
- prependListener(event: "test:watch:drained", listener: () => void): this;
464
- prependListener(event: string, listener: (...args: any[]) => void): this;
465
- prependOnceListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
466
- prependOnceListener(event: "test:complete", listener: (data: TestComplete) => void): this;
467
- prependOnceListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
468
- prependOnceListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
469
- prependOnceListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
470
- prependOnceListener(event: "test:fail", listener: (data: TestFail) => void): this;
471
- prependOnceListener(event: "test:pass", listener: (data: TestPass) => void): this;
472
- prependOnceListener(event: "test:plan", listener: (data: TestPlan) => void): this;
473
- prependOnceListener(event: "test:start", listener: (data: TestStart) => void): this;
474
- prependOnceListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
475
- prependOnceListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
476
- prependOnceListener(event: "test:watch:drained", listener: () => void): this;
477
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
478
- }
479
- /**
480
- * An instance of `TestContext` is passed to each test function in order to
481
- * interact with the test runner. However, the `TestContext` constructor is not
482
- * exposed as part of the API.
483
- * @since v18.0.0, v16.17.0
484
- */
485
- class TestContext {
486
- /**
487
- * An object containing assertion methods bound to the test context.
488
- * The top-level functions from the `node:assert` module are exposed here for the purpose of creating test plans.
489
- * @since v22.2.0, v20.15.0
490
- */
491
- readonly assert: TestContextAssert;
492
- /**
493
- * This function is used to create a hook running before subtest of the current test.
494
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
495
- * If the hook uses callbacks, the callback function is passed as the second argument.
496
- * @param options Configuration options for the hook.
497
- * @since v20.1.0, v18.17.0
498
- */
499
- before(fn?: TestContextHookFn, options?: HookOptions): void;
500
- /**
501
- * This function is used to create a hook running before each subtest of the current test.
502
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
503
- * If the hook uses callbacks, the callback function is passed as the second argument.
504
- * @param options Configuration options for the hook.
505
- * @since v18.8.0
506
- */
507
- beforeEach(fn?: TestContextHookFn, options?: HookOptions): void;
508
- /**
509
- * This function is used to create a hook that runs after the current test finishes.
510
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
511
- * If the hook uses callbacks, the callback function is passed as the second argument.
512
- * @param options Configuration options for the hook.
513
- * @since v18.13.0
514
- */
515
- after(fn?: TestContextHookFn, options?: HookOptions): void;
516
- /**
517
- * This function is used to create a hook running after each subtest of the current test.
518
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
519
- * If the hook uses callbacks, the callback function is passed as the second argument.
520
- * @param options Configuration options for the hook.
521
- * @since v18.8.0
522
- */
523
- afterEach(fn?: TestContextHookFn, options?: HookOptions): void;
524
- /**
525
- * This function is used to write diagnostics to the output. Any diagnostic
526
- * information is included at the end of the test's results. This function does
527
- * not return a value.
528
- *
529
- * ```js
530
- * test('top level test', (t) => {
531
- * t.diagnostic('A diagnostic message');
532
- * });
533
- * ```
534
- * @since v18.0.0, v16.17.0
535
- * @param message Message to be reported.
536
- */
537
- diagnostic(message: string): void;
538
- /**
539
- * The absolute path of the test file that created the current test. If a test file imports
540
- * additional modules that generate tests, the imported tests will return the path of the root test file.
541
- * @since v22.6.0
542
- */
543
- readonly filePath: string | undefined;
544
- /**
545
- * The name of the test and each of its ancestors, separated by `>`.
546
- * @since v22.3.0
547
- */
548
- readonly fullName: string;
549
- /**
550
- * The name of the test.
551
- * @since v18.8.0, v16.18.0
552
- */
553
- readonly name: string;
554
- /**
555
- * Used to set the number of assertions and subtests that are expected to run within the test.
556
- * If the number of assertions and subtests that run does not match the expected count, the test will fail.
557
- *
558
- * To make sure assertions are tracked, the assert functions on `context.assert` must be used,
559
- * instead of importing from the `node:assert` module.
560
- * ```js
561
- * test('top level test', (t) => {
562
- * t.plan(2);
563
- * t.assert.ok('some relevant assertion here');
564
- * t.test('subtest', () => {});
565
- * });
566
- * ```
567
- *
568
- * When working with asynchronous code, the `plan` function can be used to ensure that the correct number of assertions are run:
569
- * ```js
570
- * test('planning with streams', (t, done) => {
571
- * function* generate() {
572
- * yield 'a';
573
- * yield 'b';
574
- * yield 'c';
575
- * }
576
- * const expected = ['a', 'b', 'c'];
577
- * t.plan(expected.length);
578
- * const stream = Readable.from(generate());
579
- * stream.on('data', (chunk) => {
580
- * t.assert.strictEqual(chunk, expected.shift());
581
- * });
582
- * stream.on('end', () => {
583
- * done();
584
- * });
585
- * });
586
- * ```
587
- * @since v22.2.0
588
- */
589
- plan(count: number): void;
590
- /**
591
- * If `shouldRunOnlyTests` is truthy, the test context will only run tests that
592
- * have the `only` option set. Otherwise, all tests are run. If Node.js was not
593
- * started with the `--test-only` command-line option, this function is a
594
- * no-op.
595
- *
596
- * ```js
597
- * test('top level test', (t) => {
598
- * // The test context can be set to run subtests with the 'only' option.
599
- * t.runOnly(true);
600
- * return Promise.all([
601
- * t.test('this subtest is now skipped'),
602
- * t.test('this subtest is run', { only: true }),
603
- * ]);
604
- * });
605
- * ```
606
- * @since v18.0.0, v16.17.0
607
- * @param shouldRunOnlyTests Whether or not to run `only` tests.
608
- */
609
- runOnly(shouldRunOnlyTests: boolean): void;
610
- /**
611
- * ```js
612
- * test('top level test', async (t) => {
613
- * await fetch('some/uri', { signal: t.signal });
614
- * });
615
- * ```
616
- * @since v18.7.0, v16.17.0
617
- */
618
- readonly signal: AbortSignal;
619
- /**
620
- * This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does
621
- * not terminate execution of the test function. This function does not return a
622
- * value.
623
- *
624
- * ```js
625
- * test('top level test', (t) => {
626
- * // Make sure to return here as well if the test contains additional logic.
627
- * t.skip('this is skipped');
628
- * });
629
- * ```
630
- * @since v18.0.0, v16.17.0
631
- * @param message Optional skip message.
632
- */
633
- skip(message?: string): void;
634
- /**
635
- * This function adds a `TODO` directive to the test's output. If `message` is
636
- * provided, it is included in the output. Calling `todo()` does not terminate
637
- * execution of the test function. This function does not return a value.
638
- *
639
- * ```js
640
- * test('top level test', (t) => {
641
- * // This test is marked as `TODO`
642
- * t.todo('this is a todo');
643
- * });
644
- * ```
645
- * @since v18.0.0, v16.17.0
646
- * @param message Optional `TODO` message.
647
- */
648
- todo(message?: string): void;
649
- /**
650
- * This function is used to create subtests under the current test. This function behaves in
651
- * the same fashion as the top level {@link test} function.
652
- * @since v18.0.0
653
- * @param name The name of the test, which is displayed when reporting test results.
654
- * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
655
- * @param options Configuration options for the test.
656
- * @param fn The function under test. This first argument to this function is a {@link TestContext} object.
657
- * If the test uses callbacks, the callback function is passed as the second argument.
658
- * @returns A {@link Promise} resolved with `undefined` once the test completes.
659
- */
660
- test: typeof test;
661
- /**
662
- * Each test provides its own MockTracker instance.
663
- */
664
- readonly mock: MockTracker;
665
- }
666
- interface TestContextAssert {
667
- /**
668
- * Identical to the `deepEqual` function from the `node:assert` module, but bound to the test context.
669
- */
670
- deepEqual: typeof import("node:assert").deepEqual;
671
- /**
672
- * Identical to the `deepStrictEqual` function from the `node:assert` module, but bound to the test context.
673
- *
674
- * **Note:** as this method returns a type assertion, the context parameter in the callback signature must have a
675
- * type annotation, otherwise an error will be raised by the TypeScript compiler:
676
- * ```ts
677
- * import { test, type TestContext } from 'node:test';
678
- *
679
- * // The test function's context parameter must have a type annotation.
680
- * test('example', (t: TestContext) => {
681
- * t.assert.deepStrictEqual(actual, expected);
682
- * });
683
- *
684
- * // Omitting the type annotation will result in a compilation error.
685
- * test('example', t => {
686
- * t.assert.deepStrictEqual(actual, expected); // Error: 't' needs an explicit type annotation.
687
- * });
688
- * ```
689
- */
690
- deepStrictEqual: typeof import("node:assert").deepStrictEqual;
691
- /**
692
- * Identical to the `doesNotMatch` function from the `node:assert` module, but bound to the test context.
693
- */
694
- doesNotMatch: typeof import("node:assert").doesNotMatch;
695
- /**
696
- * Identical to the `doesNotReject` function from the `node:assert` module, but bound to the test context.
697
- */
698
- doesNotReject: typeof import("node:assert").doesNotReject;
699
- /**
700
- * Identical to the `doesNotThrow` function from the `node:assert` module, but bound to the test context.
701
- */
702
- doesNotThrow: typeof import("node:assert").doesNotThrow;
703
- /**
704
- * Identical to the `equal` function from the `node:assert` module, but bound to the test context.
705
- */
706
- equal: typeof import("node:assert").equal;
707
- /**
708
- * Identical to the `fail` function from the `node:assert` module, but bound to the test context.
709
- */
710
- fail: typeof import("node:assert").fail;
711
- /**
712
- * Identical to the `ifError` function from the `node:assert` module, but bound to the test context.
713
- *
714
- * **Note:** as this method returns a type assertion, the context parameter in the callback signature must have a
715
- * type annotation, otherwise an error will be raised by the TypeScript compiler:
716
- * ```ts
717
- * import { test, type TestContext } from 'node:test';
718
- *
719
- * // The test function's context parameter must have a type annotation.
720
- * test('example', (t: TestContext) => {
721
- * t.assert.ifError(err);
722
- * });
723
- *
724
- * // Omitting the type annotation will result in a compilation error.
725
- * test('example', t => {
726
- * t.assert.ifError(err); // Error: 't' needs an explicit type annotation.
727
- * });
728
- * ```
729
- */
730
- ifError: typeof import("node:assert").ifError;
731
- /**
732
- * Identical to the `match` function from the `node:assert` module, but bound to the test context.
733
- */
734
- match: typeof import("node:assert").match;
735
- /**
736
- * Identical to the `notDeepEqual` function from the `node:assert` module, but bound to the test context.
737
- */
738
- notDeepEqual: typeof import("node:assert").notDeepEqual;
739
- /**
740
- * Identical to the `notDeepStrictEqual` function from the `node:assert` module, but bound to the test context.
741
- */
742
- notDeepStrictEqual: typeof import("node:assert").notDeepStrictEqual;
743
- /**
744
- * Identical to the `notEqual` function from the `node:assert` module, but bound to the test context.
745
- */
746
- notEqual: typeof import("node:assert").notEqual;
747
- /**
748
- * Identical to the `notStrictEqual` function from the `node:assert` module, but bound to the test context.
749
- */
750
- notStrictEqual: typeof import("node:assert").notStrictEqual;
751
- /**
752
- * Identical to the `ok` function from the `node:assert` module, but bound to the test context.
753
- *
754
- * **Note:** as this method returns a type assertion, the context parameter in the callback signature must have a
755
- * type annotation, otherwise an error will be raised by the TypeScript compiler:
756
- * ```ts
757
- * import { test, type TestContext } from 'node:test';
758
- *
759
- * // The test function's context parameter must have a type annotation.
760
- * test('example', (t: TestContext) => {
761
- * t.assert.ok(condition);
762
- * });
763
- *
764
- * // Omitting the type annotation will result in a compilation error.
765
- * test('example', t => {
766
- * t.assert.ok(condition)); // Error: 't' needs an explicit type annotation.
767
- * });
768
- * ```
769
- */
770
- ok: typeof import("node:assert").ok;
771
- /**
772
- * Identical to the `rejects` function from the `node:assert` module, but bound to the test context.
773
- */
774
- rejects: typeof import("node:assert").rejects;
775
- /**
776
- * Identical to the `strictEqual` function from the `node:assert` module, but bound to the test context.
777
- *
778
- * **Note:** as this method returns a type assertion, the context parameter in the callback signature must have a
779
- * type annotation, otherwise an error will be raised by the TypeScript compiler:
780
- * ```ts
781
- * import { test, type TestContext } from 'node:test';
782
- *
783
- * // The test function's context parameter must have a type annotation.
784
- * test('example', (t: TestContext) => {
785
- * t.assert.strictEqual(actual, expected);
786
- * });
787
- *
788
- * // Omitting the type annotation will result in a compilation error.
789
- * test('example', t => {
790
- * t.assert.strictEqual(actual, expected); // Error: 't' needs an explicit type annotation.
791
- * });
792
- * ```
793
- */
794
- strictEqual: typeof import("node:assert").strictEqual;
795
- /**
796
- * Identical to the `throws` function from the `node:assert` module, but bound to the test context.
797
- */
798
- throws: typeof import("node:assert").throws;
799
- /**
800
- * This function implements assertions for snapshot testing.
801
- * ```js
802
- * test('snapshot test with default serialization', (t) => {
803
- * t.assert.snapshot({ value1: 1, value2: 2 });
804
- * });
805
- *
806
- * test('snapshot test with custom serialization', (t) => {
807
- * t.assert.snapshot({ value3: 3, value4: 4 }, {
808
- * serializers: [(value) => JSON.stringify(value)]
809
- * });
810
- * });
811
- * ```
812
- *
813
- * Only available through the [--experimental-test-snapshots](https://nodejs.org/api/cli.html#--experimental-test-snapshots) flag.
814
- * @since v22.3.0
815
- * @experimental
816
- */
817
- snapshot(value: any, options?: AssertSnapshotOptions): void;
818
- }
819
- interface AssertSnapshotOptions {
820
- /**
821
- * An array of synchronous functions used to serialize `value` into a string.
822
- * `value` is passed as the only argument to the first serializer function.
823
- * The return value of each serializer is passed as input to the next serializer.
824
- * Once all serializers have run, the resulting value is coerced to a string.
825
- *
826
- * If no serializers are provided, the test runner's default serializers are used.
827
- */
828
- serializers?: ReadonlyArray<(value: any) => any> | undefined;
829
- }
830
-
831
- /**
832
- * An instance of `SuiteContext` is passed to each suite function in order to
833
- * interact with the test runner. However, the `SuiteContext` constructor is not
834
- * exposed as part of the API.
835
- * @since v18.7.0, v16.17.0
836
- */
837
- class SuiteContext {
838
- /**
839
- * The absolute path of the test file that created the current suite. If a test file imports
840
- * additional modules that generate suites, the imported suites will return the path of the root test file.
841
- * @since v22.6.0
842
- */
843
- readonly filePath: string | undefined;
844
- /**
845
- * The name of the suite.
846
- * @since v18.8.0, v16.18.0
847
- */
848
- readonly name: string;
849
- /**
850
- * Can be used to abort test subtasks when the test has been aborted.
851
- * @since v18.7.0, v16.17.0
852
- */
853
- readonly signal: AbortSignal;
854
- }
855
- interface TestOptions {
856
- /**
857
- * If a number is provided, then that many tests would run in parallel.
858
- * If truthy, it would run (number of cpu cores - 1) tests in parallel.
859
- * For subtests, it will be `Infinity` tests in parallel.
860
- * If falsy, it would only run one test at a time.
861
- * If unspecified, subtests inherit this value from their parent.
862
- * @default false
863
- */
864
- concurrency?: number | boolean | undefined;
865
- /**
866
- * If truthy, and the test context is configured to run `only` tests, then this test will be
867
- * run. Otherwise, the test is skipped.
868
- * @default false
869
- */
870
- only?: boolean | undefined;
871
- /**
872
- * Allows aborting an in-progress test.
873
- * @since v18.8.0
874
- */
875
- signal?: AbortSignal | undefined;
876
- /**
877
- * If truthy, the test is skipped. If a string is provided, that string is displayed in the
878
- * test results as the reason for skipping the test.
879
- * @default false
880
- */
881
- skip?: boolean | string | undefined;
882
- /**
883
- * A number of milliseconds the test will fail after. If unspecified, subtests inherit this
884
- * value from their parent.
885
- * @default Infinity
886
- * @since v18.7.0
887
- */
888
- timeout?: number | undefined;
889
- /**
890
- * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in
891
- * the test results as the reason why the test is `TODO`.
892
- * @default false
893
- */
894
- todo?: boolean | string | undefined;
895
- /**
896
- * The number of assertions and subtests expected to be run in the test.
897
- * If the number of assertions run in the test does not match the number
898
- * specified in the plan, the test will fail.
899
- * @default undefined
900
- * @since v22.2.0
901
- */
902
- plan?: number | undefined;
903
- }
904
- /**
905
- * This function creates a hook that runs before executing a suite.
906
- *
907
- * ```js
908
- * describe('tests', async () => {
909
- * before(() => console.log('about to run some test'));
910
- * it('is a subtest', () => {
911
- * assert.ok('some relevant assertion here');
912
- * });
913
- * });
914
- * ```
915
- * @since v18.8.0, v16.18.0
916
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
917
- * @param options Configuration options for the hook.
918
- */
919
- function before(fn?: HookFn, options?: HookOptions): void;
920
- /**
921
- * This function creates a hook that runs after executing a suite.
922
- *
923
- * ```js
924
- * describe('tests', async () => {
925
- * after(() => console.log('finished running tests'));
926
- * it('is a subtest', () => {
927
- * assert.ok('some relevant assertion here');
928
- * });
929
- * });
930
- * ```
931
- * @since v18.8.0, v16.18.0
932
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
933
- * @param options Configuration options for the hook.
934
- */
935
- function after(fn?: HookFn, options?: HookOptions): void;
936
- /**
937
- * This function creates a hook that runs before each test in the current suite.
938
- *
939
- * ```js
940
- * describe('tests', async () => {
941
- * beforeEach(() => console.log('about to run a test'));
942
- * it('is a subtest', () => {
943
- * assert.ok('some relevant assertion here');
944
- * });
945
- * });
946
- * ```
947
- * @since v18.8.0, v16.18.0
948
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
949
- * @param options Configuration options for the hook.
950
- */
951
- function beforeEach(fn?: HookFn, options?: HookOptions): void;
952
- /**
953
- * This function creates a hook that runs after each test in the current suite.
954
- * The `afterEach()` hook is run even if the test fails.
955
- *
956
- * ```js
957
- * describe('tests', async () => {
958
- * afterEach(() => console.log('finished running a test'));
959
- * it('is a subtest', () => {
960
- * assert.ok('some relevant assertion here');
961
- * });
962
- * });
963
- * ```
964
- * @since v18.8.0, v16.18.0
965
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
966
- * @param options Configuration options for the hook.
967
- */
968
- function afterEach(fn?: HookFn, options?: HookOptions): void;
969
- /**
970
- * The hook function. The first argument is the context in which the hook is called.
971
- * If the hook uses callbacks, the callback function is passed as the second argument.
972
- */
973
- type HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any;
974
- /**
975
- * The hook function. The first argument is a `TestContext` object.
976
- * If the hook uses callbacks, the callback function is passed as the second argument.
977
- */
978
- type TestContextHookFn = (t: TestContext, done: (result?: any) => void) => any;
979
- /**
980
- * Configuration options for hooks.
981
- * @since v18.8.0
982
- */
983
- interface HookOptions {
984
- /**
985
- * Allows aborting an in-progress hook.
986
- */
987
- signal?: AbortSignal | undefined;
988
- /**
989
- * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this
990
- * value from their parent.
991
- * @default Infinity
992
- */
993
- timeout?: number | undefined;
994
- }
995
- interface MockFunctionOptions {
996
- /**
997
- * The number of times that the mock will use the behavior of `implementation`.
998
- * Once the mock function has been called `times` times,
999
- * it will automatically restore the behavior of `original`.
1000
- * This value must be an integer greater than zero.
1001
- * @default Infinity
1002
- */
1003
- times?: number | undefined;
1004
- }
1005
- interface MockMethodOptions extends MockFunctionOptions {
1006
- /**
1007
- * If `true`, `object[methodName]` is treated as a getter.
1008
- * This option cannot be used with the `setter` option.
1009
- */
1010
- getter?: boolean | undefined;
1011
- /**
1012
- * If `true`, `object[methodName]` is treated as a setter.
1013
- * This option cannot be used with the `getter` option.
1014
- */
1015
- setter?: boolean | undefined;
1016
- }
1017
- type Mock<F extends Function> = F & {
1018
- mock: MockFunctionContext<F>;
1019
- };
1020
- type NoOpFunction = (...args: any[]) => undefined;
1021
- type FunctionPropertyNames<T> = {
1022
- [K in keyof T]: T[K] extends Function ? K : never;
1023
- }[keyof T];
1024
- interface MockModuleOptions {
1025
- /**
1026
- * If false, each call to `require()` or `import()` generates a new mock module.
1027
- * If true, subsequent calls will return the same module mock, and the mock module is inserted into the CommonJS cache.
1028
- * @default false
1029
- */
1030
- cache?: boolean | undefined;
1031
- /**
1032
- * The value to use as the mocked module's default export.
1033
- *
1034
- * If this value is not provided, ESM mocks do not include a default export.
1035
- * If the mock is a CommonJS or builtin module, this setting is used as the value of `module.exports`.
1036
- * If this value is not provided, CJS and builtin mocks use an empty object as the value of `module.exports`.
1037
- */
1038
- defaultExport?: any;
1039
- /**
1040
- * An object whose keys and values are used to create the named exports of the mock module.
1041
- *
1042
- * If the mock is a CommonJS or builtin module, these values are copied onto `module.exports`.
1043
- * Therefore, if a mock is created with both named exports and a non-object default export,
1044
- * the mock will throw an exception when used as a CJS or builtin module.
1045
- */
1046
- namedExports?: object | undefined;
1047
- }
1048
- /**
1049
- * The `MockTracker` class is used to manage mocking functionality. The test runner
1050
- * module provides a top level `mock` export which is a `MockTracker` instance.
1051
- * Each test also provides its own `MockTracker` instance via the test context's `mock` property.
1052
- * @since v19.1.0, v18.13.0
1053
- */
1054
- class MockTracker {
1055
- /**
1056
- * This function is used to create a mock function.
1057
- *
1058
- * The following example creates a mock function that increments a counter by one
1059
- * on each invocation. The `times` option is used to modify the mock behavior such
1060
- * that the first two invocations add two to the counter instead of one.
1061
- *
1062
- * ```js
1063
- * test('mocks a counting function', (t) => {
1064
- * let cnt = 0;
1065
- *
1066
- * function addOne() {
1067
- * cnt++;
1068
- * return cnt;
1069
- * }
1070
- *
1071
- * function addTwo() {
1072
- * cnt += 2;
1073
- * return cnt;
1074
- * }
1075
- *
1076
- * const fn = t.mock.fn(addOne, addTwo, { times: 2 });
1077
- *
1078
- * assert.strictEqual(fn(), 2);
1079
- * assert.strictEqual(fn(), 4);
1080
- * assert.strictEqual(fn(), 5);
1081
- * assert.strictEqual(fn(), 6);
1082
- * });
1083
- * ```
1084
- * @since v19.1.0, v18.13.0
1085
- * @param original An optional function to create a mock on.
1086
- * @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and
1087
- * then restore the behavior of `original`.
1088
- * @param options Optional configuration options for the mock function.
1089
- * @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
1090
- * behavior of the mocked function.
1091
- */
1092
- fn<F extends Function = NoOpFunction>(original?: F, options?: MockFunctionOptions): Mock<F>;
1093
- fn<F extends Function = NoOpFunction, Implementation extends Function = F>(
1094
- original?: F,
1095
- implementation?: Implementation,
1096
- options?: MockFunctionOptions,
1097
- ): Mock<F | Implementation>;
1098
- /**
1099
- * This function is used to create a mock on an existing object method. The
1100
- * following example demonstrates how a mock is created on an existing object
1101
- * method.
1102
- *
1103
- * ```js
1104
- * test('spies on an object method', (t) => {
1105
- * const number = {
1106
- * value: 5,
1107
- * subtract(a) {
1108
- * return this.value - a;
1109
- * },
1110
- * };
1111
- *
1112
- * t.mock.method(number, 'subtract');
1113
- * assert.strictEqual(number.subtract.mock.calls.length, 0);
1114
- * assert.strictEqual(number.subtract(3), 2);
1115
- * assert.strictEqual(number.subtract.mock.calls.length, 1);
1116
- *
1117
- * const call = number.subtract.mock.calls[0];
1118
- *
1119
- * assert.deepStrictEqual(call.arguments, [3]);
1120
- * assert.strictEqual(call.result, 2);
1121
- * assert.strictEqual(call.error, undefined);
1122
- * assert.strictEqual(call.target, undefined);
1123
- * assert.strictEqual(call.this, number);
1124
- * });
1125
- * ```
1126
- * @since v19.1.0, v18.13.0
1127
- * @param object The object whose method is being mocked.
1128
- * @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown.
1129
- * @param implementation An optional function used as the mock implementation for `object[methodName]`.
1130
- * @param options Optional configuration options for the mock method.
1131
- * @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
1132
- * behavior of the mocked method.
1133
- */
1134
- method<
1135
- MockedObject extends object,
1136
- MethodName extends FunctionPropertyNames<MockedObject>,
1137
- >(
1138
- object: MockedObject,
1139
- methodName: MethodName,
1140
- options?: MockFunctionOptions,
1141
- ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName]>
1142
- : never;
1143
- method<
1144
- MockedObject extends object,
1145
- MethodName extends FunctionPropertyNames<MockedObject>,
1146
- Implementation extends Function,
1147
- >(
1148
- object: MockedObject,
1149
- methodName: MethodName,
1150
- implementation: Implementation,
1151
- options?: MockFunctionOptions,
1152
- ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName] | Implementation>
1153
- : never;
1154
- method<MockedObject extends object>(
1155
- object: MockedObject,
1156
- methodName: keyof MockedObject,
1157
- options: MockMethodOptions,
1158
- ): Mock<Function>;
1159
- method<MockedObject extends object>(
1160
- object: MockedObject,
1161
- methodName: keyof MockedObject,
1162
- implementation: Function,
1163
- options: MockMethodOptions,
1164
- ): Mock<Function>;
1165
-
1166
- /**
1167
- * This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`.
1168
- * @since v19.3.0, v18.13.0
1169
- */
1170
- getter<
1171
- MockedObject extends object,
1172
- MethodName extends keyof MockedObject,
1173
- >(
1174
- object: MockedObject,
1175
- methodName: MethodName,
1176
- options?: MockFunctionOptions,
1177
- ): Mock<() => MockedObject[MethodName]>;
1178
- getter<
1179
- MockedObject extends object,
1180
- MethodName extends keyof MockedObject,
1181
- Implementation extends Function,
1182
- >(
1183
- object: MockedObject,
1184
- methodName: MethodName,
1185
- implementation?: Implementation,
1186
- options?: MockFunctionOptions,
1187
- ): Mock<(() => MockedObject[MethodName]) | Implementation>;
1188
- /**
1189
- * This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`.
1190
- * @since v19.3.0, v18.13.0
1191
- */
1192
- setter<
1193
- MockedObject extends object,
1194
- MethodName extends keyof MockedObject,
1195
- >(
1196
- object: MockedObject,
1197
- methodName: MethodName,
1198
- options?: MockFunctionOptions,
1199
- ): Mock<(value: MockedObject[MethodName]) => void>;
1200
- setter<
1201
- MockedObject extends object,
1202
- MethodName extends keyof MockedObject,
1203
- Implementation extends Function,
1204
- >(
1205
- object: MockedObject,
1206
- methodName: MethodName,
1207
- implementation?: Implementation,
1208
- options?: MockFunctionOptions,
1209
- ): Mock<((value: MockedObject[MethodName]) => void) | Implementation>;
1210
-
1211
- /**
1212
- * This function is used to mock the exports of ECMAScript modules, CommonJS modules, and Node.js builtin modules.
1213
- * Any references to the original module prior to mocking are not impacted.
1214
- *
1215
- * Only available through the [--experimental-test-module-mocks](https://nodejs.org/api/cli.html#--experimental-test-module-mocks) flag.
1216
- * @since v22.3.0
1217
- * @experimental
1218
- * @param specifier A string identifying the module to mock.
1219
- * @param options Optional configuration options for the mock module.
1220
- */
1221
- module(specifier: string, options?: MockModuleOptions): MockModuleContext;
1222
-
1223
- /**
1224
- * This function restores the default behavior of all mocks that were previously
1225
- * created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be
1226
- * used to reset their behavior or
1227
- * otherwise interact with them.
1228
- *
1229
- * After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this
1230
- * function manually is recommended.
1231
- * @since v19.1.0, v18.13.0
1232
- */
1233
- reset(): void;
1234
- /**
1235
- * This function restores the default behavior of all mocks that were previously
1236
- * created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does
1237
- * not disassociate the mocks from the `MockTracker` instance.
1238
- * @since v19.1.0, v18.13.0
1239
- */
1240
- restoreAll(): void;
1241
-
1242
- timers: MockTimers;
1243
- }
1244
- const mock: MockTracker;
1245
- interface MockFunctionCall<
1246
- F extends Function,
1247
- ReturnType = F extends (...args: any) => infer T ? T
1248
- : F extends abstract new(...args: any) => infer T ? T
1249
- : unknown,
1250
- Args = F extends (...args: infer Y) => any ? Y
1251
- : F extends abstract new(...args: infer Y) => any ? Y
1252
- : unknown[],
1253
- > {
1254
- /**
1255
- * An array of the arguments passed to the mock function.
1256
- */
1257
- arguments: Args;
1258
- /**
1259
- * If the mocked function threw then this property contains the thrown value.
1260
- */
1261
- error: unknown | undefined;
1262
- /**
1263
- * The value returned by the mocked function.
1264
- *
1265
- * If the mocked function threw, it will be `undefined`.
1266
- */
1267
- result: ReturnType | undefined;
1268
- /**
1269
- * An `Error` object whose stack can be used to determine the callsite of the mocked function invocation.
1270
- */
1271
- stack: Error;
1272
- /**
1273
- * If the mocked function is a constructor, this field contains the class being constructed.
1274
- * Otherwise this will be `undefined`.
1275
- */
1276
- target: F extends abstract new(...args: any) => any ? F : undefined;
1277
- /**
1278
- * The mocked function's `this` value.
1279
- */
1280
- this: unknown;
1281
- }
1282
- /**
1283
- * The `MockFunctionContext` class is used to inspect or manipulate the behavior of
1284
- * mocks created via the `MockTracker` APIs.
1285
- * @since v19.1.0, v18.13.0
1286
- */
1287
- class MockFunctionContext<F extends Function> {
1288
- /**
1289
- * A getter that returns a copy of the internal array used to track calls to the
1290
- * mock. Each entry in the array is an object with the following properties.
1291
- * @since v19.1.0, v18.13.0
1292
- */
1293
- readonly calls: Array<MockFunctionCall<F>>;
1294
- /**
1295
- * This function returns the number of times that this mock has been invoked. This
1296
- * function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array.
1297
- * @since v19.1.0, v18.13.0
1298
- * @return The number of times that this mock has been invoked.
1299
- */
1300
- callCount(): number;
1301
- /**
1302
- * This function is used to change the behavior of an existing mock.
1303
- *
1304
- * The following example creates a mock function using `t.mock.fn()`, calls the
1305
- * mock function, and then changes the mock implementation to a different function.
1306
- *
1307
- * ```js
1308
- * test('changes a mock behavior', (t) => {
1309
- * let cnt = 0;
1310
- *
1311
- * function addOne() {
1312
- * cnt++;
1313
- * return cnt;
1314
- * }
1315
- *
1316
- * function addTwo() {
1317
- * cnt += 2;
1318
- * return cnt;
1319
- * }
1320
- *
1321
- * const fn = t.mock.fn(addOne);
1322
- *
1323
- * assert.strictEqual(fn(), 1);
1324
- * fn.mock.mockImplementation(addTwo);
1325
- * assert.strictEqual(fn(), 3);
1326
- * assert.strictEqual(fn(), 5);
1327
- * });
1328
- * ```
1329
- * @since v19.1.0, v18.13.0
1330
- * @param implementation The function to be used as the mock's new implementation.
1331
- */
1332
- mockImplementation(implementation: F): void;
1333
- /**
1334
- * This function is used to change the behavior of an existing mock for a single
1335
- * invocation. Once invocation `onCall` has occurred, the mock will revert to
1336
- * whatever behavior it would have used had `mockImplementationOnce()` not been
1337
- * called.
1338
- *
1339
- * The following example creates a mock function using `t.mock.fn()`, calls the
1340
- * mock function, changes the mock implementation to a different function for the
1341
- * next invocation, and then resumes its previous behavior.
1342
- *
1343
- * ```js
1344
- * test('changes a mock behavior once', (t) => {
1345
- * let cnt = 0;
1346
- *
1347
- * function addOne() {
1348
- * cnt++;
1349
- * return cnt;
1350
- * }
1351
- *
1352
- * function addTwo() {
1353
- * cnt += 2;
1354
- * return cnt;
1355
- * }
1356
- *
1357
- * const fn = t.mock.fn(addOne);
1358
- *
1359
- * assert.strictEqual(fn(), 1);
1360
- * fn.mock.mockImplementationOnce(addTwo);
1361
- * assert.strictEqual(fn(), 3);
1362
- * assert.strictEqual(fn(), 4);
1363
- * });
1364
- * ```
1365
- * @since v19.1.0, v18.13.0
1366
- * @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`.
1367
- * @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown.
1368
- */
1369
- mockImplementationOnce(implementation: F, onCall?: number): void;
1370
- /**
1371
- * Resets the call history of the mock function.
1372
- * @since v19.3.0, v18.13.0
1373
- */
1374
- resetCalls(): void;
1375
- /**
1376
- * Resets the implementation of the mock function to its original behavior. The
1377
- * mock can still be used after calling this function.
1378
- * @since v19.1.0, v18.13.0
1379
- */
1380
- restore(): void;
1381
- }
1382
- /**
1383
- * @since v22.3.0
1384
- * @experimental
1385
- */
1386
- class MockModuleContext {
1387
- /**
1388
- * Resets the implementation of the mock module.
1389
- * @since v22.3.0
1390
- */
1391
- restore(): void;
1392
- }
1393
-
1394
- type Timer = "setInterval" | "setTimeout" | "setImmediate" | "Date";
1395
- interface MockTimersOptions {
1396
- apis: Timer[];
1397
- now?: number | Date | undefined;
1398
- }
1399
- /**
1400
- * Mocking timers is a technique commonly used in software testing to simulate and
1401
- * control the behavior of timers, such as `setInterval` and `setTimeout`,
1402
- * without actually waiting for the specified time intervals.
1403
- *
1404
- * The MockTimers API also allows for mocking of the `Date` constructor and
1405
- * `setImmediate`/`clearImmediate` functions.
1406
- *
1407
- * The `MockTracker` provides a top-level `timers` export
1408
- * which is a `MockTimers` instance.
1409
- * @since v20.4.0
1410
- * @experimental
1411
- */
1412
- class MockTimers {
1413
- /**
1414
- * Enables timer mocking for the specified timers.
1415
- *
1416
- * **Note:** When you enable mocking for a specific timer, its associated
1417
- * clear function will also be implicitly mocked.
1418
- *
1419
- * **Note:** Mocking `Date` will affect the behavior of the mocked timers
1420
- * as they use the same internal clock.
1421
- *
1422
- * Example usage without setting initial time:
1423
- *
1424
- * ```js
1425
- * import { mock } from 'node:test';
1426
- * mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 });
1427
- * ```
1428
- *
1429
- * The above example enables mocking for the `Date` constructor, `setInterval` timer and
1430
- * implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`,
1431
- * `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked.
1432
- *
1433
- * Example usage with initial time set
1434
- *
1435
- * ```js
1436
- * import { mock } from 'node:test';
1437
- * mock.timers.enable({ apis: ['Date'], now: 1000 });
1438
- * ```
1439
- *
1440
- * Example usage with initial Date object as time set
1441
- *
1442
- * ```js
1443
- * import { mock } from 'node:test';
1444
- * mock.timers.enable({ apis: ['Date'], now: new Date() });
1445
- * ```
1446
- *
1447
- * Alternatively, if you call `mock.timers.enable()` without any parameters:
1448
- *
1449
- * All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`)
1450
- * will be mocked.
1451
- *
1452
- * The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`,
1453
- * and `globalThis` will be mocked.
1454
- * The `Date` constructor from `globalThis` will be mocked.
1455
- *
1456
- * If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can
1457
- * set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date
1458
- * object. It can either be a positive integer, or another Date object.
1459
- * @since v20.4.0
1460
- */
1461
- enable(options?: MockTimersOptions): void;
1462
- /**
1463
- * You can use the `.setTime()` method to manually move the mocked date to another time. This method only accepts a positive integer.
1464
- * Note: This method will execute any mocked timers that are in the past from the new time.
1465
- * In the below example we are setting a new time for the mocked date.
1466
- * ```js
1467
- * import assert from 'node:assert';
1468
- * import { test } from 'node:test';
1469
- * test('sets the time of a date object', (context) => {
1470
- * // Optionally choose what to mock
1471
- * context.mock.timers.enable({ apis: ['Date'], now: 100 });
1472
- * assert.strictEqual(Date.now(), 100);
1473
- * // Advance in time will also advance the date
1474
- * context.mock.timers.setTime(1000);
1475
- * context.mock.timers.tick(200);
1476
- * assert.strictEqual(Date.now(), 1200);
1477
- * });
1478
- * ```
1479
- */
1480
- setTime(time: number): void;
1481
- /**
1482
- * This function restores the default behavior of all mocks that were previously
1483
- * created by this `MockTimers` instance and disassociates the mocks
1484
- * from the `MockTracker` instance.
1485
- *
1486
- * **Note:** After each test completes, this function is called on
1487
- * the test context's `MockTracker`.
1488
- *
1489
- * ```js
1490
- * import { mock } from 'node:test';
1491
- * mock.timers.reset();
1492
- * ```
1493
- * @since v20.4.0
1494
- */
1495
- reset(): void;
1496
- /**
1497
- * Advances time for all mocked timers.
1498
- *
1499
- * **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts
1500
- * only positive numbers. In Node.js, `setTimeout` with negative numbers is
1501
- * only supported for web compatibility reasons.
1502
- *
1503
- * The following example mocks a `setTimeout` function and
1504
- * by using `.tick` advances in
1505
- * time triggering all pending timers.
1506
- *
1507
- * ```js
1508
- * import assert from 'node:assert';
1509
- * import { test } from 'node:test';
1510
- *
1511
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1512
- * const fn = context.mock.fn();
1513
- *
1514
- * context.mock.timers.enable({ apis: ['setTimeout'] });
1515
- *
1516
- * setTimeout(fn, 9999);
1517
- *
1518
- * assert.strictEqual(fn.mock.callCount(), 0);
1519
- *
1520
- * // Advance in time
1521
- * context.mock.timers.tick(9999);
1522
- *
1523
- * assert.strictEqual(fn.mock.callCount(), 1);
1524
- * });
1525
- * ```
1526
- *
1527
- * Alternativelly, the `.tick` function can be called many times
1528
- *
1529
- * ```js
1530
- * import assert from 'node:assert';
1531
- * import { test } from 'node:test';
1532
- *
1533
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1534
- * const fn = context.mock.fn();
1535
- * context.mock.timers.enable({ apis: ['setTimeout'] });
1536
- * const nineSecs = 9000;
1537
- * setTimeout(fn, nineSecs);
1538
- *
1539
- * const twoSeconds = 3000;
1540
- * context.mock.timers.tick(twoSeconds);
1541
- * context.mock.timers.tick(twoSeconds);
1542
- * context.mock.timers.tick(twoSeconds);
1543
- *
1544
- * assert.strictEqual(fn.mock.callCount(), 1);
1545
- * });
1546
- * ```
1547
- *
1548
- * Advancing time using `.tick` will also advance the time for any `Date` object
1549
- * created after the mock was enabled (if `Date` was also set to be mocked).
1550
- *
1551
- * ```js
1552
- * import assert from 'node:assert';
1553
- * import { test } from 'node:test';
1554
- *
1555
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1556
- * const fn = context.mock.fn();
1557
- *
1558
- * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
1559
- * setTimeout(fn, 9999);
1560
- *
1561
- * assert.strictEqual(fn.mock.callCount(), 0);
1562
- * assert.strictEqual(Date.now(), 0);
1563
- *
1564
- * // Advance in time
1565
- * context.mock.timers.tick(9999);
1566
- * assert.strictEqual(fn.mock.callCount(), 1);
1567
- * assert.strictEqual(Date.now(), 9999);
1568
- * });
1569
- * ```
1570
- * @since v20.4.0
1571
- */
1572
- tick(milliseconds: number): void;
1573
- /**
1574
- * Triggers all pending mocked timers immediately. If the `Date` object is also
1575
- * mocked, it will also advance the `Date` object to the furthest timer's time.
1576
- *
1577
- * The example below triggers all pending timers immediately,
1578
- * causing them to execute without any delay.
1579
- *
1580
- * ```js
1581
- * import assert from 'node:assert';
1582
- * import { test } from 'node:test';
1583
- *
1584
- * test('runAll functions following the given order', (context) => {
1585
- * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
1586
- * const results = [];
1587
- * setTimeout(() => results.push(1), 9999);
1588
- *
1589
- * // Notice that if both timers have the same timeout,
1590
- * // the order of execution is guaranteed
1591
- * setTimeout(() => results.push(3), 8888);
1592
- * setTimeout(() => results.push(2), 8888);
1593
- *
1594
- * assert.deepStrictEqual(results, []);
1595
- *
1596
- * context.mock.timers.runAll();
1597
- * assert.deepStrictEqual(results, [3, 2, 1]);
1598
- * // The Date object is also advanced to the furthest timer's time
1599
- * assert.strictEqual(Date.now(), 9999);
1600
- * });
1601
- * ```
1602
- *
1603
- * **Note:** The `runAll()` function is specifically designed for
1604
- * triggering timers in the context of timer mocking.
1605
- * It does not have any effect on real-time system
1606
- * clocks or actual timers outside of the mocking environment.
1607
- * @since v20.4.0
1608
- */
1609
- runAll(): void;
1610
- /**
1611
- * Calls {@link MockTimers.reset()}.
1612
- */
1613
- [Symbol.dispose](): void;
1614
- }
1615
- /**
1616
- * Only available through the [--experimental-test-snapshots](https://nodejs.org/api/cli.html#--experimental-test-snapshots) flag.
1617
- * @since v22.3.0
1618
- * @experimental
1619
- */
1620
- namespace snapshot {
1621
- /**
1622
- * This function is used to customize the default serialization mechanism used by the test runner.
1623
- *
1624
- * By default, the test runner performs serialization by calling `JSON.stringify(value, null, 2)` on the provided value.
1625
- * `JSON.stringify()` does have limitations regarding circular structures and supported data types.
1626
- * If a more robust serialization mechanism is required, this function should be used to specify a list of custom serializers.
1627
- *
1628
- * Serializers are called in order, with the output of the previous serializer passed as input to the next.
1629
- * The final result must be a string value.
1630
- * @since v22.3.0
1631
- * @param serializers An array of synchronous functions used as the default serializers for snapshot tests.
1632
- */
1633
- function setDefaultSnapshotSerializers(serializers: ReadonlyArray<(value: any) => any>): void;
1634
- /**
1635
- * This function is used to set a custom resolver for the location of the snapshot file used for snapshot testing.
1636
- * By default, the snapshot filename is the same as the entry point filename with `.snapshot` appended.
1637
- * @since v22.3.0
1638
- * @param fn A function which returns a string specifying the location of the snapshot file.
1639
- * The function receives the path of the test file as its only argument.
1640
- * If `process.argv[1]` is not associated with a file (for example in the REPL), the input is undefined.
1641
- */
1642
- function setResolveSnapshotPath(fn: (path: string | undefined) => string): void;
1643
- }
1644
- export {
1645
- after,
1646
- afterEach,
1647
- before,
1648
- beforeEach,
1649
- describe,
1650
- it,
1651
- Mock,
1652
- mock,
1653
- only,
1654
- run,
1655
- skip,
1656
- snapshot,
1657
- suite,
1658
- SuiteContext,
1659
- test,
1660
- test as default,
1661
- TestContext,
1662
- todo,
1663
- };
1664
- }
1665
-
1666
- interface TestError extends Error {
1667
- cause: Error;
1668
- }
1669
- interface TestLocationInfo {
1670
- /**
1671
- * The column number where the test is defined, or
1672
- * `undefined` if the test was run through the REPL.
1673
- */
1674
- column?: number;
1675
- /**
1676
- * The path of the test file, `undefined` if test was run through the REPL.
1677
- */
1678
- file?: string;
1679
- /**
1680
- * The line number where the test is defined, or `undefined` if the test was run through the REPL.
1681
- */
1682
- line?: number;
1683
- }
1684
- interface DiagnosticData extends TestLocationInfo {
1685
- /**
1686
- * The diagnostic message.
1687
- */
1688
- message: string;
1689
- /**
1690
- * The nesting level of the test.
1691
- */
1692
- nesting: number;
1693
- }
1694
- interface TestCoverage {
1695
- /**
1696
- * An object containing the coverage report.
1697
- */
1698
- summary: {
1699
- /**
1700
- * An array of coverage reports for individual files.
1701
- */
1702
- files: Array<{
1703
- /**
1704
- * The absolute path of the file.
1705
- */
1706
- path: string;
1707
- /**
1708
- * The total number of lines.
1709
- */
1710
- totalLineCount: number;
1711
- /**
1712
- * The total number of branches.
1713
- */
1714
- totalBranchCount: number;
1715
- /**
1716
- * The total number of functions.
1717
- */
1718
- totalFunctionCount: number;
1719
- /**
1720
- * The number of covered lines.
1721
- */
1722
- coveredLineCount: number;
1723
- /**
1724
- * The number of covered branches.
1725
- */
1726
- coveredBranchCount: number;
1727
- /**
1728
- * The number of covered functions.
1729
- */
1730
- coveredFunctionCount: number;
1731
- /**
1732
- * The percentage of lines covered.
1733
- */
1734
- coveredLinePercent: number;
1735
- /**
1736
- * The percentage of branches covered.
1737
- */
1738
- coveredBranchPercent: number;
1739
- /**
1740
- * The percentage of functions covered.
1741
- */
1742
- coveredFunctionPercent: number;
1743
- /**
1744
- * An array of functions representing function coverage.
1745
- */
1746
- functions: Array<{
1747
- /**
1748
- * The name of the function.
1749
- */
1750
- name: string;
1751
- /**
1752
- * The line number where the function is defined.
1753
- */
1754
- line: number;
1755
- /**
1756
- * The number of times the function was called.
1757
- */
1758
- count: number;
1759
- }>;
1760
- /**
1761
- * An array of branches representing branch coverage.
1762
- */
1763
- branches: Array<{
1764
- /**
1765
- * The line number where the branch is defined.
1766
- */
1767
- line: number;
1768
- /**
1769
- * The number of times the branch was taken.
1770
- */
1771
- count: number;
1772
- }>;
1773
- /**
1774
- * An array of lines representing line numbers and the number of times they were covered.
1775
- */
1776
- lines: Array<{
1777
- /**
1778
- * The line number.
1779
- */
1780
- line: number;
1781
- /**
1782
- * The number of times the line was covered.
1783
- */
1784
- count: number;
1785
- }>;
1786
- }>;
1787
- /**
1788
- * An object containing a summary of coverage for all files.
1789
- */
1790
- totals: {
1791
- /**
1792
- * The total number of lines.
1793
- */
1794
- totalLineCount: number;
1795
- /**
1796
- * The total number of branches.
1797
- */
1798
- totalBranchCount: number;
1799
- /**
1800
- * The total number of functions.
1801
- */
1802
- totalFunctionCount: number;
1803
- /**
1804
- * The number of covered lines.
1805
- */
1806
- coveredLineCount: number;
1807
- /**
1808
- * The number of covered branches.
1809
- */
1810
- coveredBranchCount: number;
1811
- /**
1812
- * The number of covered functions.
1813
- */
1814
- coveredFunctionCount: number;
1815
- /**
1816
- * The percentage of lines covered.
1817
- */
1818
- coveredLinePercent: number;
1819
- /**
1820
- * The percentage of branches covered.
1821
- */
1822
- coveredBranchPercent: number;
1823
- /**
1824
- * The percentage of functions covered.
1825
- */
1826
- coveredFunctionPercent: number;
1827
- };
1828
- /**
1829
- * The working directory when code coverage began. This
1830
- * is useful for displaying relative path names in case
1831
- * the tests changed the working directory of the Node.js process.
1832
- */
1833
- workingDirectory: string;
1834
- };
1835
- /**
1836
- * The nesting level of the test.
1837
- */
1838
- nesting: number;
1839
- }
1840
- interface TestComplete extends TestLocationInfo {
1841
- /**
1842
- * Additional execution metadata.
1843
- */
1844
- details: {
1845
- /**
1846
- * Whether the test passed or not.
1847
- */
1848
- passed: boolean;
1849
- /**
1850
- * The duration of the test in milliseconds.
1851
- */
1852
- duration_ms: number;
1853
- /**
1854
- * An error wrapping the error thrown by the test if it did not pass.
1855
- */
1856
- error?: TestError;
1857
- /**
1858
- * The type of the test, used to denote whether this is a suite.
1859
- */
1860
- type?: "suite";
1861
- };
1862
- /**
1863
- * The test name.
1864
- */
1865
- name: string;
1866
- /**
1867
- * The nesting level of the test.
1868
- */
1869
- nesting: number;
1870
- /**
1871
- * The ordinal number of the test.
1872
- */
1873
- testNumber: number;
1874
- /**
1875
- * Present if `context.todo` is called.
1876
- */
1877
- todo?: string | boolean;
1878
- /**
1879
- * Present if `context.skip` is called.
1880
- */
1881
- skip?: string | boolean;
1882
- }
1883
- interface TestDequeue extends TestLocationInfo {
1884
- /**
1885
- * The test name.
1886
- */
1887
- name: string;
1888
- /**
1889
- * The nesting level of the test.
1890
- */
1891
- nesting: number;
1892
- }
1893
- interface TestEnqueue extends TestLocationInfo {
1894
- /**
1895
- * The test name.
1896
- */
1897
- name: string;
1898
- /**
1899
- * The nesting level of the test.
1900
- */
1901
- nesting: number;
1902
- }
1903
- interface TestFail extends TestLocationInfo {
1904
- /**
1905
- * Additional execution metadata.
1906
- */
1907
- details: {
1908
- /**
1909
- * The duration of the test in milliseconds.
1910
- */
1911
- duration_ms: number;
1912
- /**
1913
- * An error wrapping the error thrown by the test.
1914
- */
1915
- error: TestError;
1916
- /**
1917
- * The type of the test, used to denote whether this is a suite.
1918
- * @since v20.0.0, v19.9.0, v18.17.0
1919
- */
1920
- type?: "suite";
1921
- };
1922
- /**
1923
- * The test name.
1924
- */
1925
- name: string;
1926
- /**
1927
- * The nesting level of the test.
1928
- */
1929
- nesting: number;
1930
- /**
1931
- * The ordinal number of the test.
1932
- */
1933
- testNumber: number;
1934
- /**
1935
- * Present if `context.todo` is called.
1936
- */
1937
- todo?: string | boolean;
1938
- /**
1939
- * Present if `context.skip` is called.
1940
- */
1941
- skip?: string | boolean;
1942
- }
1943
- interface TestPass extends TestLocationInfo {
1944
- /**
1945
- * Additional execution metadata.
1946
- */
1947
- details: {
1948
- /**
1949
- * The duration of the test in milliseconds.
1950
- */
1951
- duration_ms: number;
1952
- /**
1953
- * The type of the test, used to denote whether this is a suite.
1954
- * @since 20.0.0, 19.9.0, 18.17.0
1955
- */
1956
- type?: "suite";
1957
- };
1958
- /**
1959
- * The test name.
1960
- */
1961
- name: string;
1962
- /**
1963
- * The nesting level of the test.
1964
- */
1965
- nesting: number;
1966
- /**
1967
- * The ordinal number of the test.
1968
- */
1969
- testNumber: number;
1970
- /**
1971
- * Present if `context.todo` is called.
1972
- */
1973
- todo?: string | boolean;
1974
- /**
1975
- * Present if `context.skip` is called.
1976
- */
1977
- skip?: string | boolean;
1978
- }
1979
- interface TestPlan extends TestLocationInfo {
1980
- /**
1981
- * The nesting level of the test.
1982
- */
1983
- nesting: number;
1984
- /**
1985
- * The number of subtests that have ran.
1986
- */
1987
- count: number;
1988
- }
1989
- interface TestStart extends TestLocationInfo {
1990
- /**
1991
- * The test name.
1992
- */
1993
- name: string;
1994
- /**
1995
- * The nesting level of the test.
1996
- */
1997
- nesting: number;
1998
- }
1999
- interface TestStderr {
2000
- /**
2001
- * The path of the test file.
2002
- */
2003
- file: string;
2004
- /**
2005
- * The message written to `stderr`.
2006
- */
2007
- message: string;
2008
- }
2009
- interface TestStdout {
2010
- /**
2011
- * The path of the test file.
2012
- */
2013
- file: string;
2014
- /**
2015
- * The message written to `stdout`.
2016
- */
2017
- message: string;
2018
- }
2019
-
2020
- /**
2021
- * The `node:test/reporters` module exposes the builtin-reporters for `node:test`.
2022
- * To access it:
2023
- *
2024
- * ```js
2025
- * import test from 'node:test/reporters';
2026
- * ```
2027
- *
2028
- * This module is only available under the `node:` scheme. The following will not
2029
- * work:
2030
- *
2031
- * ```js
2032
- * import test from 'test/reporters';
2033
- * ```
2034
- * @since v19.9.0
2035
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/test/reporters.js)
2036
- */
2037
- declare module "node:test/reporters" {
2038
- import { Transform, TransformOptions } from "node:stream";
2039
-
2040
- type TestEvent =
2041
- | { type: "test:coverage"; data: TestCoverage }
2042
- | { type: "test:complete"; data: TestComplete }
2043
- | { type: "test:dequeue"; data: TestDequeue }
2044
- | { type: "test:diagnostic"; data: DiagnosticData }
2045
- | { type: "test:enqueue"; data: TestEnqueue }
2046
- | { type: "test:fail"; data: TestFail }
2047
- | { type: "test:pass"; data: TestPass }
2048
- | { type: "test:plan"; data: TestPlan }
2049
- | { type: "test:start"; data: TestStart }
2050
- | { type: "test:stderr"; data: TestStderr }
2051
- | { type: "test:stdout"; data: TestStdout }
2052
- | { type: "test:watch:drained"; data: undefined };
2053
- type TestEventGenerator = AsyncGenerator<TestEvent, void>;
2054
-
2055
- interface ReporterConstructorWrapper<T extends new(...args: any[]) => Transform> {
2056
- new(...args: ConstructorParameters<T>): InstanceType<T>;
2057
- (...args: ConstructorParameters<T>): InstanceType<T>;
2058
- }
2059
-
2060
- /**
2061
- * The `dot` reporter outputs the test results in a compact format,
2062
- * where each passing test is represented by a `.`,
2063
- * and each failing test is represented by a `X`.
2064
- * @since v20.0.0
2065
- */
2066
- function dot(source: TestEventGenerator): AsyncGenerator<"\n" | "." | "X", void>;
2067
- /**
2068
- * The `tap` reporter outputs the test results in the [TAP](https://testanything.org/) format.
2069
- * @since v20.0.0
2070
- */
2071
- function tap(source: TestEventGenerator): AsyncGenerator<string, void>;
2072
- class SpecReporter extends Transform {
2073
- constructor();
2074
- }
2075
- /**
2076
- * The `spec` reporter outputs the test results in a human-readable format.
2077
- * @since v20.0.0
2078
- */
2079
- const spec: ReporterConstructorWrapper<typeof SpecReporter>;
2080
- /**
2081
- * The `junit` reporter outputs test results in a jUnit XML format.
2082
- * @since v21.0.0
2083
- */
2084
- function junit(source: TestEventGenerator): AsyncGenerator<string, void>;
2085
- class LcovReporter extends Transform {
2086
- constructor(opts?: Omit<TransformOptions, "writableObjectMode">);
2087
- }
2088
- /**
2089
- * The `lcov` reporter outputs test coverage when used with the
2090
- * [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--experimental-test-coverage) flag.
2091
- * @since v22.0.0
2092
- */
2093
- // TODO: change the export to a wrapper function once node@0db38f0 is merged (breaking change)
2094
- // const lcov: ReporterConstructorWrapper<typeof LcovReporter>;
2095
- const lcov: LcovReporter;
2096
-
2097
- export { dot, junit, lcov, spec, tap, TestEvent };
2098
- }