{"id":30612372,"url":"https://github.com/testify-project/delmar","last_synced_at":"2025-08-30T05:13:03.093Z","repository":{"id":39961890,"uuid":"94351808","full_name":"testify-project/delmar","owner":"testify-project","description":"Distributed workspace replication and test execution framework","archived":false,"fork":false,"pushed_at":"2023-11-14T18:59:46.000Z","size":95,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-04-16T11:14:27.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/testify-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-14T16:32:35.000Z","updated_at":"2024-04-16T11:14:27.001Z","dependencies_parsed_at":"2022-08-25T09:10:28.615Z","dependency_job_id":null,"html_url":"https://github.com/testify-project/delmar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/testify-project/delmar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Fdelmar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Fdelmar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Fdelmar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Fdelmar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testify-project","download_url":"https://codeload.github.com/testify-project/delmar/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Fdelmar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272805572,"owners_count":24995916,"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-30T02:00:09.474Z","response_time":77,"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-08-30T05:13:02.023Z","updated_at":"2025-08-30T05:13:03.087Z","avatar_url":"https://github.com/testify-project.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testify\n[![Build Status](https://travis-ci.org/testify-project/delmar.svg?branch=develop)](https://travis-ci.org/testify-project/delmar)\n[![CodecovIO](https://codecov.io/github/testify-project/delmar/coverage.svg?branch=develop)](https://codecov.io/github/testify-project/delmar?branch=develop)\n[![Maven Central](https://img.shields.io/maven-central/v/org.testifyproject/parent.svg)]()\n[![Javadocs](http://www.javadoc.io/badge/org.testifyproject/api.svg?color=red)](http://www.javadoc.io/doc/org.testifyproject/api)\n[![License](https://img.shields.io/badge/license-Apache%20License%202-lightgrey.svg)](https://github.com/testify-project/delmar/blob/develop/LICENSE)\n[![Stories in Progress](https://badge.waffle.io/testify-project/delmar.svg?label=In%20Progress\u0026title=In%20Progress)](http://waffle.io/testify-project/delmar)\n[![Stories in Ready](https://badge.waffle.io/testify-project/delmar.svg?label=ready\u0026title=Ready)](http://waffle.io/testify-project/delmar)\n[![Join the chat on Gitter](https://badges.gitter.im/testify-project/Lobby.svg)](https://gitter.im/testify-project/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![Throughput Graph](https://graphs.waffle.io/testify-project/delmar/throughput.svg)](https://waffle.io/testify-project/delmar/metrics)\n\n## Overview\nDelmar is a distributed workspace replication and test execution framework. It allows development teams to continously share their development workspaces and compute resources with teammates in order to execute test cases faster.\n\n\n## High Level Goals\n1. Discover workstations on the network\n- A workstation should advertise its address and port information\n- A workstation should be able to discover other workstations\n1. Replicate and synchronize workstation workspaces\n- A workstation should be able to connect to discovered workstations and replicate their workspace\n- A workstation should be able to detect changes to its workspace and alert other workstations of the changes\n- A workstation should be able to detect changes to other workstation workspaces and synchronize those change with its copy of their workspace\n1. Distribute the execution of test cases among workstations\n- A workstation should be able to submit a list of tests it wants to execute in a distributed manner\n- A workstations should be able to pickup tests to execute from a quite and execute the tests\n- A workstation should be able to publish the result of the test execution\n- A workstation should be able to read published test execution result\n\n## Features\nTODO\n\n## Learning\nTODO\n\n## Issue Tracking\nReport issues via the [Github Issues][github-issues]. Think you've found a bug?\nPlease consider submitting a reproduction project via the a new [Github Issue][github-issues-new].\n\n## Issue Pull Request\n[Pull requests](http://help.github.com/send-pull-requests) are welcome.\n\n## Staying in Touch\nHit us up on [Gitter][gitter].\n\n## License\nDelmar is released under [Apache Software License, Version 2.0](LICENSE).\n\nEnjoy and keep on Testifying!\n\n\n[docs]: http://fitburio.github.io/delmar\n[github-issues]: https://github.com/testify-project/delmar/issues\n[github-issues-new]: https://github.com/testify-project/delmar/issues/new\n[gitter]: https://gitter.im/testify-project/Lobby\n[java-for-small-team]: https://www.gitbook.com/book/ncrcoe/java-for-small-teams/details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestify-project%2Fdelmar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestify-project%2Fdelmar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestify-project%2Fdelmar/lists"}