{"id":18666952,"url":"https://github.com/adoptium/stf","last_synced_at":"2025-10-28T21:33:49.932Z","repository":{"id":37797580,"uuid":"102495849","full_name":"adoptium/STF","owner":"adoptium","description":"The System Test Framework for executing https://github.com/adoptium/aqa-systemtest","archived":false,"fork":false,"pushed_at":"2025-04-09T20:01:51.000Z","size":672,"stargazers_count":9,"open_issues_count":7,"forks_count":39,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-09T21:20:02.428Z","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/adoptium.png","metadata":{"funding":{"github":"adoptium","custom":["eclipse.org/donate/adoptium"]},"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-09-05T15:05:00.000Z","updated_at":"2025-04-09T20:01:56.000Z","dependencies_parsed_at":"2024-05-16T21:05:56.544Z","dependency_job_id":null,"html_url":"https://github.com/adoptium/STF","commit_stats":{"total_commits":102,"total_committers":20,"mean_commits":5.1,"dds":0.6274509803921569,"last_synced_commit":"89020fe1391aecaa6d2cf4f5402b60d200705c2a"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoptium%2FSTF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoptium%2FSTF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoptium%2FSTF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoptium%2FSTF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adoptium","download_url":"https://codeload.github.com/adoptium/STF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248495963,"owners_count":21113733,"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":"2024-11-07T08:34:55.761Z","updated_at":"2025-10-28T21:33:49.846Z","avatar_url":"https://github.com/adoptium.png","language":"Java","funding_links":["https://github.com/sponsors/adoptium","eclipse.org/donate/adoptium"],"categories":[],"sub_categories":[],"readme":"# stf\n\nThis repository contains the System Test Framework (STF) used by test cases in the javasvt repository to execute multi process, multi step Java tests.\n\n[Quick start (Unix)](#unix)\n[Quick start (Windows)](#windows)\n[More documentation](stf.build/docs/build.md)\n\n\u003ca name=\"unix\"\u003e\u003c/a\u003e\n## Quick start (Unix)\n\nThis quick start is for people who want to clone and build the project.  To set up a development environment for enhancing STF or creating new test cases, refer to [this document](stf.build/docs/build.md).\n\nBefore running the build for the first time make sure GNU make, ant and wget are on your PATH.\n\nwget is only required for the make configure step, which only needs to be done once.\n\nEither copy, paste and execute [this script](stf.build/scripts/stf_clone_make.sh) which runs the command below, or run the commands yourself.\n\n```shell\n# 1. Create a directory for the git clone\nmkdir -p $HOME/git\n\n# 2. Clone the git repository\ncd $HOME/git\ngit clone https://github.com/adoptium/STF.git stf\n\n# 3. Set JAVA_HOME to a Java 8 or later Java\n\nexport JAVA_HOME=\u003cjava-home\u003e\n\n# 4.Install the prereqs\n# This requires wget to be on the PATH\ncd $HOME/git/stf/stf.build\nmake configure\n\n# 5. Build\ncd $HOME/git/stf/stf.build\nmake\n\n# 6. Run the STF samples\ncd $HOME/git/stf/stf.build\nmake test\necho See /tmp/stf to view the test results\n```\n\n\u003ca name=\"windows\"\u003e\u003c/a\u003e\n## Quick Start (Windows)\n\nThis quick start is for people who want to clone and build the project.  To set up a development environment for enhancing STF or creating new test cases, refer to [this document](stf.build/docs/build.md).\n\nBefore running the build for the first time make sure GNU make, ant and wget are on your PATH.\n\nwget is only required for the make configure step, which only needs to be done once.\n\nEither copy, paste and execute [this script](stf.build/scripts/stf_clone_make.bat) which runs the command below, or run the commands yourself.\n\n```dos\nREM 1. Create a directory for the git clones\nmkdir c:\\%USERPROFILE%\\git\n\nREM 2. Clone the test cases\ncd c:\\%USERPROFILE%\\git\ngit clone https://github.com/adoptium/STF.git stf\n\nREM 3. Set JAVA_HOME to a Java 8 or later Java\nSET JAVA_HOME=\u003cjava-home\u003e\n\nREM 4. Get the test case prereqs\ncd C:\\%USERPROFILE%\\git\\stf\\stf.build\nmake configure\n\nREM 5. Build\ncd C:\\%USERPROFILE%\\git\\stf\\stf.build\nmake\n\nREM 6. Run the samples\ncd C:\\%USERPROFILE%\\git\\stf\\stf.build\nmake test\necho See c:\\stf_temp to view the test results\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadoptium%2Fstf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadoptium%2Fstf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadoptium%2Fstf/lists"}