add console reporter statements to execution flow #205
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
before
INFO: Suite started: demokit
INFO: Spec started: should load the entry page
DEBUG: Runtime resolved from capabilities: {....}
DEBUG: Loading module: ./api/toHaveHttpBody with instance config: {}.....
DEBUG: Maximizing browser window
DEBUG: Loading module: ./authenticator/plainAuthenticator with instance config: {}
INFO: Opening: https://veui5test.dhcp.wdf.sap.corp:9443/sapui5-sdk-dist/index.html
DEBUG: Waiting for redirect to complete, current url: https://veui5test.dhcp.wdf.sap.corp:9443/sapui5-sdk-dist/index.html
DEBUG: Initial page load wait: 3000ms
INFO: UI5 Version: 1.80.0-SNAPSHOT
INFO: UI5 Timestamp: 202006140318
DEBUG: Screenshot created "target\report\screenshots\click_sdk---app--searchControl-openingBtn_1_2020-06-14T21-48-39.png".....
INFO: Spec finished: should load the entry page with status: PASSED
INFO: Spec started: should load the entry page--- 2
BROWSER LOG: debug: 2020-06-15 00:48:42.032665 1 out of 1 controls met the matchers pipeline requirements - sap.ui.test.pipelines.MatcherPipeline
....
BROWSER LOG: debug: 2020-06-15 00:48:38.664489 Found 0 blocking out of 42 tracked timeouts - sap.ui.test.autowaiter._timeoutWaiter#hasPending
BROWSER LOG: debug: 2020-06-15 00:48:38.262745 Start polling to check for pending asynchronous work - sap.ui.test.autowaiter._autoWaiterAsync
DEBUG: Screenshot created "target\report\screenshots\demokit-should-load-the-entry-page----2_0_fail_2020-06-14T21-48-44.png"
DEBUG: Screenshot created "target\report\screenshots\demokit-should-load-the-entry-page----2_1_pass_2020-06-14T21-48-45.png"
INFO: Expectation FAILED: Expected 'All (0 of undefined)' to contain 'All (1 - '.
DEBUG: Expectation FAILED stack: Error: Failed expectation
at UserContext. (C:\repos\masterdetail.test\demokit.spec.js:53:47)....
INFO: Spec finished: should load the entry page--- 2 with status: FAILED
INFO: Suite finished: demokit with status: FAILED for: 25.511s
INFO: Suite specs summary, total: 2, passed: 1, failed: 1, pending: 0, disabled: 0
INFO: Suite expectations summary, total: 3, passed: 2, failed total: 1, failed with error: 1, failed with image comparison: 0
INFO: Overall status: FAILED for: 25.518s
INFO: Overall suites summary, total: 1, passed: 0, failed: 1
INFO: Overall specs summary, total: 2, passed: 1, failed: 1, pending: 0, disabled: 0
INFO: Overall expectations summary, total: 3, passed: 2, failed total: 1, failed with error: 1, failed with image comparison: 0
BROWSER LOG: debug: 2020-06-15 00:48:45.284959 1 out of 1 controls met the matchers pipeline requirements - sap.ui.test.pipelines.MatcherPipeline.....
.....
BROWSER LOG: debug: 2020-06-15 00:48:43.271824 Found 2 blocking out of 94 tracked timeouts
Timeout: ID: 700 Type: BLOCKING Status: TRACKED Delay: 1000 Initiator: undefined
Function: function () { [native code] }
Stack: .....
I/launcher - 0 instance(s) of WebDriver still running
after
DEBUG: Runtime resolved from capabilities: {...}
DEBUG: Loading module: ./api/toHaveHttpBody with instance config: {}......
DEBUG: Maximizing browser window
DEBUG: Loading module: ./authenticator/plainAuthenticator with instance config: {}
INFO: Opening: https://veui5test.dhcp.wdf.sap.corp:9443/sapui5-sdk-dist/index.html
DEBUG: Waiting for redirect to complete, current url: https://veui5test.dhcp.wdf.sap.corp:9443/sapui5-sdk-dist/index.html
DEBUG: Initial page load wait: 3000ms
INFO: UI5 Version: 1.80.0-SNAPSHOT
INFO: UI5 Timestamp: 202006140318
INFO: Suite started: demokit
INFO: Spec started: should load the entry page
DEBUG: Screenshot created "target\report\screenshots\click_sdk---app--searchControl-openingBtn_1_2020-06-14T21-51-32.png"......
BROWSER LOG: debug: 2020-06-15 00:51:35.699284 1 out of 1 controls met the matchers pipeline requirements - sap.ui.test.pipelines.MatcherPipeline
.....
BROWSER LOG: debug: 2020-06-15 00:51:31.338995 Start polling to check for pending asynchronous work - sap.ui.test.autowaiter._autoWaiterAsync
INFO: Spec finished: should load the entry page--- 2 with status: PASSED
INFO: Spec started: should load the entry page--- 2
DEBUG: Screenshot created "target\report\screenshots\demokit-should-load-the-entry-page----2_0_fail_2020-06-14T21-51-37.png"
DEBUG: Screenshot created "target\report\screenshots\demokit-should-load-the-entry-page----2_1_pass_2020-06-14T21-51-39.png"
INFO: Overall status: FAILED for: 26.503s
INFO: Overall suites summary, total: 1, passed: 0, failed: 1
INFO: Overall specs summary, total: 2, passed: 1, failed: 1, pending: 0, disabled: 0
INFO: Overall expectations summary, total: 3, passed: 2, failed total: 1, failed with error: 1, failed with image comparison: 0
BROWSER LOG: debug: 2020-06-15 00:51:39.004274 1 out of 1 controls met the matchers pipeline requirements - sap.ui.test.pipelines.MatcherPipeline
...
BROWSER LOG: debug: 2020-06-15 00:51:36.908770 Found 2 blocking out of 101 tracked timeouts
Timeout: ID: 716 Type: BLOCKING Status: TRACKED Delay: 1000 Initiator: undefined
Function: function () { [native code] }
Stack: ....
BROWSER LOG: debug: 2020-06-15 00:51:36.505909 Start polling to check for pending asynchronous work - sap.ui.test.autowaiter._autoWaiterAsync
INFO: Expectation FAILED: Expected 'All (0 of undefined)' to contain 'All (1 - '.
DEBUG: Expectation FAILED stack: Error: Failed expectation
at UserContext. (C:\repos\masterdetail.test\demokit.spec.js:53:47)
....
INFO: Spec finished: should load the entry page--- 2 with status: FAILED
INFO: Suite finished: demokit with status: FAILED for: 26.495s
INFO: Suite specs summary, total: 2, passed: 1, failed: 1, pending: 0, disabled: 0
INFO: Suite expectations summary, total: 3, passed: 2, failed total: 1, failed with error: 1, failed with image comparison: 0
I/launcher - 0 instance(s) of WebDriver still running