Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MarketSquare/robotframework-angularjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: boolean-args
Choose a base ref
...
head repository: MarketSquare/robotframework-angularjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    0e148a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e923df8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'boolean-args'

    emanlove committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    3696f4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e46cc31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b671c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3fed80 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. extended errormessage root selector

    The error that is trown when the default rootselector ng-app is used, is not realy clear about adjusting the way the library is imported:
    "Keyword 'Element Text Should Be' failed after retrying for 30 seconds. The last error was: WebDriverException: Message: unknown error: Unable to find root selector using "[ng-app]". Please refer to the AngularJS library documentation for more information on how to resolve this error."
    
    I made a smal adjustment to add: Unable to find root selector *that is given by importing the library* using
    kad-derksn authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    d7b2c38 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Merge pull request #36 from klaasderks/patch-1

    extended errormessage root selector
    emanlove authored May 17, 2020
    Configuration menu
    Copy the full SHA
    016d657 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    fcbddea View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Updated Wait For Angular test suite and test server

    - Added implicit wait for angular test cases
    - Started using css selector instead of binding locator
    - Removed previous implicit wait tests
    - Removed tests which were expecting to fail due to timeout on `Wait For
      Angular` keyword. The thrown error on timeout was changed to a silent
      graceful fail in a previous release. Thus these test were no longer
      valid.
    - Moved initial `Wait For Angular` keyword in each test case, along
      with Test Setup Go To sync page into keyword
    - Added Suite Setup using the same keyword. It appeared that after the
      first opening testapp to sync page, the subsequent Go To sync page
      were quicker. Thus as we get an intial load within suite setup all the
      test setup executions wil have this advantage (including the very
      first test case).
    - Added angular_wait.robot test suite documentation
    - Update various test case documentation
    
    - Updated testserver patch with a few minor bug fixes
    
    - Updated build & test steps for developing the library
    emanlove committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    fa0edd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Major revision of README and Library Documentation

    - Overhauled the README documentation to give much more depth into how
      the library works and what the end user needs to know and understand.
    - Update links to Angular documentation within keyword doc
    - Added demo scripts using AngularJS.org and Angular.io tutorials and
      examples
    - Added additional citations for Google's MIT License and copyright
    emanlove committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    efe811e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    dfd6658 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    384ce29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5975a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Clarrifying the status of the AngularJSLibrary

    It has been noted that some feel this library is no longer "useful" as
    there have been very little changes of late. Instead it is because this
    is mature and stable library providing a very specific functionality,
    provide it well, and has very little need for change. Thus I am updating
    the metadata on this project to reflect this reality.
    
    I think I may need to say as such within the project documentation but
    that can come in another commit.
    emanlove committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fe0c9f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from emanlove/doc-revision-2022

    Doc revision 2022
    emanlove authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    27a3c40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41 from MarketSquare/doc-revision-2022

    Doc revision 2022
    emanlove authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3b3ee14 View commit details
    Browse the repository at this point in the history
Loading