-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPCT-226: cmd/report UX enhancements
Several enhancements applied to the command 'report' to provide a better experience in the UI when reviewing artifacts. The alpha version is experimental version for v0.5 introducting the changes from the PR: #76
- Loading branch information
Showing
52 changed files
with
6,118 additions
and
1,295 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
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
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
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,14 @@ | ||
# Report HTML app | ||
|
||
Report is build upon Vue framework using native browser. | ||
|
||
The pages are reactive, using the opct-report.json as data source. | ||
|
||
The opct-report.json is generated by `report` command when processing | ||
the results. | ||
|
||
|
||
References: | ||
|
||
- https://vuejs.org/guide/extras/ways-of-using-vue.html | ||
- https://markus.oberlehner.net/blog/goodbye-webpack-building-vue-applications-without-webpack/ |
Oops, something went wrong.