Skip to content
New issue

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

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

Already on GitHub? # to your account

[vividus] Enable dotall mode for step asserting against regex #1970

Merged

Conversation

valfirst
Copy link
Collaborator

Fixes #1967

@sonarqubecloud
Copy link

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

@codecov
Copy link

codecov bot commented Sep 16, 2021

Codecov Report

Merging #1970 (cb23989) into master (ec6b7e3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1970   +/-   ##
=========================================
  Coverage     96.01%   96.01%           
  Complexity     5298     5298           
=========================================
  Files           751      751           
  Lines         15116    15117    +1     
  Branches       1030     1030           
=========================================
+ Hits          14514    14515    +1     
  Misses          469      469           
  Partials        133      133           
Impacted Files Coverage Δ
...n/java/org/vividus/bdd/steps/BddVariableSteps.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec6b7e3...cb23989. Read the comment docs.

@valfirst valfirst merged commit 355aae2 into master Sep 17, 2021
@valfirst valfirst deleted the enable-dotall-mode-for-step-asserting-against-regex branch September 17, 2021 09:03
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Step Then ${textContent} matches .*text.* does not work
4 participants