{"id":30842729,"url":"https://github.com/webmate-io/webmate-sdk-js-samples","last_synced_at":"2025-09-06T21:06:42.325Z","repository":{"id":38736586,"uuid":"197076041","full_name":"webmate-io/webmate-sdk-js-samples","owner":"webmate-io","description":"Sample projects using the webmate TypeScript and JavaScript SDKs","archived":false,"fork":false,"pushed_at":"2025-07-10T06:28:59.000Z","size":5635,"stargazers_count":10,"open_issues_count":20,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T15:06:58.148Z","etag":null,"topics":["javascript-sdk","samples","sdk","webmate"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webmate-io.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-07-15T21:39:07.000Z","updated_at":"2025-07-10T06:29:03.000Z","dependencies_parsed_at":"2024-02-06T08:22:12.584Z","dependency_job_id":"b4d13e8b-6233-47c5-8999-e6c288d025cb","html_url":"https://github.com/webmate-io/webmate-sdk-js-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webmate-io/webmate-sdk-js-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-js-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-js-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-js-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-js-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmate-io","download_url":"https://codeload.github.com/webmate-io/webmate-sdk-js-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-js-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273962601,"owners_count":25198601,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["javascript-sdk","samples","sdk","webmate"],"created_at":"2025-09-06T21:06:40.229Z","updated_at":"2025-09-06T21:06:42.315Z","avatar_url":"https://github.com/webmate-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webmate TypeScript and JavaScript SDK Samples \u003cimg src=\"https://avatars.githubusercontent.com/u/13346605\" alt=\"webmate logo\" width=\"28\"/\u003e\n\nThis repository contains examples of how to use the official [webmate TypeScript and JavaScript SDK](https://github.com/webmate-io/webmate-sdk-js).\n\n\n# Samples\n\nBefore running the tests, enter your webmate credentials in `credentials.ts`.\n\nTo build the TypeScript tests located at `src/` run `npm run build`. This will create the according `.js` tests in the `test/` directory.\n\nTo run all tests execute `npm run test`.\nPlease note that running the tests will also build them automatically.\nIt is also possible to run the tests individually as mentioned in the according description in the table.\n\n\u003ctable border=\"1\"\u003e\n    \u003ctr\u003e\n        \u003cth\u003eTest\u003c/th\u003e\n        \u003cth\u003eFrameworks\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/cucumber/example-page.steps.ts\"\u003eExample Page Steps\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eCucumber, Selenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/device-interaction.test.ts\"\u003eDevice Interaction Test\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eMocha, Chai\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/selenium-test.test.ts\"\u003eSelenium Test\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eWebdriverIO, Mocha, Chai\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/url-based-crossbrowser-test.test.ts\"\u003eURL Based Crossbrowser Test\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eMocha, Chai\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## webmate API\n\nAlthough, the SDK provides a number of features and convenience wrappers it doesn't exhaust the full potential of the webmate API.\nSee the REST API [Swagger documentation](https://app.webmate.io/api/swagger) for a comprehensive summary of the webmate functionalities.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmate-io%2Fwebmate-sdk-js-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmate-io%2Fwebmate-sdk-js-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmate-io%2Fwebmate-sdk-js-samples/lists"}