UNPKG

jest-html-reporter

Version:

Jest test results processor for generating a summary in HTML

150 lines (147 loc) 2.45 kB
html, body { font-family: Arial, Helvetica, sans-serif; font-size: 1rem; margin: 0; padding: 0; color: #fff; background-color: #2d2d2d } body { padding: 3rem; font-size: 0.85rem; } header { display: flex; align-items: center; } #title { font-weight: 100; font-size: 2rem; margin: 0; flex-grow: 1; } #logo { height: 4rem; } #metadata-container { display: flex; padding-bottom: 1rem; padding-top: 2rem; margin-bottom: 1rem; font-size: 1rem; } #timestamp { font-weight: bold; color: #ccc; margin-bottom: 0.5rem; order: 1; flex-grow: 1; text-align: right; } #summary { color: #ccc; margin-bottom: 1rem; order: 0; flex-grow: 2; } .suite-info { padding: 1rem 0; color: #fff; display: flex; align-items: center; font-size: 1rem; margin-bottom: 0.5rem; } .suite-info .suite-path { word-break: break-all; flex-grow: 1; font-weight: bold; } .suite-info .suite-time { margin-left: 0.5rem; padding: 0.2rem 0.3rem; font-size: 0.75rem; } .suite-info .suite-time.warn { background-color: #D8000C; color: #fff; } .suite-table { width: 100%; font-size: 0.85rem; margin-bottom: 2em; } /** PASSED */ .suite-table tr.passed { color: #2ab156; } .suite-table tr.passed td.suite { border-left: 0.5rem solid #2ab156; } /** PENDING */ .suite-table tr.pending { color: #efc52e; } .suite-table tr.pending td.suite { border-left: 0.5rem solid #efc52e; } /** FAILED */ .suite-table tr.failed { color: #e6636b; } .suite-table tr.failed td.suite { border-left: 0.5rem solid #e6636b; } .suite-table td { padding: 1rem; font-size: 0.85rem; vertical-align: top; } .suite-table td.suite { font-weight: bold; width: 20%; } .suite-table td.test { font-style: italic; width: 60%; } /** FAILURE MESSAGES */ .suite-table td.test .failureMsg { font-size: 1rem; font-size: 1rem; border-top: 0.2rem solid #e6636b; padding-top: 1rem; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } .suite-table td.result { width: 20%; text-align: right; } /* CONSOLE LOGS */ .suite-consolelog { margin-bottom: 2rem; padding: 1rem; border-left: 0.5rem solid #999; color: #999; } .suite-consolelog-header { font-weight: bold; } .suite-consolelog-item { padding: 0.5rem; } .suite-consolelog-item pre { margin: 0; } .suite-consolelog-item-origin { color: #555; font-weight: bold; } .suite-consolelog-item-message { font-size: 1rem; padding: 0 0.5rem; }