Skip to content

Commit 6dedd25

Browse files
authored
Merge pull request #252 from dougnoel/version_1.0.7
Version 1.0.7
2 parents a06827e + 4329ab3 commit 6dedd25

168 files changed

Lines changed: 357 additions & 334 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,51 @@
66

77
**Implemented enhancements:**
88

9+
- Unexpose Selenium [\#247](https://github.com/dougnoel/sentinel/issues/247)
10+
- Update timeouts for negative tests [\#246](https://github.com/dougnoel/sentinel/issues/246)
911
- Add unit tests for checkboxes [\#216](https://github.com/dougnoel/sentinel/issues/216)
1012
- Create a Selenium Grid Driver [\#209](https://github.com/dougnoel/sentinel/issues/209)
1113
- Implement Edge browser driver [\#206](https://github.com/dougnoel/sentinel/issues/206)
14+
- Implement Drag and Drop action for PageElements. [\#201](https://github.com/dougnoel/sentinel/issues/201)
1215
- Add a total wait time warning. [\#198](https://github.com/dougnoel/sentinel/issues/198)
1316
- Implement webdrivermanager [\#193](https://github.com/dougnoel/sentinel/issues/193)
17+
- Replace Codebeat with SonarCloud with Github Actions [\#192](https://github.com/dougnoel/sentinel/issues/192)
18+
- Increase the speed of PageElement.isDisplayed [\#186](https://github.com/dougnoel/sentinel/issues/186)
19+
- Increase the Speed of PageElement.isEnabled [\#185](https://github.com/dougnoel/sentinel/issues/185)
1420
- Fix deployment to Maven Central and Update Documentation [\#178](https://github.com/dougnoel/sentinel/issues/178)
21+
- Close Driver even when tests error out [\#158](https://github.com/dougnoel/sentinel/issues/158)
22+
- Allow multiple element locators [\#83](https://github.com/dougnoel/sentinel/issues/83)
23+
- Overload getElement to accept a selector type and selector string [\#80](https://github.com/dougnoel/sentinel/issues/80)
24+
- Add Edge as a browser choice for local execution [\#77](https://github.com/dougnoel/sentinel/issues/77)
25+
- Monitor Google Web Drivers and automatically release new updates [\#69](https://github.com/dougnoel/sentinel/issues/69)
1526

1627
**Fixed bugs:**
1728

29+
- Errors in CI/CD Pipeline [\#236](https://github.com/dougnoel/sentinel/issues/236)
30+
- Default timeout settings doesn't work on elements [\#220](https://github.com/dougnoel/sentinel/issues/220)
31+
- Dynamic wait doesn't work on elements [\#219](https://github.com/dougnoel/sentinel/issues/219)
1832
- Cucumber Wait step is throwing a Null Pointer Exception [\#204](https://github.com/dougnoel/sentinel/issues/204)
1933

2034
**Closed issues:**
2135

36+
- Review PDFSteps [\#249](https://github.com/dougnoel/sentinel/issues/249)
2237
- README is very outdated [\#221](https://github.com/dougnoel/sentinel/issues/221)
38+
- Remove all configurations from the test runner [\#50](https://github.com/dougnoel/sentinel/issues/50)
2339

2440
**Merged pull requests:**
2541

42+
- Refactored PageElement to Element. Made toWebElement\(\) private so tha… [\#250](https://github.com/dougnoel/sentinel/pull/250) ([dougnoel](https://github.com/dougnoel))
43+
- 243 cleanup page object locations [\#244](https://github.com/dougnoel/sentinel/pull/244) ([dougnoel](https://github.com/dougnoel))
44+
- Bump pdfbox from 2.0.16 to 2.0.24 [\#242](https://github.com/dougnoel/sentinel/pull/242) ([dependabot[bot]](https://github.com/apps/dependabot))
45+
- Updated version to 1.0.6, updated Javadocs. [\#241](https://github.com/dougnoel/sentinel/pull/241) ([dougnoel](https://github.com/dougnoel))
2646
- Bump httpclient from 4.5.10 to 4.5.13 [\#238](https://github.com/dougnoel/sentinel/pull/238) ([dependabot[bot]](https://github.com/apps/dependabot))
2747
- Updated jacoco version to latest. [\#237](https://github.com/dougnoel/sentinel/pull/237) ([dougnoel](https://github.com/dougnoel))
2848
- 197 add an on hover test step1 [\#235](https://github.com/dougnoel/sentinel/pull/235) ([dougnoel](https://github.com/dougnoel))
49+
- Completed \# 3049 - When the "elements:" line is missing from the yaml file we should throw a ConfigurationParseException with a message [\#233](https://github.com/dougnoel/sentinel/pull/233) ([paglajewel](https://github.com/paglajewel))
2950
- added instructions to navigate from scenario to step def [\#229](https://github.com/dougnoel/sentinel/pull/229) ([mdsapon](https://github.com/mdsapon))
51+
- Fixed new window/tab issue and added unit tests [\#228](https://github.com/dougnoel/sentinel/pull/228) ([paglajewel](https://github.com/paglajewel))
3052
- Updated README.md, CHANGELOG.md and Javadocs. [\#226](https://github.com/dougnoel/sentinel/pull/226) ([dougnoel](https://github.com/dougnoel))
53+
- Added Drag and Drop code to PageElement object. [\#218](https://github.com/dougnoel/sentinel/pull/218) ([dougnoel](https://github.com/dougnoel))
3154
- Added Checkbox unit tests and modified language in cucumber steps. [\#217](https://github.com/dougnoel/sentinel/pull/217) ([dougnoel](https://github.com/dougnoel))
3255
- 193 implement webdrivermanager [\#215](https://github.com/dougnoel/sentinel/pull/215) ([dougnoel](https://github.com/dougnoel))
3356
- Added script to support selenium grid [\#212](https://github.com/dougnoel/sentinel/pull/212) ([mdsapon](https://github.com/mdsapon))

docs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>All Classes (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>All Classes (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="class index">

docs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>All Packages (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>All Packages (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="package index">

docs/com/dougnoel/sentinel/configurations/Configuration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>Configuration (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>Configuration (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="declaration: package: com.dougnoel.sentinel.configurations, class: Configuration">

docs/com/dougnoel/sentinel/configurations/ConfigurationData.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>ConfigurationData (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>ConfigurationData (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="declaration: package: com.dougnoel.sentinel.configurations, class: ConfigurationData">

docs/com/dougnoel/sentinel/configurations/Time.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>Time (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>Time (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="declaration: package: com.dougnoel.sentinel.configurations, class: Time">

docs/com/dougnoel/sentinel/configurations/class-use/Configuration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>Uses of Class com.dougnoel.sentinel.configurations.Configuration (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>Uses of Class com.dougnoel.sentinel.configurations.Configuration (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="use: package: com.dougnoel.sentinel.configurations, class: Configuration">

docs/com/dougnoel/sentinel/configurations/class-use/ConfigurationData.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>Uses of Class com.dougnoel.sentinel.configurations.ConfigurationData (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>Uses of Class com.dougnoel.sentinel.configurations.ConfigurationData (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="use: package: com.dougnoel.sentinel.configurations, class: ConfigurationData">

docs/com/dougnoel/sentinel/configurations/class-use/Time.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>Uses of Class com.dougnoel.sentinel.configurations.Time (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>Uses of Class com.dougnoel.sentinel.configurations.Time (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="use: package: com.dougnoel.sentinel.configurations, class: Time">

docs/com/dougnoel/sentinel/configurations/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Fri Jul 16 01:52:20 EDT 2021 -->
6-
<title>com.dougnoel.sentinel.configurations (sentinel 1.0.6-SNAPSHOT API)</title>
5+
<!-- Generated by javadoc (15) on Fri Jul 16 02:11:12 EDT 2021 -->
6+
<title>com.dougnoel.sentinel.configurations (sentinel 1.0.7-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2021-07-16">
99
<meta name="description" content="declaration: package: com.dougnoel.sentinel.configurations">

0 commit comments

Comments
 (0)