{"id":17871210,"url":"https://github.com/vincentfree/cucumberdemo","last_synced_at":"2025-08-14T18:32:08.641Z","repository":{"id":29103163,"uuid":"32632533","full_name":"vincentfree/CucumberDemo","owner":"vincentfree","description":"Cucumber demo bij Atos test competence","archived":false,"fork":false,"pushed_at":"2022-11-26T07:22:00.000Z","size":241,"stargazers_count":0,"open_issues_count":2,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-14T23:00:56.857Z","etag":null,"topics":["atos","cucumber","java"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vincentfree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-21T13:13:13.000Z","updated_at":"2020-02-28T16:03:35.000Z","dependencies_parsed_at":"2023-01-14T14:09:26.652Z","dependency_job_id":null,"html_url":"https://github.com/vincentfree/CucumberDemo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentfree%2FCucumberDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentfree%2FCucumberDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentfree%2FCucumberDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentfree%2FCucumberDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincentfree","download_url":"https://codeload.github.com/vincentfree/CucumberDemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229854837,"owners_count":18134831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["atos","cucumber","java"],"created_at":"2024-10-28T10:27:27.837Z","updated_at":"2024-12-15T17:42:10.973Z","avatar_url":"https://github.com/vincentfree.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CucumberDemo\nCucumber demo bij Atos test competence\n\nBuild status: [![CircleCI](https://circleci.com/gh/vincentfree/CucumberDemo.svg?style=svg)](https://circleci.com/gh/vincentfree/CucumberDemo)\n\n# Benodigdheden voor de demo zijn\n- Java IDE met cucumber plugin. \n- Selenium wordt aan de hand van de pom geimporteerd.\n- Firefox (wordt als webdriver gebruikt)\n\n---\nvoorbeeld stukje Gerkin, hier wordt een Scenario outline gebruikt:\n```cucumber\nScenario Outline: verify whether the check-out date field accepts a later date than check-in date\n  Given I am on the adactin site\n  When I set the location to \"\u003cLocation\u003e\"\n  And I select Hotel \"\u003cHotels\u003e\"\n  And I select Room type \"\u003cRoomtype\u003e\"\n  Then the search results in an error message\nExamples:\n  |Location  |Hotels        |Roomtype  |\n  |Sydney    |Hotel Creek   |Standard  |\n  |London    |Hotel Sunshine|Double    |\n```\nVoorbeeld van een normaal Scenario:\n```cucumber\nScenario: verify whether locations in Select Hotel page are displayed\n    Given I am on the adactin site\n    And I log in with my credentials\n    And I am logged in\n    When I set the location to \"Sydney\"\n    And I select Hotel \"Hotel Creek\"\n    And I select Room type \"Standard\"\n    And I select the number of rooms \"1\"\n    And I select the amount of adults \"1\"\n    And I select the amount of children \"0\"\n    And the day that I check in is \"0\" days from now\n    And the day that I check out is \"1\" days from now\n    Then The right hotel should be shown\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincentfree%2Fcucumberdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincentfree%2Fcucumberdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincentfree%2Fcucumberdemo/lists"}