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

Wait for message #3097

Merged
merged 1 commit into from
Aug 25, 2022
Merged

Wait for message #3097

merged 1 commit into from
Aug 25, 2022

Conversation

ikalinin1
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Aug 24, 2022

Codecov Report

Merging #3097 (11225e4) into master (6ce5662) will decrease coverage by 7.46%.
The diff coverage is 100.00%.

❗ Current head 11225e4 differs from pull request most recent head d9eb302. Consider uploading reports for the commit d9eb302 to get more accurate results

@@             Coverage Diff              @@
##             master    #3097      +/-   ##
============================================
- Coverage     96.85%   89.39%   -7.47%     
- Complexity     5908     6126     +218     
============================================
  Files           826      826              
  Lines         16754    16774      +20     
  Branches       1083     1084       +1     
============================================
- Hits          16227    14995    -1232     
- Misses          415     1648    +1233     
- Partials        112      131      +19     
Impacted Files Coverage Δ
.../org/vividus/selenium/logging/BrowserLogLevel.java 100.00% <100.00%> (ø)
...va/org/vividus/steps/ui/web/JsValidationSteps.java 100.00% <100.00%> (ø)
.../src/main/java/org/vividus/results/model/Node.java 0.00% <0.00%> (-100.00%) ⬇️
...rc/main/java/org/vividus/transformer/JoinMode.java 0.00% <0.00%> (-100.00%) ⬇️
...c/main/java/org/vividus/transformer/MergeMode.java 0.00% <0.00%> (-100.00%) ⬇️
.../main/java/org/vividus/runner/BddStepsCounter.java 0.00% <0.00%> (-100.00%) ⬇️
...in/java/org/vividus/results/model/NodeContext.java 0.00% <0.00%> (-100.00%) ⬇️
...n/java/org/vividus/runner/BddScenariosCounter.java 0.00% <0.00%> (-100.00%) ⬇️
...n/java/org/vividus/runner/KnownIssueValidator.java 0.00% <0.00%> (-100.00%) ⬇️
...java/org/vividus/expression/HashAlgorithmType.java 0.00% <0.00%> (-100.00%) ⬇️
... and 58 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ikalinin1 ikalinin1 force-pushed the wait-for-message branch 5 times, most recently from f4a26ab to d6d1355 Compare August 24, 2022 15:06
docs/modules/plugins/pages/plugin-web-app.adoc Outdated Show resolved Hide resolved

==== Wait for message appearence and save

Waits for the appearance of the message of the expected level which matches regular expression and saves all the messages (including awaited one) of the expected level gathered during the wait to the scoped variable.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Waits for the appearance of the message of the expected level which matches regular expression and saves all the messages (including awaited one) of the expected level gathered during the wait to the scoped variable.
Waits for the appearance of the console log entries with the expected level and which match regular expression and saves all the entries (including awaited ones) of the expected level gathered during the wait to the scoped variable.

docs/modules/plugins/partials/selenium-properties.adoc Outdated Show resolved Hide resolved
docs/modules/plugins/partials/selenium-properties.adoc Outdated Show resolved Hide resolved
docs/modules/plugins/partials/selenium-properties.adoc Outdated Show resolved Hide resolved
docs/modules/plugins/partials/selenium-properties.adoc Outdated Show resolved Hide resolved
Comment on lines +151 to +153
return String.format("appearance of JavaScript %s matching `%s` regex",
JsValidationSteps.toString(logEntries), regex);
Copy link
Collaborator

Choose a reason for hiding this comment

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

how does failure look? how does passed step look?

Copy link
Member Author

Choose a reason for hiding this comment

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

image

image

@sonarcloud
Copy link

sonarcloud bot commented Aug 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@valfirst valfirst merged commit 07ed1e2 into master Aug 25, 2022
@valfirst valfirst deleted the wait-for-message branch August 25, 2022 07:31
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.

3 participants