Skip to content

Commit

Permalink
Merge pull request #4787 from LedgerHQ/bugfix/macos-screenshot
Browse files Browse the repository at this point in the history
MacOS screenshot
  • Loading branch information
KVNLS authored Sep 22, 2023
2 parents 10cc448 + 7c44a25 commit bfb181f
Show file tree
Hide file tree
Showing 24 changed files with 5,438 additions and 12,252 deletions.
3 changes: 2 additions & 1 deletion apps/ledger-live-desktop/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const config: PlaywrightTestConfig = {
preserveOutput: process.env.CI ? "failures-only" : "always",
maxFailures: process.env.CI ? 5 : undefined,
reportSlowTests: process.env.CI ? { max: 0, threshold: 60000 } : null,
workers: process.env.CI ? 1 : 1, // NOTE: 'macos-latest' and 'windows-latest' can't run 3 concurrent workers
fullyParallel: true,
workers: "50%", // NOTE: 'macos-latest' and 'windows-latest' can't run 3 concurrent workers
retries: process.env.CI ? 2 : 0, // FIXME: --update-snapshots doesn't work with --retries
reporter: process.env.CI
? [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 24 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/actions/turborepo-gh-cache/build/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -32062,7 +32062,7 @@ var init_httpPipelineLogLevel = __esm({
}
});

// ../../../node_modules/.pnpm/[email protected].1/node_modules/tslib/tslib.es6.mjs
// ../../../node_modules/.pnpm/[email protected].2/node_modules/tslib/tslib.es6.mjs
function __rest(s, e) {
var t = {};
for (var p in s)
Expand Down Expand Up @@ -32162,7 +32162,7 @@ function __asyncValues(o) {
}
}
var init_tslib_es6 = __esm({
"../../../node_modules/.pnpm/[email protected].1/node_modules/tslib/tslib.es6.mjs"() {
"../../../node_modules/.pnpm/[email protected].2/node_modules/tslib/tslib.es6.mjs"() {
"use strict";
}
});
Expand Down
Loading

1 comment on commit bfb181f

@vercel
Copy link

@vercel vercel bot commented on bfb181f Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.