{"id":19412127,"url":"https://github.com/assertthat/assertthat-bdd-karate-example","last_synced_at":"2026-02-28T22:03:02.914Z","repository":{"id":71302509,"uuid":"338581382","full_name":"assertthat/assertthat-bdd-karate-example","owner":"assertthat","description":"Example of AssertThat BDD Jira plugin integration with Karate ","archived":false,"fork":false,"pushed_at":"2021-02-13T13:35:23.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T02:42:49.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.atlassian.com/apps/1219033/assertthat-bdd-cucumber-for-jira?hosting=cloud\u0026tab=overview","language":"Gherkin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/assertthat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-13T13:31:14.000Z","updated_at":"2021-02-13T13:35:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"58ac72bb-2d77-425a-85d7-bc4e6b77d1bf","html_url":"https://github.com/assertthat/assertthat-bdd-karate-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/assertthat/assertthat-bdd-karate-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertthat%2Fassertthat-bdd-karate-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertthat%2Fassertthat-bdd-karate-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertthat%2Fassertthat-bdd-karate-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertthat%2Fassertthat-bdd-karate-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assertthat","download_url":"https://codeload.github.com/assertthat/assertthat-bdd-karate-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assertthat%2Fassertthat-bdd-karate-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29953212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T12:25:08.136Z","updated_at":"2026-02-28T22:03:02.876Z","avatar_url":"https://github.com/assertthat.png","language":"Gherkin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# assertthat-bdd-karate-example\n\nExample of AssertThat BDD Jira plugin integration with Karate\n\nTo tun: \n\n```\nmvn clean verify\n```\n\nFeature file used: \n\n```\n# language: en\n@users    \nFeature: sample karate test script\n\n    for help, see: https://github.com/intuit/karate/wiki/IDE-Support\n\n    Background: \n        \n        * url 'https://jsonplaceholder.typicode.com'\n\n    @AUTOMATED \n    Scenario: get all users and then get the first user by id\n        \n        Given path 'users'\n        When method get\n        Then status 200\n        * def first = response[0]\n        Given path 'users', first.id\n        When method get\n        Then status 200\n\n    @AUTOMATED \n    Scenario: create a user and then get it by id\n        \n        * def user =\n          \"\"\"\n          {\n            \"name\": \"Test User\",\n            \"username\": \"testuser\",\n            \"email\": \"test@user.com\",\n            \"address\": {\n              \"street\": \"Has No Name\",\n              \"suite\": \"Apt. 123\",\n              \"city\": \"Electri\",\n              \"zipcode\": \"54321-6789\"\n            }\n          }\n          \"\"\"\n        Given url 'https://jsonplaceholder.typicode.com/users'\n        And request user\n        When method post\n        Then status 201\n        * def id = response.id\n        * print 'created id is: ', id\n        Given path id\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassertthat%2Fassertthat-bdd-karate-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassertthat%2Fassertthat-bdd-karate-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassertthat%2Fassertthat-bdd-karate-example/lists"}