electron/spec
Milan Burda 6b67839770
test: add spec for `app.getAppMetrics()` for utility process (#40320)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
2023-10-24 13:32:51 -07:00
..
fixtures feat: support `chrome.scripting` extension APIs (#39677) 2023-09-28 11:29:46 -04:00
lib fix: falsy transparent shouldn't affect webContents background (#38157) 2023-05-03 15:42:27 +02:00
ts-smoke docs: fix some string union typings (#40204) 2023-10-16 09:17:55 +09:00
.eslintrc refactor: implement ajax() in tests using native fetch instead of jQuery (#32579) 2022-01-24 10:34:23 +01:00
.gitignore test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
ambient.d.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-app-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
api-auto-updater-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-autoupdater-darwin-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
api-browser-view-spec.ts fix: ensure `BrowserView` bounds are always relative to window (#39851) 2023-09-14 10:38:10 -04:00
api-browser-window-spec.ts fix: `webContents.capturePage()` for hidden windows on Windows/Linux (#40186) 2023-10-13 11:31:25 +02:00
api-clipboard-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-content-tracing-spec.ts test: fix flaky content tracing test (#39769) 2023-09-07 09:15:55 -04:00
api-context-bridge-spec.ts fix: exceptions during function/promise result conversions live in calling world (#37922) 2023-04-11 09:23:15 -07:00
api-crash-reporter-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-debugger-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-desktop-capturer-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-dialog-spec.ts docs: fix typing of message box type value (#38352) 2023-05-23 13:17:32 +02:00
api-global-shortcut-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-in-app-purchase-spec.ts feat: added username to IAP purchaseProduct method (#35902) 2022-12-12 10:11:48 -08:00
api-ipc-main-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-ipc-renderer-spec.ts feat: add `senderIsMainFrame` to messages sent via `ipcRenderer.sendTo()` (#39208) 2023-07-27 22:59:37 +02:00
api-ipc-spec.ts fix: crash in `MessagePortMain` with some `postMessage` params (#37585) 2023-03-27 13:56:55 -04:00
api-media-handler-spec.ts fix: instantiate tab video tracks from BrowserCaptureMediaStreamTrack (#39617) 2023-08-23 13:28:03 -04:00
api-menu-item-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
api-menu-spec.ts fix: set prototype names on `gin::Constructible` classes (#39035) 2023-07-10 14:09:57 +02:00
api-native-image-spec.ts refactor: `createThumbnailFromPath` takes `size` not `maxSize` (#37362) 2023-03-08 21:48:29 -05:00
api-native-theme-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-net-log-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-net-spec.ts feat: add protocol.handle (#36674) 2023-03-27 10:00:55 -07:00
api-notification-dbus-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-notification-spec.ts fix: set prototype names on `gin::Constructible` classes (#39035) 2023-07-10 14:09:57 +02:00
api-power-monitor-spec.ts feat: add thermal states to powerMonitor (#38028) 2023-04-20 12:27:08 +02:00
api-power-save-blocker-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-process-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
api-protocol-spec.ts fix: `protocol.handle` not intercepting file protocol (#39064) 2023-07-12 15:50:03 +02:00
api-safe-storage-spec.ts feat: expose safestorage backend information on linux (#39325) 2023-08-03 14:29:54 +02:00
api-screen-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
api-service-workers-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-session-spec.ts feat: allow headers to be sent with `webContents.downloadURL()` (#39561) 2023-08-24 11:05:49 -04:00
api-shell-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-subframe-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-system-preferences-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-touch-bar-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-tray-spec.ts fix: set prototype names on `gin::Constructible` classes (#39035) 2023-07-10 14:09:57 +02:00
api-utility-process-spec.ts test: add spec for `app.getAppMetrics()` for utility process (#40320) 2023-10-24 13:32:51 -07:00
api-view-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-web-contents-spec.ts fix: crash when calling non-reentrant function in `loadURL` (#40161) 2023-10-10 21:10:37 +02:00
api-web-contents-view-spec.ts test: use `await` to call "closeWindow" (#38174) 2023-05-04 14:26:50 +02:00
api-web-frame-main-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
api-web-frame-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
api-web-request-spec.ts feat: add protocol.handle (#36674) 2023-03-27 10:00:55 -07:00
asar-spec.ts fix: asar integration for require('node:child_process') (#39235) 2023-07-26 10:14:06 +02:00
autofill-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
chromium-spec.ts fix: `chrome://gpu` failing to load (#39852) 2023-09-14 11:09:53 -04:00
crash-spec.ts test: fix "crash cases" tests not failing properly (#37304) 2023-02-17 10:14:00 +01:00
deprecate-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
disabled-tests.json fix: `pageVisibility` state when `backgroundThrottling` disabled (#39299) 2023-07-31 21:03:38 +02:00
extensions-spec.ts feat: support `chrome.scripting` extension APIs (#39677) 2023-09-28 11:29:46 -04:00
get-files.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
guest-window-manager-spec.ts fix: falsy transparent shouldn't affect webContents background (#38157) 2023-05-03 15:42:27 +02:00
index.js test: add some environment variables for controlling tests (#39363) 2023-08-03 17:51:57 -04:00
logging-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
modules-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
node-spec.ts fix: don't double-log unhandled rejections (#37464) 2023-03-06 11:04:43 +01:00
package.json test: prewarm Node headers cache if specifying Electron version (#38297) 2023-05-16 09:38:59 +02:00
parse-features-string-spec.ts test: rename & split internal module tests (#37318) 2023-02-17 10:14:40 +01:00
pipe-transport.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
process-binding-spec.ts test: rename & split internal module tests (#37318) 2023-02-17 10:14:40 +01:00
release-notes-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
security-warnings-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
spellchecker-spec.ts test: use node helpers for events.once and setTimeout promise (#37374) 2023-02-23 15:53:53 -08:00
types-spec.ts chore: update node types version (#36924) 2023-01-18 14:46:27 +01:00
version-bump-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
visibility-state-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
webview-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
yarn.lock build: remove request dependency (#37747) 2023-03-31 12:20:25 +02:00