{"id":28862504,"url":"https://github.com/ecency/hivesigner-tests","last_synced_at":"2026-06-09T16:02:39.274Z","repository":{"id":46991298,"uuid":"389288184","full_name":"ecency/hivesigner-tests","owner":"ecency","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-20T10:29:27.000Z","size":5993,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T06:11:35.234Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecency.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":"2021-07-25T07:27:46.000Z","updated_at":"2021-09-20T10:29:30.000Z","dependencies_parsed_at":"2022-08-25T15:11:11.078Z","dependency_job_id":null,"html_url":"https://github.com/ecency/hivesigner-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecency/hivesigner-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fhivesigner-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fhivesigner-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fhivesigner-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fhivesigner-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecency","download_url":"https://codeload.github.com/ecency/hivesigner-tests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fhivesigner-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34114437,"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-06-09T02:00:06.510Z","response_time":63,"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-06-20T06:11:01.943Z","updated_at":"2026-06-09T16:02:39.262Z","avatar_url":"https://github.com/ecency.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hivesigner Automated UI testing\n\n### To run tests on local machine you need to:\n\n* clone the project from git to your local machine\n* if IntelliJ IDEA will suggest ==\u003e import gradle project\n* if not ==\u003e run `gradlew wrapper` command in terminal to install gradle from the project (current version 7.2)\n* wait until all dependencies downloaded\n\n### Important note for local testing:\n* Selenium webdriver uses already installed browser (e.g. Chrome or chromium project) on your operating system.\nIf you want to separate test-run from your local environment, you may run test with a special docker container (example and tutorual here https://www.blazemeter.com/blog/how-to-run-selenium-tests-in-docker)\n\n### To configure tests\n\n* create `conf.properties` file in `./src/test/resources` folder and add proper environment variables.\n\n### To run tests\n\n* Run `gradlew test` command in terminal\n* You also may run all tests from `src/test/java/selenium/tests` folder using `junit` with `Run` command in IDEA context menu\n\n### Structure\n\n* `gradlew` folder contains gradlew v7.2 jar file and wrapper file\n* `pages` folder contains classes which describe each web page with elements and methods to work with them\n* `handlers` folder contains classes which make work with project easier\n* `tests` folder contains tests only\n\n### conf.properties file structure\n\n```\nGET_STARTED_PAGE = https://your.site.url/\n\nIMPORT_PAGE = https://your.site.url/import?redirect=accounts\n\nLOGIN_PAGE = https://your.site.url/login?redirect=accounts\n\nACCOUNTS_PAGE = https://your.site.url/accounts\n\nAUTHORITIES_PAGE = https://your.site.url/auths\n\nOAUTH2_URL = https://your.site.url/oauth2/authorize\n\nUSER_NAME = \n\nPRIVATE_KEY = \n\nUSER_NAME_ALT1 = \n\nPRIVATE_KEY_ALT1 = \n\nUSER_NAME_ALT2 = \n\nPRIVATE_KEY_ALT2 = \n\nLOCAL_PASSWORD = \n\nLOCAL_PASSWORD_ALT =\n\nSCREENSHOT_PATH=..//hivesigner-tests/Screenshots/\n\nBROWSER_HEADLESS_MODE=--headless\n\n//leave `=''` if you don't want to run tests in headless mode\n\nBROWSER_WINDOW_SIZE=--window-size=1920x1080\n\n//leave `=''` if you don't want to run tests in headless mode\n\nOWNER_PRIVATE_KEY = \n\nACTIVE_PRIVATE_KEY = \n\nPOSTING_PRIVATE_KEY = \n\nMEMO_PRIVATE_KEY = \n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecency%2Fhivesigner-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecency%2Fhivesigner-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecency%2Fhivesigner-tests/lists"}