{"id":28482075,"url":"https://github.com/ds-wizard/guide-screenshots","last_synced_at":"2026-02-28T01:08:03.045Z","repository":{"id":87091918,"uuid":"585244183","full_name":"ds-wizard/guide-screenshots","owner":"ds-wizard","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-01T09:19:53.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-07-26T15:50:09.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ds-wizard.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":"2023-01-04T17:20:42.000Z","updated_at":"2025-07-01T09:19:57.000Z","dependencies_parsed_at":"2024-04-03T13:48:45.570Z","dependency_job_id":"adb59345-6e3e-4c1d-a0df-589386a0f1f8","html_url":"https://github.com/ds-wizard/guide-screenshots","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ds-wizard/guide-screenshots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds-wizard%2Fguide-screenshots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds-wizard%2Fguide-screenshots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds-wizard%2Fguide-screenshots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds-wizard%2Fguide-screenshots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ds-wizard","download_url":"https://codeload.github.com/ds-wizard/guide-screenshots/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds-wizard%2Fguide-screenshots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745679,"owners_count":24813521,"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-08-23T02:00:09.327Z","response_time":69,"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":[],"created_at":"2025-06-07T20:09:25.084Z","updated_at":"2025-10-27T13:36:43.980Z","avatar_url":"https://github.com/ds-wizard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guide Screenshots\n\nA repository for generating screenshots for the [DSW User Guide](https://github.com/ds-wizard/guide/tree/develop).\n\n## Usage\n\n### Install Requirements\n\nUse node 18 and install all the dependencies:\n\n```\n$ make install\n```\n\n### Setup Environment\n\nCreate a new file `cypress.env.js` in the project root and fill in the URLs and user accounts of the instance used for taking screenshots, as well as some instance details to be filled.\n\n```js\nmodule.exports = {\n    url: \"...\",\n    apiUrl: \"...\",\n    adminUsername: \"...\",\n    adminPassword: \"...\",\n    dataStewardUsername: \"...\",\n    dataStewardPassword: \"...\",\n    researcherUsername: \"...\",\n    researcherPassword: \"...\",\n\n    appTitle: 'DS Wizard',\n    appTitleShort: 'DS Wizard',\n    primaryColor: '#E95420',\n    illustrationsColor: '#E95420',\n    logoFixture: 'logo.svg',\n}\n```\n\nLogo should be placed in `cypress/fixtures/logo` folder. If the `logoFixture` property is not set, the default logo will be used.\n\nCreate `.env` in the project root and fill in path to DSW User Guide locally:\n\n```\nGUIDE_PATH=/path/to/ds-wizard/guide\n```\n\n### Create Scenarios for Screenshots\n\nUse Cypress to create scenarios for taking screenshots. When taking a screenshot, use the file name that corresponds to the path where the screenshot should be in the docs.\n\nFor example, this one:\n\n```js\ncy.screenshot('projects/detail/index/questionnaire')\n```\n\n Will eventually end up in `/path/to/ds-wizard/guide/docs/projects/detail/index/questionnaire.png`.\n\n ### Run Cypress to Generate the Screenshots\n\n ```\n $ make screenshots\n ```\n ### Run Cypress to Generate the Screenshots of a Specific Part\n\n For example `knowledge-model-editors.cy.js`\n\n ```\n $ make screenshots.spec test=knowledge-model-editors\n ```\n\n ### Copy the Screenshots into the Guide\n\n ```\n $ make copy\n ```\n\n ## License\n\nThis project is licensed under the Apache License v2.0 - see the\n[LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fds-wizard%2Fguide-screenshots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fds-wizard%2Fguide-screenshots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fds-wizard%2Fguide-screenshots/lists"}