{"id":25094607,"url":"https://github.com/dlenroc/vitest-serenity-js","last_synced_at":"2025-08-31T14:37:48.717Z","repository":{"id":273601404,"uuid":"920270589","full_name":"dlenroc/vitest-serenity-js","owner":"dlenroc","description":"A module that integrates Serenity/JS with Vitest testing framework.","archived":false,"fork":false,"pushed_at":"2025-01-23T17:52:44.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T10:01:56.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dlenroc.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":"2025-01-21T21:20:17.000Z","updated_at":"2025-01-23T17:52:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c1ddd7a-4cc0-423b-b6ce-0d99a1e3512c","html_url":"https://github.com/dlenroc/vitest-serenity-js","commit_stats":null,"previous_names":["dlenroc/vitest-serenity-js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fvitest-serenity-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fvitest-serenity-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fvitest-serenity-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenroc%2Fvitest-serenity-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlenroc","download_url":"https://codeload.github.com/dlenroc/vitest-serenity-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246730271,"owners_count":20824396,"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":[],"created_at":"2025-02-07T15:28:22.723Z","updated_at":"2025-04-01T23:47:40.256Z","avatar_url":"https://github.com/dlenroc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serenity/JS Vitest\n\nA module that integrates [Serenity/JS](https://serenity-js.org/) with\n[Vitest](https://vitest.dev/) testing framework.\n\n## Installation\n\n```sh\nnpm install -D @dlenroc/vitest-serenity-js\n```\n\n## Usage\n\nAdd `\"@dlenroc/vitest-serenity-js/setup\"` to `setupFiles` and configure as\nneeded.\n\n```ts\nimport type {} from '@dlenroc/vitest-serenity-js/setup';\nimport { defineConfig } from 'vitest/config';\n\nexport default defineConfig({\n  test: {\n    setupFiles: ['@dlenroc/vitest-serenity-js/setup'],\n    provide: {\n      serenity: {\n        crew: [\n          '@serenity-js/serenity-bdd',\n          [\n            '@serenity-js/core:ArtifactArchiver',\n            { outputDirectory: './target/site/serenity' },\n          ],\n        ],\n      },\n    },\n  },\n});\n```\n\nCheck out the [ProvidedContext](./src/setup.d.ts) for all available Serenity/JS\nconfiguration options and the [TestContext](./src/setup.d.ts) for information\nabout injected fixtures.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlenroc%2Fvitest-serenity-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlenroc%2Fvitest-serenity-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlenroc%2Fvitest-serenity-js/lists"}