{"id":20128122,"url":"https://github.com/osandadeshan/maxsoft-webbot-demo","last_synced_at":"2026-05-06T19:39:18.572Z","repository":{"id":50112586,"uuid":"177617897","full_name":"osandadeshan/MaxSoft-WebBot-Demo","owner":"osandadeshan","description":"This is the demo project to automate Web browser using MaxSoft-WebBot.","archived":false,"fork":false,"pushed_at":"2021-06-04T01:51:32.000Z","size":3943,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T08:27:43.529Z","etag":null,"topics":["gauge","java","maven","maxsoft","selenium","webbot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/osandadeshan.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":"2019-03-25T15:51:19.000Z","updated_at":"2021-04-14T12:13:14.000Z","dependencies_parsed_at":"2022-09-23T12:04:14.030Z","dependency_job_id":null,"html_url":"https://github.com/osandadeshan/MaxSoft-WebBot-Demo","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/osandadeshan%2FMaxSoft-WebBot-Demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FMaxSoft-WebBot-Demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FMaxSoft-WebBot-Demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osandadeshan%2FMaxSoft-WebBot-Demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osandadeshan","download_url":"https://codeload.github.com/osandadeshan/MaxSoft-WebBot-Demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241572270,"owners_count":19984245,"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":["gauge","java","maven","maxsoft","selenium","webbot"],"created_at":"2024-11-13T20:25:42.897Z","updated_at":"2026-05-06T19:39:18.481Z","avatar_url":"https://github.com/osandadeshan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MaxSoft WebBot\n\u003cbr /\u003e\n\n## Introduction\nThe main reason for developing this framework is to provide an easy way for Technical QA, Developer or Non-technical QA to perform Web testing in an easy manner.\n\u003cbr /\u003e\u003cbr /\u003e\n\n## Technologies/Frameworks used\n- Java\n- Gauge Framework\n- Selenium\n- Bonigarcia WebDriver Manager\n- Junit\n- Apache POI\n- Apache Maven\n\u003cbr /\u003e\n\n## Supported Platforms\n- Windows\n- Linux\n- Mac OS\n\u003cbr /\u003e\n\n## Supported Languages\n- Java\n\u003cbr /\u003e\n\n## Advantages\n- Generation of an executable document.\n- Human readable tests, business language and Mark-down syntax.\n- Tests can be designed even by a non- technical person.\n- Generate a HTML report with test details for every test execution.\n- Parallel execution.\n- Live execution report.\n- Automated emails for test execution summary with graphical representations.\n\u003cbr /\u003e\n\n## Pre Requisites\n1. Java\n2. Maven\n\u003cbr /\u003e\n\n## How to Install Gauge Core\n\n**On Windows**\n1. Install Chocolatey by executing the following command. \\\n` @\"%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command \"iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1'))\" \u0026\u0026 SET \"PATH=%PATH%;%ALLUSERSPROFILE%\\chocolatey\\bin\"`\n\n2. Install Gauge by executing the following command. \\\n`choco install gauge`\n\n**On MacOS**\n1. Update Homebrew. \\\n`brew update`\n\n2. Install Gauge using Homebrew. \\\n`brew install gauge`\n\n**On Linux**\n1. First, add Gauge’s GPG key with this command. \\\n`sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 023EDB0B`\n\n2. Then add Gauge to the repository list using this command. \\\n`echo deb https://dl.bintray.com/gauge/gauge-deb nightly main | sudo tee -a /etc/apt/sources.list`\n\n3. Finally, install Gauge using these commands. \\\n`sudo apt-get update` \\\n`sudo apt-get install gauge`\n\u003cbr /\u003e\n\n## How to Install Gauge Plugins\n1. Open Command Prompt and execute following commands. \\\n`gauge install java` \\\n`gauge install html-report` \\\n`gauge install json-report` \\\n`gauge install xml-report` \\\n`gauge install spectacle` \\\n`gauge install flash`\n\n2. You can check the installation using the following command. \\\n`gauge -v`\n\n\tIf the installation is success, it will output like this:\n\n```markdown\n    Gauge version: \u003cversion number\u003e\n    Plugins\n    -------\n    flash (\u003cversion number\u003e)\n    html-report (\u003cversion number\u003e)\n    java (\u003cversion number\u003e)\n    json-report (\u003cversion number\u003e)\n    spectacle (\u003cversion number\u003e)\n    xml-report (\u003cversion number\u003e)\n```\n\u003cbr /\u003e\n\n## WebBot Development\n- [Trello Board](https://trello.com/b/Aj0f2Gow/maxsoft-webbot)\n\n\u003cbr /\u003e\n\n## License\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/License_icon-mit-2.svg/2000px-License_icon-mit-2.svg.png\" alt=\"MIT License\" width=\"100\" height=\"100\"/\u003e [MaxSoft WebBot]() is released under [MIT License](https://opensource.org/licenses/MIT)\n\n\u003cbr /\u003e\n\n## Copyright\nCopyright 2019 MaxSoft.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosandadeshan%2Fmaxsoft-webbot-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosandadeshan%2Fmaxsoft-webbot-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosandadeshan%2Fmaxsoft-webbot-demo/lists"}