{"id":20884997,"url":"https://github.com/windup/windup_integration_test","last_synced_at":"2025-05-12T18:31:45.989Z","repository":{"id":40259237,"uuid":"243700766","full_name":"windup/windup_integration_test","owner":"windup","description":"Windup integration tests","archived":false,"fork":false,"pushed_at":"2022-12-20T20:22:49.000Z","size":5908,"stargazers_count":1,"open_issues_count":3,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-01T10:11:26.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/windup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-28T07:10:48.000Z","updated_at":"2021-12-16T20:20:25.000Z","dependencies_parsed_at":"2023-01-30T01:45:57.398Z","dependency_job_id":null,"html_url":"https://github.com/windup/windup_integration_test","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/windup%2Fwindup_integration_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windup%2Fwindup_integration_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windup%2Fwindup_integration_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windup%2Fwindup_integration_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/windup","download_url":"https://codeload.github.com/windup/windup_integration_test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253798180,"owners_count":21966022,"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-18T08:12:12.644Z","updated_at":"2025-05-12T18:31:45.452Z","avatar_url":"https://github.com/windup.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Windup - Integration tests \u003c/h1\u003e\n\n## Getting started:\n#### Install the framework in developer mode:\n1. Fork the repository\n2. Follow the following steps (Minimum Python-3.6 required)\n\n```shell\ngit clone https://github.com/\u003cuser\u003e/windup_integration_tests.git\ncd windup_integration_test\npython3.8 -m venv .mta_venv\nsource .mta_venv/bin/activate\npip install -e .\n```\n\n**Note:** After this you should able to access `mta` command. `mta` is a command-line tool;\nwhich help for test development. Check help (`mta --help`) for more information.\n\n#### Configure your Environment:\nThe framework needs some configuration before actual use. Configuration file located at `mta/conf` directory.\n**env.yaml** file holds your testing environment.\nYou need to change this as per your application `hostname` (web-console) and webdriver options.\nThe best practice is to create a local file with the name **env.local.yaml** and overwrite tags.\n\n\n**Example:** Content of `env.local.yaml`; where we are overwriting `env.yaml` application hostname and\nremote webdriver default options.\n\n```yaml\napplication:\n  hostname: http://foo.com\n\nbrowser:\n  webdriver: Remote\n  webdriver_options:\n    command_executor: http://localhost:4444/wd/hub\n    desired_capabilities:\n      acceptInsecureCerts: true\n      acceptSslCerts: true\n      browserName: firefox\n      unexpectedAlertBehaviour: ignore\n```\n\n## mta:\nCommand line tool for windup integration tests development. You can find help with command\n```shell\nmta --help\n```\n\n`mta` providing fallowing features\n\n#### Ipython Shell\n```shell\nmta shell --help\n```\nIt is Ipython interactive shell for windup integration test development.\nIt will provide default imports like `navigate_to`, and `Application` object (app).\nYou can create your own python file with imports you use frequently.\nJust create a `conf/mta_shell_startup.py` file in your repo.\nThis file can contain arbitrary python code that is executed in this context.\n\n#### Selenium Container\n```shell\nmta selenium --help\n```\nIt is containerized `webdriver`. It also includes a `VNC server` so that you can connect\nand see what the browser is doing. This is also useful if you need to put a breakpoint in the test\nand do some browser interaction.\n\nThe container client like `Docker` or `Podaman` should up and running on your system.\n**selenium.yaml** file holds default selenium container config.\nYou can overwrite default by creating new file **selenium.local.yaml**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindup%2Fwindup_integration_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindup%2Fwindup_integration_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindup%2Fwindup_integration_test/lists"}