package
0.0.1
Repository: https://github.com/migtools/demystifier.git
Documentation: pkg.go.dev

# Functions

GenerateLogURL generates a URL for the log file.
GetRunDataFromLog parameters: - logFile string, the location of the log file, local or remote (prefixes: http:// or https://) returns: - *TestRunData, a pointer to TestRunData struct representing the test run data to be updated.
SetIndividualTestsFromLog processes the log data and updates the test run data accordingly.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Attempt is for a single Test run that may include multiple Events.
Event is for example Backup or Restore.
No description provided by the author
IndividualTestRunData may consists of many attempts, each attempt is run of the same test, but may lead to different results or failures.
This is representation of full run, it may not have tests itself but w want to store full log.