{"id":15481348,"url":"https://github.com/dalenguyen/webdriveriov4-cucumber-typescript","last_synced_at":"2026-01-06T19:43:43.260Z","repository":{"id":41798767,"uuid":"170541950","full_name":"dalenguyen/WebdriverIOv4-Cucumber-TypeScript","owner":"dalenguyen","description":"WebdriverIO-v4 Cucumber BDD and TypeScript Boilerplate","archived":false,"fork":false,"pushed_at":"2023-03-02T19:07:29.000Z","size":393,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T14:44:30.969Z","etag":null,"topics":["automation","bdd","behavior-driven-development","cucumber","typescript","webdriver","webdriverio"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dalenguyen.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":"2019-02-13T16:38:16.000Z","updated_at":"2022-02-14T00:14:58.000Z","dependencies_parsed_at":"2024-12-08T01:25:34.838Z","dependency_job_id":"99ac93e9-e062-4bda-b03f-439a0b5009c1","html_url":"https://github.com/dalenguyen/WebdriverIOv4-Cucumber-TypeScript","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.2857142857142857,"last_synced_commit":"a1c60554e706b04471dca22ba147e8919c59ae79"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2FWebdriverIOv4-Cucumber-TypeScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2FWebdriverIOv4-Cucumber-TypeScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2FWebdriverIOv4-Cucumber-TypeScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2FWebdriverIOv4-Cucumber-TypeScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalenguyen","download_url":"https://codeload.github.com/dalenguyen/WebdriverIOv4-Cucumber-TypeScript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246045744,"owners_count":20714838,"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":["automation","bdd","behavior-driven-development","cucumber","typescript","webdriver","webdriverio"],"created_at":"2024-10-02T05:04:02.879Z","updated_at":"2026-01-06T19:43:43.221Z","avatar_url":"https://github.com/dalenguyen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebdriverIO-v4 Cucumber BDD and TypeScript Boilerplate\n\nThis repository shows an example of how to combine WebdriverIO (v4), Cucumber and TypeScript in order to create a robust BDD test cases.\n\n## Fetaures\n\n+ WebdriverIO v4\n+ Cucumber v5\n+ Chai v4\n+ TypeScript v3\n+ Allure v2\n\n## Getting Started\n\nInstall all packages\n\n```sh\nnpm install\n```\n\n## How to write a test\n\nYou just need to create a *.feature file under __./features/test/__ folder. The test is written by using [Gherkin Syntax](https://docs.cucumber.io/gherkin/reference/).\n\n```feature\n// myTest.feature\n\nFeature: Is it Friday yet?\n\n   Everybody wants to know when it's Friday\n\n   Scenario: Sunday isn't Friday\n    Given today is Sunday\n    When I ask whether it's Friday yet\n    Then I should be told \"Nope\"\n```\n\n## Run one test only\n\n```sh\nnpm run dev path-to-feature-file\n```\n\n## Run all the test\n\n```sh\nnpm test\n```\n\n## Show Allure report\n\n```sh\nnpm run report\n```\n\n## Referece\n\nThanks to [Amiya Pattnaik](https://github.com/amiya-pattnaik/webdriverIO-with-cucumberBDD)\n\nRead [Cucumber Boilerplate](https://github.com/webdriverio/cucumber-boilerplate) for more examples.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalenguyen%2Fwebdriveriov4-cucumber-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalenguyen%2Fwebdriveriov4-cucumber-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalenguyen%2Fwebdriveriov4-cucumber-typescript/lists"}