GitHub workflow output fix coverage summary report command. #232
GitHub Actions / Unit Test Results - mac
succeeded
Mar 11, 2024 in 0s
56 passed, 0 failed and 1 skipped
✅ platform/reports/TESTS-Safari_17.3.1_(Mac_OS_10.15.7).xml
57 tests were completed in 1s with 56 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Safari 17.3.1 (Mac OS 10.15.7) | 56✅ | 1⚪ | 1s |
✅ Safari 17.3.1 (Mac OS 10.15.7)
Safari_17_3_1_(Mac_OS_10_15_7).FileHandler
✅ FileHandler getPrivateFileUpdateParams - returns null for an unknown file url
✅ FileHandler githubRawUrlToStoreRequest - returns an object with a token server requestParams member from a raw github file url
✅ FileHandler getPrivateFileUpdateParams - returns
✅ FileHandler githubRawUrlToStoreRequest - returns an object with a token server request url member from a raw github file url
✅ FileHandler githubRawUrlTorequestUrl - returns a token server request url from a raw github file url
✅ FileHandler getPrivateFileRequestUrl - returns a token server request url from a raw github file url
✅ FileHandler getPrivateFileRequestUrl - returns null for an unknown file url
Safari_17_3_1_(Mac_OS_10_15_7).FunctionRegistry
✅ FunctionRegistry a registered function using wildcards can be found
✅ FunctionRegistry a single registered function using wildcards can be found
✅ FunctionRegistry a registered function can be looked up
Safari_17_3_1_(Mac_OS_10_15_7).ActionFunction
⚪ ActionFunction instance of a the return type returns the the corresponding id
✅ ActionFunction instance of a parameter name returns the the corresponding id
✅ ActionFunction object creation - id
Safari_17_3_1_(Mac_OS_10_15_7).ActivityManager activity initialisation
✅ ActivityManager activity initialisation the panel definitions the current activity references are unresolved
✅ ActivityManager activity initialisation the activities actions property panel references have been resolved
✅ ActivityManager activity initialisation an activities property's value is an object
✅ ActivityManager activity initialisation causes the activity file to be fetched from its URL using the fileHandler
✅ ActivityManager activity initialisation current activity activityId property is set to the activity id
✅ ActivityManager activity initialisation resolves references for a valid activity by calling resolveActionReferences with activity id
✅ ActivityManager activity initialisation the activities property has a key matching the activity id
✅ ActivityManager activity initialisation no config errors empty configErrors propererty
✅ ActivityManager activity initialisation the activities property is an object that has required keys
Safari_17_3_1_(Mac_OS_10_15_7).ActivityManager getting current activity
✅ ActivityManager getting current activity the activity files are fetched using FileHandler
✅ ActivityManager getting current activity the panel definitions for the current activity references are resolved
Safari_17_3_1_(Mac_OS_10_15_7).ActivityManager constructor
✅ ActivityManager constructor initialises the configValidator property
✅ ActivityManager constructor can be created
✅ ActivityManager constructor initialises the fileHandler property using param fileHandler
✅ ActivityManager constructor initialises the accessPanelDef property using param panelDefAccessor
✅ ActivityManager constructor sets the activityId property if the current activity is provided in the url query string
✅ ActivityManager constructor uses the query string to set the activitiesUrl property
Safari_17_3_1_(Mac_OS_10_15_7).Utility
✅ Utility arrayEquals - arrays with matching values are the same
✅ Utility parseConfigFile - a json file parsed as yaml to an object
✅ Utility parseConfigFile - an invald yaml file returns an error
✅ Utility arrayEquals - arrays with a wildcard and non matchng other element are not the same
✅ Utility parseConfigFile - a json file is parsed to an object
✅ Utility parseConfigFile - a yaml file is parsed to an object
✅ Utility parseConfigFile - an unknown file type returns null
✅ Utility arrayEquals - arrays with the same values in differing order are not the same
✅ Utility arrayEquals - when allow any is not enabled, arrays with any wildcard do not match the corresponding element
✅ Utility parseConfigFile - an invald json file returns an error
✅ Utility arrayEquals - arrays with an any wildcard always match the corresponding element
Safari_17_3_1_(Mac_OS_10_15_7).ActivityValidator
✅ ActivityValidator checkLayoutPanelIdsExist - layout panel ids missing panel
✅ ActivityValidator checkLayoutPanelIdsExist - layout panel ids no error
Safari_17_3_1_(Mac_OS_10_15_7).Button
✅ Button getView - outputs a DOM representation for customButtons properties
✅ Button has an id set by a config object
✅ Button can be created
✅ Button has an hint set by a config object
✅ Button createButtons - creates multiple buttons from an array of button objects
✅ Button has an icon set by a config object
Safari_17_3_1_(Mac_OS_10_15_7).ToolManager panel definitions
✅ ToolManager panel definitions returns null for a panel definition id that does not exist
✅ ToolManager panel definitions returns the correct object for an existing panel definition id
Safari_17_3_1_(Mac_OS_10_15_7).ToolManager tool grammar imports
✅ ToolManager tool grammar imports correctly loads the ace grammar module for a defined tool
✅ ToolManager tool grammar imports correctly loads the URL of the ace grammar for a defined tool
Safari_17_3_1_(Mac_OS_10_15_7).ToolManager initialisation
✅ ToolManager initialisation parses and stores the tool configuration
✅ ToolManager initialisation fetches the tool configuration from the remote given by its URL
✅ ToolManager initialisation sets tools URLs correctly
Safari_17_3_1_(Mac_OS_10_15_7).ToolManager constructor
✅ ToolManager constructor can be created
Loading