{"id":18511964,"url":"https://github.com/airtestproject/my-testflow","last_synced_at":"2025-04-09T05:32:59.385Z","repository":{"id":62466505,"uuid":"129188809","full_name":"AirtestProject/my-testflow","owner":"AirtestProject","description":"Test automation standard engineering project template","archived":false,"fork":false,"pushed_at":"2018-05-09T07:36:10.000Z","size":1760,"stargazers_count":29,"open_issues_count":4,"forks_count":18,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-23T23:51:12.942Z","etag":null,"topics":["engineering","template","workflow","workspace"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/AirtestProject.png","metadata":{"files":{"readme":"README.rst","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":"2018-04-12T03:41:56.000Z","updated_at":"2024-06-13T10:42:53.000Z","dependencies_parsed_at":"2022-11-02T02:32:11.866Z","dependency_job_id":null,"html_url":"https://github.com/AirtestProject/my-testflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirtestProject%2Fmy-testflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirtestProject%2Fmy-testflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirtestProject%2Fmy-testflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirtestProject%2Fmy-testflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AirtestProject","download_url":"https://codeload.github.com/AirtestProject/my-testflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987056,"owners_count":21028891,"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":["engineering","template","workflow","workspace"],"created_at":"2024-11-06T15:31:01.644Z","updated_at":"2025-04-09T05:32:56.604Z","avatar_url":"https://github.com/AirtestProject.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n.. image:: doc/img/logo-simple-my-testflow.png\n\nmy-testflow\n===========\n\n**Test automation standard engineering project template**. More and more features to be added in future.\n\nHow to use?\n-----------\n\n**1.** Clone this repo and run the following command. (Installing with ``-e`` flag is strongly recommended.)\n\n.. code-block:: bash\n    \n    git clone https://github.com/AirtestProject/my-testflow.git\n    pip install -e my-testflow\n\n**2.** Run the example script after installation.\n\n.. code-block:: bash\n\n    python testflow/scripts/example.py\n\n**3.** Check the test results in ``pocounit-results/`` with `TestResultPlayer`_.\n\nProject structure\n-----------------\n\n.. code-block:: text\n\n    ─ my-testflow/\n        ├─ testflow/                \u003c-------  rename this folder if you with (identifier only)\n        |   ├─ __init__.py\n        |   ├─ lib/\n        |   |   ├─ __init__.py\n        |   |   └─ ...\n        |   └─ scripts/\n        |       ├─ __init__.py\n        |       ├─ example.py       \u003c-------  you can try running this script\n        |       └─ ...\n        ├─ res/                     \u003c-------  store any resource files\n        |   ├─ app/\n        |   └─ img/\n        ├─ pocounit-results/        \u003c-------  test results will auto generated here\n        ├─ setup.py\n        ├─ requirements.txt\n        └─ .gitignore\n\n\nHow to get the test results?\n----------------------------\n\nUse our `TestResultPlayer`_ to replay the whole procedure of your tests!\n\nMore info\n---------\n\nThis template is designed for engineering test flow and it works along with following frameworks.\nYou can take a look at the API reference according to each framework.\n\n- `airtest`_\n- `poco`_\n- `pocounit`_\n\n`see also \u003chttp://poco-chinese.readthedocs.io/zh_CN/latest/source/doc/netease-internal-use-template.html\u003e`_\n\n\n.. _TestResultPlayer: http://poco.readthedocs.io/en/latest/source/doc/about-test-result-player.html\n.. _airtest: http://airtest.readthedocs.io\n.. _poco: http://poco.readthedocs.io\n.. _pocounit: https://github.com/AirtestProject/PocoUnit\n\nJoin to discuss!\n----------------\n\n|chat on slack|\n\n.. image:: doc/img/discussion-qq-qr.png\n\n.. |chat on slack| image:: doc/img/chat_on_slack.png\n    :alt: chat on slack\n    :scale: 100%\n    :target: https://join.slack.com/t/airtestproject/shared_invite/enQtMzYwMjc2NjQzNDkzLTcyMmJlNjgyNjgzZTRkNWRiYmE1YWI1ZWE5ZmQwYmM1YmY3ODZlMDc0YjkwMTQ5NDYxYmEyZWU1ZTFlZjg3ZjI","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairtestproject%2Fmy-testflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairtestproject%2Fmy-testflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairtestproject%2Fmy-testflow/lists"}