Skip to content

Commit

Permalink
Altered handling of fields that need to be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrigos committed Nov 11, 2021
1 parent d67cec1 commit 9b783d3
Showing 1 changed file with 381 additions and 383 deletions.

1 comment on commit 9b783d3

@danielrigos
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reflective loop that replaces $fields in the .html file previously was hardcoded to skip problematic fields (UTF8 Charset, allConfigs map, etc.) These skipped fields are still hardcoded, but in a easy to adjust List, and the conditional to check fields has been cleaned up. This commit also includes a change to the report name output when running a comparison using comparator.yaml (already adjusted for script configurations) Output file name is "$packageName-$date-$time.html"

Please sign in to comment.