{"id":18674097,"url":"https://github.com/nervosnetwork/ckb-system-testing","last_synced_at":"2025-08-02T20:34:21.685Z","repository":{"id":37164855,"uuid":"190350431","full_name":"nervosnetwork/ckb-system-testing","owner":"nervosnetwork","description":"This project is a TestNG (Java) project, for running system tests for Nervos CKB.","archived":false,"fork":false,"pushed_at":"2022-12-14T20:39:23.000Z","size":204,"stargazers_count":1,"open_issues_count":5,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T01:55:16.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/nervosnetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-05T07:51:19.000Z","updated_at":"2021-08-09T05:05:29.000Z","dependencies_parsed_at":"2023-01-29T01:00:35.793Z","dependency_job_id":null,"html_url":"https://github.com/nervosnetwork/ckb-system-testing","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nervosnetwork/ckb-system-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-system-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-system-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-system-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-system-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nervosnetwork","download_url":"https://codeload.github.com/nervosnetwork/ckb-system-testing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-system-testing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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-02T02:00:12.353Z","response_time":74,"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-07T09:17:30.244Z","updated_at":"2025-08-02T20:34:21.650Z","avatar_url":"https://github.com/nervosnetwork.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CKB System Testing\n\nThis project is a [TestNG](https://testng.org/) (Java) project, using for running system tests for [Nervos CKB](https://github.com/nervosnetwork/ckb).\n\n[![Build Status](https://travis-ci.com/nervosnetwork/ckb-system-testing.svg?branch=master)](https://travis-ci.com/nervosnetwork/ckb-system-testing)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/nervosnetwork/ckb-system-testing.svg)\n\n## Getting Started\n\nThese instructions will guide you how to run and write test cases.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n* Java\n* Maven\n\n### Installing\n\ninstall Java on Mac: https://java.com/en/download/help/mac_install.xml\n\n\n## Running the tests\n\n### Run regression/smoke/performance tests\n\n```\nmake test # run regression tests, slow\n\nmake test-smoke # run smoke tests, fast\n\nmake test-performance # run performance tests, very slow\n\nmake test-load # run load tests, very slow, read config from 'loadConfig.yml'\n```\n\nExplain how to run the tests, read [docs/how-to-run-tests.md](docs/how-to-run-tests.md) for details.\n\n## Write test cases\n\nInstructions for how to write test cases, read [docs/how-to-write-tests.md](docs/how-to-write-tests.md) for details.\n\n\n## Coding style\n\nWe use \"Google Java Style Guide\" as coding style guide:\n\n* Official: https://google.github.io/styleguide/javaguide.html\n* Chinese version: https://jervyshi.gitbooks.io/google-java-styleguide-zh/content/\n\n### Installing the coding style settings in Intellij\n\n1. Download the [intellij-java-google-style.xml](https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml) file from the http://code.google.com/p/google-styleguide/ repo.\n2. go into Preferences -\u003e Editor -\u003e Code Style. Click on Manage and import the downloaded Style Setting file. Select GoogleStyle as new coding style.\n\n### Installing the coding style settings in Eclipse\n\n1. Download the [eclipse-java-google-style.xml](https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml) file from the http://code.google.com/p/google-styleguide/ repo. \n2. Under Window/Preferences select Java/Code Style/Formatter. Import the settings file by selecting Import.\n\n## Deployment\n\n### CI pipeline workflow\n\nHow to run this project on CI(using Jenkins):\n\nput following codes in the Jenkins Build config's Execute shell\n\n```\n# export CKB_DOCKER_IMAGE_TAG_NAME=v0.13.0 # set this ENV variable to specified test target version\n# get available tag from https://hub.docker.com/r/nervos/ckb/tags\n\nmake setup # install requirements\nmake update # update ckb docker image\nmake test # run test cases\n```\n## Contributing\n\n1. Know how to run tests: [docs/how-to-run-tests.md](docs/how-to-run-tests.md)\n2. Know how to write tests: [docs/how-to-write-tests.md](docs/how-to-write-tests.md)\n3. Know how to report issues: [new issue](https://github.com/nervosnetwork/ckb-system-testing/issues/new )\n\n### Commit your changes\n\n#### Workflow\n\n[GitHub Flow](https://help.github.com/en/articles/github-flow), [Understanding the GitHub flow](https://guides.github.com/introduction/flow/)\n\n#### git style guide\n\nuse [git-style-guide](https://github.com/agis/git-style-guide) for Branches, Commits,Messages, Merging\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning.\n\n## License\n\nThis project is licensed under the Apache 2.0 License\n\n## Acknowledgments\n\n* You should know how to use Maven.\n* You should know how to write test cases using TestNG.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnervosnetwork%2Fckb-system-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnervosnetwork%2Fckb-system-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnervosnetwork%2Fckb-system-testing/lists"}