Skip to content

Commit

Permalink
generate pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Sep 6, 2023
1 parent d1afc38 commit 9de538a
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report-viewer/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const config: PlaywrightTestConfig = {
* Use the preview server on CI for more realistic testing.
Playwright will re-use the local server if there is already a dev-server running.
*/
command: process.env.CI ? 'vite preview --port 8080' : 'vite dev',
command: 'vite preview --port 8080',
port: 8080,
reuseExistingServer: !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.
5 changes: 4 additions & 1 deletion report-viewer/tests/e2e/Distribution.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ async function compareDistributionDiagramm(page: Page, options: string[]) {
}

function getAllOptionCombinations() {
const options = [['Average', 'Maximum']]
const options = [
['Average', 'Maximum'],
['Linear', 'Logarithmic']
]

function combine(a: string[][], b: string[]) {
const combinations: string[][] = []
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.

0 comments on commit 9de538a

Please sign in to comment.