Skip to content

Instantly share code, notes, and snippets.

@el3um4s
Created October 29, 2021 14:28
Show Gist options
  • Save el3um4s/ae44bf6004c2673e770d3a96c5594ab0 to your computer and use it in GitHub Desktop.
Save el3um4s/ae44bf6004c2673e770d3a96c5594ab0 to your computer and use it in GitHub Desktop.
MEDIUM - Ho to Test Electron Apps - 11
test("Check Screenshot", async () => {
await firstWindow.screenshot({ path: "tests/screenshot/firstWindow.png" });
expect(await firstWindow.screenshot()).toMatchSnapshot("firstWindow.png");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment