Skip to content
Snippets Groups Projects
Commit c1f6fc82 authored by Rosen Georgiev's avatar Rosen Georgiev
Browse files

Merge branch 'local-run-evaluate-policy-sync' into 'main'

remove test results, initiate evaluate policy sync

See merge request !15
parents 3849e129 98864d5e
No related branches found
No related tags found
1 merge request!15remove test results, initiate evaluate policy sync
Pipeline #51576 canceled with stage
in 1 minute and 30 seconds
Showing
with 10 additions and 1246 deletions
......@@ -65,4 +65,12 @@ replay_pid*
hs_err_pid*
replay_pid*
target/**
\ No newline at end of file
target/**
# Test results
build/reports/
build/test-results/
build/tmp/
reports/
devRun.sh
......@@ -85,4 +85,5 @@ dependencies {
implementation group: 'net.sourceforge.tess4j', name: 'tess4j', version: '4.4.1'
implementation 'io.github.prashant-ramcharan:courgette-jvm:3.+'
implementation 'org.mongodb:mongodb-driver-sync:4.0.5'
}
\ No newline at end of file
This diff is collapsed.
body {
/* Shifts body so navigation bar does not overlap it.
Make sure to include this after the core Bootstrap CSS. */
padding-top: 60px;
}
h2 {
font-size: 24px;
}
a {
color: #0097da;
}
a:hover {
color: #00587f;
}
.header-tag-name {
color: gray;
font-style: italic;
}
.keyword {
font-weight: bold;
}
.indention {
padding-left: 3px;
}
.inner-level {
margin-top: 5px;
margin-left: 20px;
padding-bottom: 2px;
padding-left: 1px;
}
.element {
margin-bottom: 15px;
padding-left: 3px;
}
/* left line along each section */
.element, .steps, .hooks-after, .hooks-before {
box-shadow: -1px 0 lightgray;
transition: box-shadow 0.3s;
}
.element:hover, .steps:hover, .hooks-after:hover, .hooks-before:hover {
box-shadow: -3px 0 #6ce;
}
.description {
font-style: italic;
background-color: beige;
white-space: pre;
}
.message, .output, .embedding {
background-color: #dfdfdf;
overflow: auto;
}
/*
same as <pre> from bootstrap library.
padding and overflow-x added.
*/
.embedding-content {
padding: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
font-size: 13px;
overflow-x: auto;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
.html-content {
position: relative;
/* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
padding: 0 0 56.25%;
height: 0;
overflow: hidden;
}
.html-content iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:none;
}
.download-button {
float: right;
margin-right: 10px;
color: #333;
}
/* names of those classes must be the same as name of the statuses (to lower case) in Status class */
.passed {
background-color: #92DD96;
}
.failed {
background-color: #F2928C;
}
.skipped {
background-color: #8AF;
}
.pending {
background-color: #F5F28F;
}
.undefined {
background-color: #F5B975;
}
.lead-duration {
float: right;
padding-right: 15px;
}
table.stats-table {
background-color: white;
color: black;
margin-bottom: 20px;
width: 100%;
}
table.stats-table th, table.stats-table td {
border: 1px solid gray;
padding: 5px;
text-align: center;
}
table.stats-table tr.header {
background-color: #66CCEE;
}
table.stats-table tfoot {
font-weight: bold;
}
tfoot.total, td.total, th.total {
background-color: lightgray;
}
table.stats-table td.duration {
text-align: right;
white-space: nowrap;
}
table.stats-table td.tagname {
text-align: left;
}
table.stats-table td.location, .location {
font-family: monospace;
text-align: left;
}
table.step-arguments {
margin-bottom: 5px;
margin-left: 25px;
margin-top: 3px;
}
table.step-arguments th, table.step-arguments td {
border: 1px solid gray;
padding: 3px;
text-align: left;
}
table#tablesorter thead tr:not(.dont-sort) th {
cursor: pointer;
}
tr:hover {
transition: background-color 0.3s;
}
.collapsable-control {
cursor: pointer;
}
.chevron:after {
content: "\f078";
}
.collapsed .chevron:after {
content: "\f054";
}
.footer {
font-size: smaller;
text-align: center;
margin-top: 30px;
}
/* Custom Bootstrap CSS overloading. */
.carousel-indicators {
bottom: 0;
}
.carousel-indicators li {
border: 1px solid black;
}
.carousel-indicators .active {
background-color: black;
}
.carousel-control {
font-size: 40px;
padding-top: 150px;;
}
.carousel-control.right, .carousel-control.left {
background-image: none;
color: #eee;
}
pre {
margin: 10px;
}
This diff is collapsed.
File deleted
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
build/reports/cucumber-html-reports/images/favicon.png

3.43 KiB

This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment