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

[extension-selenium] Add set variable steps #1030

Merged
merged 1 commit into from
Oct 16, 2020
Merged

Conversation

uarlouski
Copy link
Member

@uarlouski uarlouski commented Oct 15, 2020

Needs be fixed for 0.3.0 #1032

@codecov
Copy link

codecov bot commented Oct 15, 2020

Codecov Report

Merging #1030 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1030   +/-   ##
=========================================
  Coverage     95.10%   95.11%           
- Complexity     4594     4598    +4     
=========================================
  Files           603      605    +2     
  Lines         12467    12488   +21     
  Branches        909      909           
=========================================
+ Hits          11857    11878   +21     
  Misses          475      475           
  Partials        135      135           
Impacted Files Coverage Δ Complexity Δ
.../vividus/bdd/steps/ui/GenericSetVariableSteps.java 100.00% <100.00%> (ø) 9.00 <9.00> (?)
...idus/ui/mobile/action/MobileAppElementActions.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...org/vividus/bdd/steps/ui/web/SetVariableSteps.java 100.00% <100.00%> (ø) 25.00 <1.00> (-7.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 82277b5...9684ab1. Read the comment docs.

@uarlouski uarlouski force-pushed the addSaveValueSteps branch 3 times, most recently from bc11d85 to 0d82c28 Compare October 15, 2020 13:59
@uarlouski uarlouski changed the title [extension-selenium] Template for message [extension-selenium] Add set variable steps Oct 15, 2020
@uarlouski uarlouski marked this pull request as ready for review October 15, 2020 14:00
@uarlouski uarlouski force-pushed the addSaveValueSteps branch 6 times, most recently from e7e3d5d to 8eeeb79 Compare October 15, 2020 21:11
@uarlouski uarlouski marked this pull request as draft October 15, 2020 21:20
- When I save text of context element to $scopes variable `$variableName`
- When I save `$attributeName` attribute value of context element to $scopes variable `$variableName`
- When I save `$attributeName` attribute value of element located `$locator` to $scopes variable `$variableName`
@sonarcloud
Copy link

sonarcloud bot commented Oct 16, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@uarlouski uarlouski marked this pull request as ready for review October 16, 2020 07:54
@valfirst valfirst merged commit c030603 into master Oct 16, 2020
@valfirst valfirst deleted the addSaveValueSteps branch October 16, 2020 09:14
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