You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by GitBox <gi...@apache.org> on 2022/05/17 22:32:54 UTC

[GitHub] [archiva] dependabot[bot] opened a new pull request, #94: Bump fluentlenium.version from 0.10.2 to 0.13.2

dependabot[bot] opened a new pull request, #94:
URL: https://github.com/apache/archiva/pull/94

   Bumps `fluentlenium.version` from 0.10.2 to 0.13.2.
   Updates `fluentlenium-festassert` from 0.10.2 to 0.13.2
   
   Updates `fluentlenium-core` from 0.10.2 to 0.13.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/FluentLenium/FluentLenium/releases">fluentlenium-core's releases</a>.</em></p>
   <blockquote>
   <h2>v0.13.1</h2>
   <ul>
   <li>Extend fluentlenium to work on By locators instead of pure CSS selectors <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/255">#255</a></li>
   <li>Add Window matcher for waits <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/256">#256</a></li>
   <li>Await for X position added for FluentWebElement: <strong>hasPositionX</strong></li>
   <li>Await for visibility of FluentWebElement added: <strong>isAboveScreenOrInvisible</strong></li>
   <li>Explicit await added: <strong>explicitlyFor</strong></li>
   </ul>
   <h2>v0.13.0</h2>
   <ul>
   <li>Introduce additional selector types in await() objects. This add support for functionnal selectors and element reference (<a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/203">#203</a>)</li>
   <li>Add a sentence in docs to customize default await() object. (<a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/199">#199</a>)</li>
   </ul>
   <h2>v0.12.0</h2>
   <ul>
   <li>FluentThread now stores FluentAdapter instances only.</li>
   <li>Write HTML Dump error in user-defined filepath when possible.</li>
   <li>Refactor FluentAdapter for TestNG, JUnit and Cucumber Tests to share more code.</li>
   <li>Components that doesn't extend FluentWebElement can now be created using <code>as</code>.</li>
   <li>Fix issue related to SharedDriver.ONCE shutdown (<a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/196">#196</a>).</li>
   <li>Add support for @FindBy/<a href="https://github.com/FindAll"><code>@​FindAll</code></a> on selenium WebElement instances (<a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/191">#191</a>).</li>
   <li>Add mouse over action on fluent web element (<a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/234">#234</a>)</li>
   <li>FluentWebElement created by <a href="https://github.com/FindBy"><code>@​FindBy</code></a> annotation is now able to receive doubleClick and mouseMove Webdriver Action (<a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/241">#241</a>)</li>
   <li>Introduce <a href="https://github.com/PageUrl"><code>@​PageUrl</code></a> class annotation for page (<a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/231">#231</a>)</li>
   </ul>
   <h2>v0.11.0</h2>
   <p><strong>New features</strong></p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/182">#182</a> - Add a helper method to open a url in a new tab</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/189">#189</a> - Add getTextContent method to display text content of an element</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/190">#190</a> - Add xml-apis dependency for tests</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/195">#195</a> - add missing generic type parameter</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/212">#212</a> - Add takeHtmlDump method and refactor screenshot triggers to make it available with TestNg</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/214">#214</a> - Add instructions to run tests on BrowserStack</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/215">#215</a> - Implemented isClickable() for waiting.</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/225">#225</a>, <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/226">#226</a> - Extend find to use By locator</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/224">#224</a> - Add methods to navigate through document hierarchy</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/222">#222</a> - FluentWebElement.parent(), .next(), .previous()</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/219">#219</a>, <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/228">#228</a> - Add as (Component.class) object into code base</li>
   <li><a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/227">#227</a> - Selenium upgrade to 2.53 version</li>
   </ul>
   <h2>Bug fixes from new maintainers - test release</h2>
   <p>Minor bug fixes and pull requests merge, it is bugfix release just after new contributors joined to FluentLenium project.</p>
   <p>Consists of:</p>
   <ul>
   <li>JavaDoc typos fix</li>
   <li>Change added as a result of issue <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/173">#173</a> user can create his own thread local and to make code management easier I put these changes in the code of Fluent class.</li>
   <li>User can refer to the list of FluentWebElements on <em>FindBy</em> usage</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/5edc933582dd506b1b15a65ce8f808a8b3bb5534"><code>5edc933</code></a> [maven-release-plugin] prepare release v0.13.2</li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/3f960a655374103bd38a18a2bb1dfcd1b558a812"><code>3f960a6</code></a> always run configuration methods</li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/89a25e7535b1f51c88caaeddfd4db18d44dc7c77"><code>89a25e7</code></a> resolves <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/262">#262</a>, AjaxElement default timeout value increase from 1 to 10 second...</li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/3a4ea068c977a9131cf7920520c915949ad54ef4"><code>3a4ea06</code></a> resolves <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/262">#262</a>, AjaxElement default timeout value increase from 1 to 10 seconds.</li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/9b24f74f1369246e3cd5c2730c5dac25621e9295"><code>9b24f74</code></a> Bump up version number in README file</li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/55d29f86f7a090005b58ca7568f43ede3d5cff85"><code>55d29f8</code></a> Added unit test for reported issue <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/254">#254</a></li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/c8036cdd937d8b982f3b4f870c4be7f9167f08d0"><code>c8036cd</code></a> Unit tests added for awaitToBeAbove and hasPositionX for FluentWebElement</li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/63d1ed847957b9c179683483d1aaff94cb19f255"><code>63d1ed8</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/7c81d62ce7d9606a2152749aae2f46c0377c4d57"><code>7c81d62</code></a> added missing methods</li>
   <li><a href="https://github.com/FluentLenium/FluentLenium/commit/841d3eb3e4218fb025a14492faf65479ed607d4a"><code>841d3eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/FluentLenium/FluentLenium/issues/260">#260</a> from FluentLenium/feature/locatorsAndWindowMatcher</li>
   <li>Additional commits viewable in <a href="https://github.com/FluentLenium/FluentLenium/compare/fluentlenium-parent-0.10.2...v0.13.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@archiva.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [archiva] olamy commented on pull request #94: Bump fluentlenium.version from 0.10.2 to 0.13.2

Posted by GitBox <gi...@apache.org>.
olamy commented on PR #94:
URL: https://github.com/apache/archiva/pull/94#issuecomment-1141562882

   @dependabot merge


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@archiva.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [archiva] dependabot[bot] merged pull request #94: Bump fluentlenium.version from 0.10.2 to 0.13.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] merged PR #94:
URL: https://github.com/apache/archiva/pull/94


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@archiva.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org