-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d0e53b
commit 7cb4f40
Showing
83 changed files
with
1,017 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"liquibase.ext.bigquery.database.BigqueryDatabaseSpec":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":48},"title":"","narrative":""},"liquibase.ext.bigquery.database.BigqueryDatabaseTest":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":2},"title":"","narrative":""},"liquibase.ext.bigquery.database.BigqueryDatabaseSpec":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":56},"title":"","narrative":""},"liquibase.ext.bigquery.database.BigqueryDatabaseTest":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":2},"title":"","narrative":""},"liquibase.ext.bigquery.database.BigqueryDatabaseSpec":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":84},"title":"","narrative":""},"liquibase.ext.bigquery.database.BigqueryDatabaseTest":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":4},"title":"","narrative":""},"liquibase.ext.bigquery.database.BigqueryDatabaseSpec":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":115},"title":"","narrative":""},"liquibase.ext.bigquery.database.BigqueryDatabaseTest":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":4},"title":"","narrative":""},"liquibase.ext.bigquery.database.BigqueryDatabaseSpec":{"executedFeatures":["checkSetup"],"ignoredFeatures":[],"stats":{"failures":0,"errors":0,"skipped":0,"totalRuns":1,"totalFeatures":1,"passed":1,"successRate":1.0,"time":167},"title":"","narrative":""}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
<!DOCTYPE html><html> | ||
<head> | ||
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'></meta> | ||
<style>body { | ||
font-family: Helvetica, Arial, sans-serif; | ||
font-weight: 300; | ||
} | ||
|
||
h2 { | ||
font-weight: 400; | ||
} | ||
|
||
h3 { | ||
font-weight: 200; | ||
} | ||
|
||
table { | ||
margin: 5px; | ||
} | ||
|
||
.ignored { | ||
color: gray; | ||
} | ||
|
||
div.project-header { | ||
margin-bottom: 10px; | ||
font-size: large; | ||
} | ||
|
||
div.project-header > span.project-name { | ||
|
||
} | ||
|
||
div.project-header > span.project-version { | ||
padding-left: 20px; | ||
} | ||
|
||
div.date-test-ran { | ||
font-size: small; | ||
font-style: italic; | ||
} | ||
|
||
div.spec-title { | ||
padding: 10px 0px 5px 0px; | ||
} | ||
|
||
table.summary-table { | ||
width: 800px; | ||
text-align: left; | ||
font-weight: 500; | ||
font-size: small; | ||
} | ||
|
||
table.summary-table th { | ||
background: lightblue; | ||
padding: 6px; | ||
} | ||
|
||
table.summary-table td { | ||
background: #E0E0E0; | ||
padding: 6px; | ||
} | ||
|
||
tr.error td, td.error { | ||
background-color: #F89A4F !important; | ||
} | ||
|
||
tr.failure td, td.failure { | ||
color: red; | ||
} | ||
|
||
div.footer { | ||
text-align: center; | ||
font-size: small; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h2>Specification run results</h2> | ||
<hr></hr> | ||
<div class='summary-report'> | ||
<h3>Specifications summary:</h3> | ||
<div class='date-test-ran'>Created on Tue Apr 09 16:07:16 EEST 2024 by okush</div> | ||
<table class='summary-table'> | ||
<thead> | ||
<tr> | ||
<th>Total</th> | ||
<th>Passed</th> | ||
<th>Failed</th> | ||
<th>Skipped</th> | ||
<th>Ft Total</th> | ||
<th>Ft Passed</th> | ||
<th>Ft Failed</th> | ||
<th>Ft Skipped</th> | ||
<th>Success rate</th> | ||
<th>Total time</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>2</td> | ||
<td>2</td> | ||
<td>0</td> | ||
<td>0</td> | ||
<td>2</td> | ||
<td>2</td> | ||
<td>0</td> | ||
<td>0</td> | ||
<td>100.0%</td> | ||
<td>0.171 seconds</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<h3>Specifications:</h3> | ||
<table class='summary-table'> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Features</th> | ||
<th>Iterations</th> | ||
<th>Failed</th> | ||
<th>Errors</th> | ||
<th>Skipped</th> | ||
<th>Success rate</th> | ||
<th>Time</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<a href='liquibase.ext.bigquery.database.BigqueryDatabaseSpec.html'>liquibase.ext.bigquery.database.BigqueryDatabaseSpec</a> | ||
</td> | ||
<td>1</td> | ||
<td>1</td> | ||
<td>0</td> | ||
<td>0</td> | ||
<td>0</td> | ||
<td>100.0%</td> | ||
<td>0.167 seconds</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href='liquibase.ext.bigquery.database.BigqueryDatabaseTest.html'>liquibase.ext.bigquery.database.BigqueryDatabaseTest</a> | ||
</td> | ||
<td>1</td> | ||
<td>1</td> | ||
<td>0</td> | ||
<td>0</td> | ||
<td>0</td> | ||
<td>100.0%</td> | ||
<td>0.004 seconds</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<hr></hr> | ||
<div class='footer'>Generated by <a href='https://github.com/renatoathaydes/spock-reports'>Athaydes Spock Reports</a></div> | ||
</body> | ||
</html> |
Oops, something went wrong.