{"id":25007920,"url":"https://github.com/spacemeshos/qa-smapp","last_synced_at":"2026-02-10T21:07:41.205Z","repository":{"id":198878025,"uuid":"701730681","full_name":"spacemeshos/QA-smapp","owner":"spacemeshos","description":"Quality Assurance for Smapp - test scenarios, cases, data, and scripts to automate testing.","archived":false,"fork":false,"pushed_at":"2024-02-26T17:41:22.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T02:56:10.027Z","etag":null,"topics":["automated-testing","qa","qa-automation","test-cases","test-scenarios","testing"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spacemeshos.png","metadata":{"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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-07T11:57:06.000Z","updated_at":"2023-10-17T01:55:54.000Z","dependencies_parsed_at":"2023-10-14T22:18:03.766Z","dependency_job_id":"7109c84c-8c36-4119-a8d8-34e33d6cae83","html_url":"https://github.com/spacemeshos/QA-smapp","commit_stats":null,"previous_names":["spacemeshos/qa-smapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacemeshos%2FQA-smapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacemeshos%2FQA-smapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacemeshos%2FQA-smapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacemeshos%2FQA-smapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacemeshos","download_url":"https://codeload.github.com/spacemeshos/QA-smapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262602,"owners_count":20749175,"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":["automated-testing","qa","qa-automation","test-cases","test-scenarios","testing"],"created_at":"2025-02-05T02:56:14.284Z","updated_at":"2026-02-10T21:07:36.163Z","avatar_url":"https://github.com/spacemeshos.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nThis repository contains the Quality Assurance (QA) assets for the Smapp application.\n\n_Knowing that there will be huge changes in the GUI, this repo will not be perfectly maintained and docs meticulously prepared. It's more about gathering the core functions testing aspects than official documentation._\n\nSmapp is an Electron-based application designed for managing wallets and facilitating the process of mining Smesh coins.\n\nThis repo includes test cases, test scripts, and documentation for testing the application across Windows, macOS, and Linux platforms.\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Test Scenarios](#test-scenarios)\n  - [Smapper](#smapper)\n  - [Smesher](#smesher)\n- [Template](#template)\n- [Contribution Guidelines](#contribution-guidelines)\n- [License](#license)\n\n## Getting Started\n\nTo get started with testing Smapp, clone this repository and follow the instructions in each test case.\n\n```bash\ngit clone https://github.com/spacemeshos/QA-smapp.git\n```\n\n## Test Scenarios\n\n### Smapper\n\n* [Installation](cases/Smapper/Installation.md)\n* [Login](cases/Smapper/Login.md)\n* [Log Out](cases/Smapper/LogOut.md)\n* [Autostart](cases/Smapper/Autostart.md)\n* [Wallet Only Creation](cases/Smapper/WalletOnly-creation.md)\n* [Password Setup](cases/Smapper/Password-setup.md)\n* [Password Change](cases/Smapper/Password-change.md)\n* [Additional Account](cases/Smapper/Additional-Account.md)\n* [File Backup](cases/Smapper/File-backup.md)\n* [File Restore](cases/Smapper/File-restore.md)\n* [Mnemonics Backup](cases/Smapper/Mnemonics-backup.md)\n* [Mnemonics Restore](cases/Smapper/Mnemonics-restore.md)\n* [Spawn](cases/Smapper/Spawn.md)\n* [Send](cases/Smapper/Send.md)\n* [Export Transactions History](cases/Smapper/ExportTxLog.md)\n* [Filter Transactions History](cases/Smapper/FilterTxLog.md)\n* [Offline Modal](cases/Smapper/Offline-modal.md)\n\nTo be continued, work in progress...\n\n### Smesher\n\n* [POS General](cases/Smesher/POS_general.md)\n* [POS Benchmark](cases/Smesher/POSbenchmark.md)\n* [POS Coinbase](cases/Smesher/POScoinbase.md)\n* [POS Delete](cases/Smesher/POSdelete.md)\n* [POS Directory](cases/Smesher/POSdiectory.md)\n* [POS Processor](cases/Smesher/POSprocessor.md)\n* [POS Size](cases/Smesher/POSsize.md)\n* [POS Summary](cases/Smesher/POSsummary.md)\n* [POS Wallet + Node creation](cases/Smesher/WalletNode.md)\n\nTo be continued, work in progress...\n\n## Template\n\nFor creating new test scenarios and cases, please use the [Scenario \u0026amp; Test Case Template](cases/scenario-case-template.md).\n\n## Contribution Guidelines\n\nPlease read the [Contribution Guidelines](CONTRIBUTING.md) before making any contributions.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacemeshos%2Fqa-smapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacemeshos%2Fqa-smapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacemeshos%2Fqa-smapp/lists"}