Skip to content

Bump robotframework-seleniumlibrary from 2.53.1.1 to 3.12.0.1 #960

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

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Aug 23, 2018

Bumps robotframework-seleniumlibrary from 2.53.1.1 to 3.12.0.1.

Release notes

Sourced from robotframework-seleniumlibrary's releases.

Fixed Browser-/ChromeOptions handling

  • Fixes bug found out from #43

Selenium 3.12.0

  • Updated selenium to 3.12.0
  • Some other dependencies updated at same time.

Selenium 3.9.1 and headless browser support

  • Updated Selenium to 3.9.1
  • Added support for headless Firefox and Chrome (#35)
  • Made workaround for issue with HTMLunit capabilities (#36)
  • Refactored webdriver creation

Extensible SeleniumLibrary

  • Possibility to extend library also witn Selenium 3.8.1.

Selenium 3.8.1

No release notes provided.

Extensible SeleniumLibrary

  • SeleniumLibrary -class moved to package to allow it's usage in own extensions
  • Fixed bug, which prevented to give own "Run on failure" keyword on initialization phase.

Edge support for grid

  • #28 Edge browser desired capabilities creation

Documentation

Selenium 3.7.1

Selenium 3.6.0

Browser options for Chrome

  • Fixes #15
  • Refactoring, fixes #9

Real browsers included to CI.

  • Profiles to run library's own tests with jBrowser (default), PhantomJS, Google Chrome and Firefox.
    • Webdrivers and PhantomJS downloaded automatically and added to path.
  • Travis build to use Build Stages to allow running of browsers in parallel.
... (truncated)
Commits
  • 4264cd6 Release 3.12.0.1
  • 6d1149a Merge pull request #44 from Hi-Fi/fixChromeOptions
  • 7cb6ab9 Fixed Chrome options parsing to really use given values
  • 2f05ed0 Merge pull request #42 from Hi-Fi/explicitAutomationExtensionsDisable
  • 997fd06 Missing parenthesis
  • 1bf756d Fixed indent
  • 1926ec4 Automation extension explixit disable on disable-extensions
  • a03d8e8 XML and HTML links that open in browser
  • a371a74 Merge pull request #41 from Hi-Fi/release/3.12.0.0
  • dd76f4c Bump up version
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@mystamps-bot
Copy link

mystamps-bot commented Aug 23, 2018

131 Errors
🚫 maven-enforcer-plugin reported about errors. Please, fix them. Here is its output:

Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
Found Banned Dependency: commons-logging:commons-logging:jar:1.2
Use 'mvn dependency:tree' to locate the source of the banned dependencies.

    
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L9-L13:
Test case Activate account with matching login and password fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L15-L19:
Test case Activate account with mismatching password and password confirmation fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L21-L24:
Test case Activate account with too short login fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L26-L29:
Test case Activate account with too long login fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L31-L34:
Test case Activate account with forbidden characters in login fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L36-L39:
Test case Activate account with existing login fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L41-L47:
Test case Activate account with repetition of the special characters fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L49-L53:
Test case Activate account with too long name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L55-L58:
Test case Activate account with with forbidden characters in name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L60-L63:
Test case Activate account with name that starts with hyphen fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L65-L68:
Test case Activate account with name that ends with hyphen fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L70-L73:
Test case Activate account with too short password fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L75-L79:
Test case Activate account with too long password fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L81-L84:
Test case Activate account with too short activation key fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L86-L89:
Test case Activate account with too long activation key fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L91-L94:
Test case Activate account with forbidden characters in activation key fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L96-L99:
Test case Activate account with wrong activation key fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/logic.robot#L10-L18:
Test case Activate account with full info (fill all fields) fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/logic.robot#L20-L28:
Test case Activate account with only required info (fill only mandatory fields) fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L9-L11:
Test case Activation key should be auto filled from url fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L13-L16:
Test case Most short login should be accepted fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L18-L21:
Test case Most long login should be accepted fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L23-L26:
Test case Login with allowed characters should be accepted fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L28-L31:
Test case Login should be striped from leading and trailing spaces fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L33-L37:
Test case Name with allowed characters should be accepted fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L39-L42:
Test case Name should be striped from leading and trailing spaces fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L44-L47:
Test case Most short password should be accepted fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L49-L52:
Test case Password with allowed characters should be accepted fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/collection/add-series/validation.robot#L10-L13:
Test case Add a series without required field fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/collection/add-series/validation.robot#L15-L18:
Test case Add a series with too few number of stamps fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/collection/add-series/validation.robot#L20-L24:
Test case Add a series with too many number of stamps fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L10-L15:
Test case Create country with too short name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L17-L24:
Test case Create country with too long name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L26-L31:
Test case Create country with forbidden characters in name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L33-L38:
Test case Create country with repeating hyphens in name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L40-L45:
Test case Create country with name that starts with hyphen fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L47-L52:
Test case Create country with name that ends with hyphen fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L54-L59:
Test case Create country with existing (non-unique) name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L61-L66:
Test case Create country with existing name but in a different case fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L68-L73:
Test case Create country with non-existing name but existing (non-unique) slug fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/validation.robot#L75-L85:
Test case Create country with forbidden names fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/misc.robot#L10-L15:
Test case Country name should be stripped from leading and trailing spaces fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/misc.robot#L17-L22:
Test case Country name should be modified by replacing multiple spaces by one fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/misc.robot#L24-L29:
Test case Country name in English should accept all allowed characters fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/misc.robot#L31-L36:
Test case Country name in Russian should accept all allowed characters fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/creation/logic.robot#L22-L29:
Test case Create country with name in English and Russian fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/access.robot#L10-L13:
Test case Anonymous user cannot create country fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/country/access.robot#L15-L18:
Test case Opening a page of non-existing country show an error fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L13-L53:
Test case Import series from an external site (in English, use category, country and date locators) fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L55-L72:
Test case Import series from an external site (in Russian, use description locator) fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L74-L82:
Test case Import series from external site with catalog numbers (use description locator) fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L84-L106:
Test case Import series and series sale with existing seller from an external site fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L108-L131:
Test case Import series and series sale with a new seller from an external site fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L133-L136:
Test case Submit a request that will fail to download a file fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L138-L142:
Test case Submit a request with a document that couldn't be parsed fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/validation.robot#L10-L12:
Test case Submit request with blank required field fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/validation.robot#L14-L18:
Test case Submit request with too long url fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/validation.robot#L20-L23:
Test case Submit request with invalid url fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/access.robot#L9-L12:
Test case Anonymous user cannot request series import fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/access.robot#L14-L17:
Test case Anonymous user cannot access the status of the series import fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/access.robot#L19-L22:
Test case Anonymous user cannot see a list of import requests fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/access.robot#L10-L13:
Test case Anonymous user cannot create series fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/access.robot#L15-L18:
Test case Opening a page of non-existing series show an error fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/sales/misc.robot#L11-L14:
Test case Url should be stripped from leading and trailing spaces fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/sales/validation.robot#L10-L14:
Test case Create series sales with too long url fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/sales/validation.robot#L16-L19:
Test case Create series sales with invalid url fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L10-L13:
Test case Add image with empty required fields fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L15-L18:
Test case Add image with an empty file fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L20-L25:
Test case Add image with both image and an image URL fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L27-L30:
Test case Add image with invalid URL fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L32-L35:
Test case Add image with URL with invalid response fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L37-L40:
Test case Add image with URL to a file that does not exist fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L42-L45:
Test case Add image with URL that causes a redirect fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L47-L50:
Test case Add image with URL to an empty file fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L52-L55:
Test case Add image with URL to a file of unsupported type (not an image) fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/logic.robot#L11-L16:
Test case Add additional image by uploading a file fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/logic.robot#L18-L23:
Test case Add additional image by downloading a file from URL fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/misc.robot#L56-L74:
Test case Catalog numbers should accept existing numbers fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/misc.robot#L76-L86:
Test case Issue year should have options for range from 1840 to the current year fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/misc.robot#L88-L92:
Test case Comment should be stripped from leading and trailing spaces fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-user.robot#L10-L15:
Test case Create series with empty required fields fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L10-L15:
Test case Create series with empty required fields fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L17-L20:
Test case Create series with non-numeric quantity fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L22-L25:
Test case Create series with too small quantity fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L27-L30:
Test case Create series with too large quantity fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L32-L35:
Test case Create series with an empty image fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L37-L42:
Test case Create series with both image and an image URL fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L44-L47:
Test case Create series with invalid image URL fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L49-L52:
Test case Create series with image URL with invalid response fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L54-L57:
Test case Create series with image URL to a file that does not exist fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L59-L62:
Test case Create series with image URL that causes a redirect fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L64-L67:
Test case Create series with image URL to an empty file fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L69-L72:
Test case Create series with image URL to a file of unsupported type (not an image) fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L94-L100:
Test case Create series with too long comment fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/logic.robot#L11-L21:
Test case Create series by filling only required fields and providing an image fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/logic.robot#L23-L33:
Test case Create series by filling only required fields and providing a URL to image fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L10-L12:
Test case Admin should see a link to a page for importing a series fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L14-L16:
Test case Admin should see a link to a list of import requests fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L18-L20:
Test case Admin should see a link for adding series fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L22-L24:
Test case Admin should see a link for adding countries fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L26-L28:
Test case Admin should see a link for listing countries fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L30-L32:
Test case Admin should see a link for adding categories fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L34-L36:
Test case Admin should see a link for listing categories fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-user.robot#L10-L12:
Test case User should not see a link to a page for importing a series fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-user.robot#L14-L16:
Test case User should not see a link to a list of import requests fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/access.robot#L10-L13:
Test case Anonymous user cannot create category fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/access.robot#L15-L18:
Test case Opening a page of non-existing category show an error fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/logic.robot#L13-L22:
Test case Create category with name in English (fill only mandatory fields) fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/logic.robot#L24-L31:
Test case Create category with name in English and Russian fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L10-L15:
Test case Create category with too short name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L17-L24:
Test case Create category with too long name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L26-L31:
Test case Create category with forbidden characters in name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L33-L38:
Test case Create category with repeating hyphens in name fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L40-L45:
Test case Create category with name that starts with hyphen fails with message:
Parent suite setup failed:
No keyword with name ‘Open Browser’ found
⚠️ Danger found 131 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 115.
2 Messages
📖 maven-enforcer-plugin reported about 1 error. Please, fix it.
📖 robotframework-maven-plugin reported about 130 errors. Please, fix them.

Generated by 🚫 Danger

@php-coder
Copy link
Owner

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/com.github.hi-fi-robotframework-seleniumlibrary-3.12.0.1 branch from 94e22a4 to 566f6fb Compare September 22, 2018 22:08
@php-coder
Copy link
Owner

Will be solved as part of #1001

@php-coder php-coder closed this May 1, 2019
@php-coder php-coder deleted the dependabot/maven/com.github.hi-fi-robotframework-seleniumlibrary-3.12.0.1 branch May 1, 2019 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants