{"id":18888144,"url":"https://github.com/consol/sakuli-ui","last_synced_at":"2025-07-30T19:34:11.959Z","repository":{"id":72844666,"uuid":"96406029","full_name":"ConSol/sakuli-ui","owner":"ConSol","description":"Admin UI for Sakuli","archived":false,"fork":false,"pushed_at":"2018-06-27T09:48:51.000Z","size":1059,"stargazers_count":7,"open_issues_count":12,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-03T17:08:47.298Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ConSol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-2.0.txt","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":"2017-07-06T08:18:20.000Z","updated_at":"2019-06-09T17:14:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"e74b07fb-9d1f-435f-955c-7c989a656622","html_url":"https://github.com/ConSol/sakuli-ui","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ConSol/sakuli-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConSol%2Fsakuli-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConSol%2Fsakuli-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConSol%2Fsakuli-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConSol%2Fsakuli-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConSol","download_url":"https://codeload.github.com/ConSol/sakuli-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConSol%2Fsakuli-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267929061,"owners_count":24167433,"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-07-30T02:00:09.044Z","response_time":70,"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-11-08T07:42:28.900Z","updated_at":"2025-07-30T19:34:11.890Z","avatar_url":"https://github.com/ConSol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Waffle.io - Columns and their card count](https://badge.waffle.io/ConSol/sakuli-ui.svg?columns=all)](https://waffle.io/ConSol/sakuli-ui)\n\n# Sakuli-UI\n\nA (web-based) UI to manage, edit and run Tests with [Sakuli E2E](https://github.com/ConSol/sakuli)\n\n## Usage\n\n**See the official [Sakuli UI Documentation](consol.github.io/sakuli/latest/index.html#sakuli-ui)**\n\n---\n\n## Development \n\nTo develop or extend Sakuli-UI we recommend to start separate server (Spring Boot) and client (Angular2) development worksflows to archieve to best development experience\n\n### Server development\n\nAll server code is located in the [sakuli-ui-web](./sakuli-ui-web) maven module. You can run the server with spring-boots maven plugin like this:\n\n    mvn spring-boot:run -pl sakuli-ui-web`\n\nThe port is configurable with the server.port parameter e.g.\n\n    mvn spring-boot:run -pl sakuli-ui-web -Dserver.port=9090\n\n### Client Development \n\nFor faster feedback cycles during client development, you need to run the angular-cli development server from the client project root\n\n``` bash\ncd sakuli-ui-client/src/main/resources\nnpm run start\n```\n\nThis starts the development server on port 4200, all changes leads to an instant reload of the page (after recompiling the angular app).\n\nThe development server requires a running backend server. All request to the server are proxied by frontend development server.\n\nPlease ensure that the ports defined in [proxy.conf.json](sakuli-ui-client/src/main/resources/proxy.conf.json) and the running server instance are matching.\n\n\n## Build \u0026 Start executable JAR\n\nTo build a ready-to-use executable JAR, just type\n\n    mvn clean install\n    \nthen Maven will build a executable jar `sakuli-ui-web-XXX.jar` under `sakuli-ui-web/target/`. Now you can execute the JAR file:\n\n    java -jar sakuli-ui-web/target/sakuli-ui-web-XXX.jar\n   \n## Disable Authentication\n\n    java -Dapp.authentication.enabled=false -jar sakuli-ui-web/target/sakuli-ui-web-XXX.jar\n\n    \n## Default Credentials\n\nUser: `admin`\nPassword: `sakuli`\n\nTo set your own credentials just set the properties `security.default-username` and `security.default-password`:\n\n    java -Dsecurity.default-username=myadmin -Dsecurity.default-password=mypassword -jar sakuli-ui-web/target/sakuli-ui-web-XXX.jar\n\n**ATTENTION:** the `-Dxxx` property overwriting have to set before `-jar`, see [Spring Boot - External Config](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html)\n\n- - -\n\n![Supported by Federal Ministry for Economic Affairs and Energy](https://github.com/ConSol/sakuli/raw/master/docs/images/bmi_logo_eng.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsol%2Fsakuli-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconsol%2Fsakuli-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsol%2Fsakuli-ui/lists"}