{"id":41941296,"url":"https://github.com/vividus-framework/vividus-sample-tests","last_synced_at":"2026-01-25T18:38:22.953Z","repository":{"id":36950889,"uuid":"481212765","full_name":"vividus-framework/vividus-sample-tests","owner":"vividus-framework","description":"Sample tests demoing VIVIDUS capabilities","archived":false,"fork":false,"pushed_at":"2025-12-19T10:24:23.000Z","size":232,"stargazers_count":6,"open_issues_count":1,"forks_count":494,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-22T03:47:03.624Z","etag":null,"topics":["vividus"],"latest_commit_sha":null,"homepage":"","language":"Gherkin","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/vividus-framework.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-13T12:44:56.000Z","updated_at":"2025-12-19T10:24:26.000Z","dependencies_parsed_at":"2023-10-27T09:29:18.497Z","dependency_job_id":"1cdc5745-cdf0-42fa-96cb-f43bd00d5027","html_url":"https://github.com/vividus-framework/vividus-sample-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"vividus-framework/vividus-starter","purl":"pkg:github/vividus-framework/vividus-sample-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividus-framework%2Fvividus-sample-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividus-framework%2Fvividus-sample-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividus-framework%2Fvividus-sample-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividus-framework%2Fvividus-sample-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vividus-framework","download_url":"https://codeload.github.com/vividus-framework/vividus-sample-tests/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividus-framework%2Fvividus-sample-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28756442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: 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":["vividus"],"created_at":"2026-01-25T18:38:22.406Z","updated_at":"2026-01-25T18:38:22.947Z","avatar_url":"https://github.com/vividus-framework.png","language":"Gherkin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VIVIDUS Sample Tests\n\nThe purpose of this repository is to demo VIVIDUS capabilities via sample tests.\n\nThe instructions on how to run tests can be found in the official [\"Getting Started\"](https://docs.vividus.dev/vividus/latest/getting-started.html) guide.\n\n## List of the available samples\n\nBy default the project is not configured to run any test suite: an attempt to execute tests without prior configuration will lead to an error.\n\n### Local test execution\n| Test Suite            | Command |\n|-----------------------|---------|\n| REST API tests        | macOS/Linux:\u003cbr/\u003e\u003cpre\u003e./gradlew runStories -Pvividus.configuration.suites=rest_api\u003c/pre\u003e\u003cbr/\u003eWindows:\u003cbr/\u003e\u003cpre\u003egradlew runStories -Pvividus.configuration.suites=rest_api\u003c/pre\u003e |\n||\n| Web Application tests | macOS/Linux:\u003cbr/\u003e\u003cpre\u003e./gradlew runStories -Pvividus.configuration.suites=web_app -Pvividus.configuration.profiles=web/desktop/chrome\u003c/pre\u003e\u003cbr/\u003eWindows:\u003cbr/\u003e\u003cpre\u003egradlew runStories -Pvividus.configuration.suites=web_app -Pvividus.configuration.profiles=web/desktop/chrome\u003c/pre\u003e |\n\n### Test execution in CI\n\n|CI            |Configuration sample                                                                                              |Test execution based on sample configuration                                                             |\n|--------------|------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n|GitHub Actions|\u003cul\u003e\u003cli\u003e[test-run.yml](https://github.com/vividus-framework/vividus-sample-tests/blob/main/.github/workflows/test-run.yml)\u003c/li\u003e \u003cli\u003e[mobile-test-run.yml](https://github.com/vividus-framework/vividus-sample-tests/blob/main/.github/workflows/mobile-test-run.yml)\u003c/li\u003e \u003cli\u003e[electron-test-run.yml](https://github.com/vividus-framework/vividus-sample-tests/blob/main/.github/workflows/mobile-test-run.yml)\u003c/li\u003e\u003c/ul\u003e|\u003cul\u003e\u003cli\u003e[Workflow runs](https://github.com/vividus-framework/vividus-sample-tests/actions/workflows/test-run.yml)\u003c/li\u003e \u003cli\u003e[Mobile Workflow runs](https://github.com/vividus-framework/vividus-sample-tests/actions/workflows/mobile-test-run.yml)\u003c/li\u003e \u003cli\u003e[Electron Workflow runs](https://github.com/vividus-framework/vividus-sample-tests/actions/workflows/electron-tests.yml)\u003c/li\u003e\u003c/ul\u003e|\n|GitLab CI     |[.gitlab-ci.yml](https://github.com/vividus-framework/vividus-sample-tests/blob/main/.gitlab-ci.yml)              |[Pipeline runs](https://gitlab.com/vividus/vividus-sample-tests/-/pipelines)                             |\n| Azure DevOps |[azure-pipelines.yml](https://github.com/vividus-framework/vividus-sample-tests/blob/main/azure-pipelines.yml)|[Pipeline runs](https://dev.azure.com/vividus/vividus-sample-tests/_build)|\n\n## Still have questions?\n:postbox: [Contact Us](https://docs.vividus.dev/vividus/latest/index.html#_contract_us)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvividus-framework%2Fvividus-sample-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvividus-framework%2Fvividus-sample-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvividus-framework%2Fvividus-sample-tests/lists"}