Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions javascript/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import './styles.scss'
import { Envelope } from '@cucumber/messages'
import {
EnvelopesProvider,
ExecutionSummary,
FilteredDocuments,
SearchBar,
Report,
UrlSearchProvider,
} from '@cucumber/react-components'
import React from 'react'
Expand All @@ -23,11 +21,7 @@ root.render(
<EnvelopesProvider envelopes={window.CUCUMBER_MESSAGES}>
<UrlSearchProvider>
<div id="report" className="html-formatter">
<div className="html-formatter__header">
<ExecutionSummary />
<SearchBar />
</div>
<FilteredDocuments />
<Report />
</div>
</UrlSearchProvider>
</EnvelopesProvider>
Expand Down
4 changes: 0 additions & 4 deletions javascript/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ code {
max-width: 1600px;
min-height: 100vh;
margin: 0 auto;

&__header {
margin-bottom: 1.5rem;
}
}

@media all and (prefers-color-scheme: dark) {
Expand Down
Binary file modified javascript/test/__screenshots__/ambiguous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/attachments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/backgrounds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/cdata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/data-tables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/doc-strings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/examples-tables-attachment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/examples-tables-undefined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/examples-tables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/global-hooks-afterall-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/global-hooks-attachments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/global-hooks-beforeall-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/global-hooks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/hooks-attachment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/hooks-conditional.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/hooks-named.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/hooks-undefined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/hooks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/minimal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/multiple-features-reversed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/multiple-features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/parameter-types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/pending.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified javascript/test/__screenshots__/regular-expression.png
Binary file modified javascript/test/__screenshots__/retry-ambiguous.png
Binary file modified javascript/test/__screenshots__/retry-pending.png
Binary file modified javascript/test/__screenshots__/retry-undefined.png
Binary file modified javascript/test/__screenshots__/retry.png
Binary file modified javascript/test/__screenshots__/rules-backgrounds.png
Binary file modified javascript/test/__screenshots__/rules.png
Binary file modified javascript/test/__screenshots__/skipped.png
Binary file modified javascript/test/__screenshots__/stack-traces.png
Binary file modified javascript/test/__screenshots__/test-run-exception.png
Binary file modified javascript/test/__screenshots__/undefined.png
Binary file modified javascript/test/__screenshots__/unknown-parameter-type.png
Binary file modified javascript/test/__screenshots__/unused-steps.png