Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add console reporter statements to execution flow #205

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tsaleksandrova
Copy link
Contributor

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

@CLAassistant
Copy link

CLAassistant commented Aug 5, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ tsaleksandrova
❌ Naidenov


Naidenov seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants