{"id":25690742,"url":"https://github.com/gadiim/webdriverio_saucedemo_test","last_synced_at":"2026-06-12T18:33:24.630Z","repository":{"id":276220763,"uuid":"928027112","full_name":"gadiim/webdriverio_saucedemo_test","owner":"gadiim","description":"Automated testing project for validating the functionality of the SauceDemo website using WebdriverIO.","archived":false,"fork":false,"pushed_at":"2025-02-12T19:26:24.000Z","size":734,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T22:51:22.581Z","etag":null,"topics":["automated-testing","automation-testing","e2e-testing","functional-testing","saucedemo","test-automation","test-cases","webdriverio"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gadiim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-05T23:54:16.000Z","updated_at":"2025-02-12T19:26:28.000Z","dependencies_parsed_at":"2025-02-07T00:37:10.887Z","dependency_job_id":null,"html_url":"https://github.com/gadiim/webdriverio_saucedemo_test","commit_stats":null,"previous_names":["gadiim/webdriverio_saucedemo_test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gadiim/webdriverio_saucedemo_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadiim%2Fwebdriverio_saucedemo_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadiim%2Fwebdriverio_saucedemo_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadiim%2Fwebdriverio_saucedemo_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadiim%2Fwebdriverio_saucedemo_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gadiim","download_url":"https://codeload.github.com/gadiim/webdriverio_saucedemo_test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadiim%2Fwebdriverio_saucedemo_test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34258368,"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-12T02:00:06.859Z","response_time":109,"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":["automated-testing","automation-testing","e2e-testing","functional-testing","saucedemo","test-automation","test-cases","webdriverio"],"created_at":"2025-02-24T22:51:00.952Z","updated_at":"2026-06-12T18:33:24.611Z","avatar_url":"https://github.com/gadiim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webdriverio Saucedemo Test\n\n## Overview\n\nThis project is a test automation suite built using [WebdriverIO](https://webdriver.io/), aimed at ensuring the functionality and reliability of [web-site](https://www.saucedemo.com/). It includes a series of automated tests that cover essential user interactions, including login, item selection, and checkout processes.\n\n## Test-case\n\nYou can find the test-case details [here](https://testluxequality.sharepoint.com/:x:/s/Mentors/EdKKAdQM7uRGgdG-zFoeXdEBYSo3Gg_YRlAX6WaC1imLuQ?rtime=1buvryJG3Ug).\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- **Node.js**: Install [Node.js](https://nodejs.org/) (version 14 or higher).\n- **WebdriverIO** package and its dependencies (installable via npm).\n- A modern web browser (e.g., Google Chrome) installed on your system for running the tests.\n\n## Installation\n\nTo set up the project, follow these steps:\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/gadiim/webdriverio_saucedemo_test.git\n   ```\n2. **Navigate into the directory**:\n   ```bash\n   cd webdriverio_saucedemo_test\n   ```\n3. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n## Allure Reporting\n\nAllure is used for generating detailed test reports.\n\n\u003cimg src=\".images/allure_report_overview.jpg\" width=\"400\"/\u003e  \u003cimg src=\".images/allure_report_suites.jpg\" width=\"400\"/\u003e\n\n## Scripts\n\n### Running Tests\n\n* To open the WebdriverIO Test Runner:\n   ```bush  \n   npm run test\n   ```\n* To run tests for specific test files:\n   ```bush \n   npm run test:login\n   ```\n   ```bush\n   npm run test:logout\n   ```\n   ```bush \n   npm run test:cart\n   ```\n   ```bush\n   npm run test:sorting\n   ```\n   ```bush \n   npm run test:footer\n   ```\n   ```bush \n   npm run test:checkout\n   ```\n\n### Generate Allure Reports\n\n* To generate the Allure report from the test results:\n   ```bush \n   npm run allure:generate\n   ```\n* To open the Allure report in the browser.\n   ```bush \n   npm run allure:open\n   ```\n* To clears the reports directory.\n   ```bush \n   npm run allure:clean\n   ```\n\n## Test Structure\n\nThe tests are organized in the following structure:\n   ```sql\nwebdriverio_saucedemo_test/\n├── .gitignore\n├── README.md\n├── package.json\n├── tsconfig.json\n├── wdio.conf.js\n├── test/\n│   ├── specs/\n│   │   ├── login_test.js\n│   │   ├── logout_test.js\n│   │   ├── cart_test.js\n│   │   ├── sorting_test.js\n│   │   ├── footer_test.js\n│   │   ├── checkout_test.js\n│   ├── pageobjects/\n│   │   ├── loginpage.js\n│   │   ├── inventorypage.js\n│   │   ├── cartpage.js\n│   │   ├── checkoutpage.js\n│   └── data/\n│   │   ├── fake_data_generator.js\n│   │   └── data.js\n   ```\n* `wdio.conf.js`: The WebdriverIO configuration file that contains test settings, browser capabilities, and environment details.\n* `test/specs/`: Contains the end-to-end test files.\n* `test/pageobjects/`: Contains the page object files that define the structure and elements of the webpages to interact with.\n* `test/data/`: Contains any test data files, such as user information for login.\n\n## License\n\nThis project is licensed under the MIT License. You are free to use, modify, and distribute this project. See the [LICENSE](./LICENSE.txt) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadiim%2Fwebdriverio_saucedemo_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgadiim%2Fwebdriverio_saucedemo_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadiim%2Fwebdriverio_saucedemo_test/lists"}