Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.1.4
  • v0.1.3
    * fixup for 0.1.2 release
        * broken implementation of check/uncheckOption, when used in other node_modules context
    
  • v0.1.2
    300bd30f · prepare the next release ·
    * overwrite check/unchekOption to support custom checkbox implementation used in App Suite
    * retry user provisioning when deadlock is detected while using SOAP API
    * add grabDefaultFolder helpers for mail module
    * add optional Stream (nodejs) support for haveAttachment and haveFile helpers
        * allows in-memory creation data
        * allows arbitrary names
    * fix problems with jslob list vs. get requests (some middleware "magic" happening)
    * optionally simplify haveMail helper (it's now more easy to create a mail in users Inbox)
    
  • v0.1.1
    dcd36446 · bump version ·
    release 0.1.1
    
    * fix issue with arrays and SOAP requests (thanks @francisco.laguna for the research and contribution)
    * introduce haveAnAlias helper (thanks @francisco.laguna for the contribution)
    
  • v0.1.0
    b4a6063b · Release the 0.1.0 version ·
    Release v0.1.0
    
    The API seems to be stable enough, now to release a first version for a wider audience.
    This will be the base for the Testwochen project, a joint effort to gain a lot of
    e2e test coverage for the core UI component.
    
    * smaller improvements
    * visual regression testing feature (thanks @viktor.pracht and @simone.leprai for the contribution!)
        * allows to take screenshots of (parts of) a page and compare those against older versions
        * the API for this feature might change, but we wanted it in the release for further testing
        * has been used in production for a few projects, now
    
  • v0.0.10
    2658b063 · bump version to 0.0.10 ·
    Release v0.0.10
    
    * cleanup login actor
    * new examples/e2e tests for some older helpers (thanks @maik.schaefer for the contribution)
    * error handling for HTTP API requests (thanks @richard.petersen)
    * new helpers for provisioning (thanks @daniel.pondruff and @richard.petersen)
        * files
        * tasks
        * appointments
        * attachments
    
  • 0.0.9
    494a30d0 · bump version ·
    0.0.9 Release
    
    * introduce changeLanguage actor (thanks @matt.curtis for the
    contribution)
    * new helper functions:
        * haveMail (including eml import, kudos to @daniel.pondruff for the
    contribution)
        * haveContact
        * grabDefaultFolder (get default folders for apps)
        * improvements for haveSettings, now accepts objects with modules as
    keys - see e2e test examples
    * implement context SOAP API (similar to users, it's now possible to
    provision contexts)
    * improvements to the login actor
        * use injected login plugin to speed up login process
        * better API, see e2e test examples
    * lots of test coverage
    
  • 0.0.8
    2fcf554d · bump version ·
    0.0.8 release
    
    * Update to CodeceptJS 2.0 and switch to WebDriverIO 5.0
    
  • 0.0.7
    bc9db940 · add changelog entries ·
    Release version 0.0.7
    
    * fix dependency injection for users helper library, it's now possible to overwrite the implementation
    * [new helper] scroll elements other than whole window
    * [new helper] add multiple mails without spamming console (only one line in report)
    * [new helper] folder provisioning
    * introduce end-to-end tests
    * support multiple contexts for login (use contexd id to extend login username)
    
  • 0.0.6
    91ed24ca · release version 0.0.6 ·
    release 0.0.6
    
    - introduce openApp actor function
    - rewrite the way to specify server root url to connect directly to
        midleware for provisioning
    
  • 0.0.5
    11be4707 · bump version ·
    Release 0.0.5
    
    * simplify provisioning new users and all kind of data to support
    testing
    
  • 0.0.4
    3ce74136 · release 0.0.4 version ·
    Release version 0.0.4
    
    * switch to new appcontrol launcher css for signin command
    
  • 0.0.3
    6f715573 · bump version to 0.0.3 ·
    Release 0.0.3
    
    * use less ambiguous selector to sign out
    
  • 0.0.2
    54d75d1b · bump version to 0.0.2 ·
    release v0.0.2
    
    * Allow helper extension
    * provide helper to bootstrap a local selenium server
    * Code cleanup
    
  • 0.0.1
    50f72bd7 · add changelog file ·
    Release 0.0.1
    
    Initial release to play around with
    
    Fixes #1