{"id":13337315,"url":"https://github.com/artemdwo/aglet","last_synced_at":"2025-03-11T04:32:45.794Z","repository":{"id":18288045,"uuid":"21458024","full_name":"artemdwo/aglet","owner":"artemdwo","description":"Aglet - Ready-to-use Automated Testing Tool for Behaviour Driven Development","archived":false,"fork":false,"pushed_at":"2017-07-02T00:03:06.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-17T19:30:50.962Z","etag":null,"topics":["bdd-framework","behavior-driven-development","capybara","cucumber","ruby","selenium-webdriver","test-automation","test-framework"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artemdwo.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":"2014-07-03T10:01:23.000Z","updated_at":"2017-07-02T07:28:39.000Z","dependencies_parsed_at":"2022-07-26T02:31:56.846Z","dependency_job_id":null,"html_url":"https://github.com/artemdwo/aglet","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemdwo%2Faglet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemdwo%2Faglet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemdwo%2Faglet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemdwo%2Faglet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemdwo","download_url":"https://codeload.github.com/artemdwo/aglet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213069671,"owners_count":15532828,"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":["bdd-framework","behavior-driven-development","capybara","cucumber","ruby","selenium-webdriver","test-automation","test-framework"],"created_at":"2024-07-29T19:13:43.542Z","updated_at":"2024-10-23T15:32:41.618Z","avatar_url":"https://github.com/artemdwo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Dependency Status](https://gemnasium.com/artemdwo/aglet.svg)](https://gemnasium.com/artemdwo/aglet)\n[![Code Climate](https://codeclimate.com/github/artemdwo/aglet/badges/gpa.svg)](https://codeclimate.com/github/artemdwo/aglet)\n[![Test Coverage](https://codeclimate.com/github/artemdwo/aglet/badges/coverage.svg)](https://codeclimate.com/github/artemdwo/aglet)\n\n# Aglet\n\n**Aglet** is Cucumber-based test automation framework [kind of all-in-one]\n\n## Audience\n**Aglet** especially for you, if you're:\n\n - interesting in quality of your project\n - looking for something simple to follow BDD approach\n - not going to create testing tool from scratch\n \n## How to start?\nGrab a copy\n```bash\ngit clone https://github.com/artemdwo/aglet.git\n```\n## How to run ?\n\nEnsure you have following installed:\n - **Ruby** _2.2.0+_ (use `rvm`)\n - **Bundler** _latest_ (`gem install bundler`)\n - **Selenium WebDriver** _latest_ (http://docs.seleniumhq.org/download/)\n - **Chromedriver** _latest_ - to run Google Chrome (`$ brew install chromedriver`)\n - **Geckodriver** _latest_ - to run Firefox (`$ brew install geckodriver`)\n\n### List of available Rake Tasks\nCheck what's already available\n```bash\n# rake -T\n```\n### Run particular Rake task\nRun `RAKE_TASK`\n```bash\n# rake cuke:[RAKE_TASK]\n```\n\n**RAKE_TASK** available from:\n - `$ rake -T`\n - config/cucumber.yml\n\n#### Example: @smoke suite\nRun `smoke` predefined suite\n```bash\n# rake cuke:smoke\n```\n#### Use 'specific' Rake task to run tests by @TAG\nRun suite that will be filtered by `@tag`\n```bash\n# rake cuke:specific TAGS=@tag\n```\n### Additional parameters\nTo run tests under specific browser\n\n```bash\n# ... BROWSER=browser_alias\n```\n\n**browser_alias**:\n - _selenium_chrome_ for Google Chrome\n - _selenium_firefox_ for Firefoz\n\nTo run tests against specific environment\n\n```bash\n# ... CONFIG=environment_alias\n```\n\nSee config/config.yml, for example _default_env_, _environment_name_\n\n### Reporting\nTest reports in JSON format:\n\n```bash\n# ... JSON_OUTPUT=cucumber.json\n```\n\nTest reports in JUNIT format:\n\n```bash\n# ... JUNIT_OUTPUT=results/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemdwo%2Faglet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemdwo%2Faglet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemdwo%2Faglet/lists"}