{"id":17548796,"url":"https://github.com/lslezak/d-installer-test-playwright","last_synced_at":"2026-07-03T12:37:54.548Z","repository":{"id":73224509,"uuid":"575544216","full_name":"lslezak/d-installer-test-playwright","owner":"lslezak","description":"About Experimental integration tests for the D-Installer (using the Playwright framework)","archived":false,"fork":false,"pushed_at":"2023-01-11T13:59:17.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T12:31:40.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lslezak.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}},"created_at":"2022-12-07T18:47:43.000Z","updated_at":"2022-12-07T18:51:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab094f43-575c-49a8-8269-f90d74b00340","html_url":"https://github.com/lslezak/d-installer-test-playwright","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lslezak/d-installer-test-playwright","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lslezak%2Fd-installer-test-playwright","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lslezak%2Fd-installer-test-playwright/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lslezak%2Fd-installer-test-playwright/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lslezak%2Fd-installer-test-playwright/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lslezak","download_url":"https://codeload.github.com/lslezak/d-installer-test-playwright/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lslezak%2Fd-installer-test-playwright/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35086520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"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":"2024-10-21T02:44:08.341Z","updated_at":"2026-07-03T12:37:54.525Z","avatar_url":"https://github.com/lslezak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Experimental End-to-End Tests for the D-Installer\n\nThis is a testing repository with integrations tests for the\n[D-Installer](https://github.com/yast/d-installer) project.\n\n\n## Playwright\n\nThese tests use the [Playwright](https://playwright.dev/) testing framework.\n\n## Installation\n\nCheckout this repository and run this command in it:\n\n```shell\nnpm install\n```\n\nThis will install the NPM packages into the `node_modules` subdirectory\nand download the browsers into the `~/.cache/ms-playwright` directory.\n\n*Note: The downloaded browsers need almost 1GB, make sure you have enough\nspace in your $HOME directory.*\n\n## Editing the Tests\n\n- `playwright.config.ts` - Playwright configuration, see [documentation](\n  https://playwright.dev/docs/test-configuration) for more details\n- `global-setup.ts` - a helper for logging-in\n- `tests/\\*.spec.ts` - individual test files\n\n## Running the Tests\n\n### Setting the Target\n\nThis project defines the default URL as `https://localhost:9090` which\nexpects the D-Installer is running locally. If you want to run the test against\nan instance which is running elsewhere use set the `BASE_URL` environment\nvariable.\n\n```\nBASE_URL=https://192.168.1.12:9090\n```\n\n### Examples\n\nOr you can run the tests from command line. To run all tests using the embedded\nElectron browser:\n\n```\nnpx playwright test\n```\n\nTo run just a specific test:\n\n```\nnpx playwright test tests/root_password.spec.ts\n```\n\nThe tests are by default run in headless mode, if want to see the actions\nin a browser use the `--headed` option.\n\nIf you want to manually run a test step by step use the `--debug` option.\n\n## Playwright Documentation\n\n- https://playwright.dev/docs/intro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flslezak%2Fd-installer-test-playwright","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flslezak%2Fd-installer-test-playwright","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flslezak%2Fd-installer-test-playwright/lists"}