• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wooga / atlas-build-unity / 38
25%
master: 78%

Build:
Build:
LAST BUILD BRANCH: PR-154
DEFAULT BRANCH: master
Ran 28 Jan 2021 07:16PM UTC
Jobs 3
Files 47
Run time 23min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
38

push

jenkins

Add macos keychain spock extension (#92)

Description
===========

For better and easier testing this patch adds a special spock
extension library. With this library working with keychains in tests
becomes way easier. Instead of calling create/delete commands manually,
the extension will integrate this automatically.

usage:

```gradle
class ExampleSpec extends Specification {
    @Shared
    @Keychain
    MacOsKeychain testKeychain

    def "create new pull request"() {
        given:
        testKeychain.unlock()

        when:

        then:
    }
}
```

The `@Keychain` extension will return a `MacOsKeychain` object which itself
offers a lot of APIs to manage items in the keychain.

Changes
=======

* ![ADD] macOS keychain spock extension

655 of 1689 relevant lines covered (38.78%)

1.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 38.1 28 Jan 2021 07:16PM UTC 0
38.78
2 38.2 28 Jan 2021 07:19PM UTC 0
38.78
3 38.3 28 Jan 2021 07:40PM UTC 0
92.13
Source Files on build 38
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #38
  • ab09ddf5 on github
  • Prev Build on release/1.x (#37)
  • Next Build on release/1.x (#39)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc