{"id":22173670,"url":"https://github.com/stefruseva88/softuni-front-end-tech","last_synced_at":"2026-02-18T16:00:55.854Z","repository":{"id":255343015,"uuid":"849281669","full_name":"StefRuseva88/softuni-front-end-tech","owner":"StefRuseva88","description":"My Exam projects for Front-end Test Technologies @ SoftUni ","archived":false,"fork":false,"pushed_at":"2024-11-28T17:20:33.000Z","size":8043,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T11:47:37.978Z","etag":null,"topics":["dom-manipulation","playwright-javascript","qunit-tests"],"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/StefRuseva88.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T10:08:13.000Z","updated_at":"2025-02-06T17:34:44.000Z","dependencies_parsed_at":"2024-11-28T18:39:06.185Z","dependency_job_id":null,"html_url":"https://github.com/StefRuseva88/softuni-front-end-tech","commit_stats":null,"previous_names":["stefruseva88/softuni-front-end-auto","stefruseva88/softuni-front-end-tech"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StefRuseva88/softuni-front-end-tech","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fsoftuni-front-end-tech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fsoftuni-front-end-tech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fsoftuni-front-end-tech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fsoftuni-front-end-tech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefRuseva88","download_url":"https://codeload.github.com/StefRuseva88/softuni-front-end-tech/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fsoftuni-front-end-tech/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29585441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dom-manipulation","playwright-javascript","qunit-tests"],"created_at":"2024-12-02T07:34:38.589Z","updated_at":"2026-02-18T16:00:55.830Z","avatar_url":"https://github.com/StefRuseva88.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SoftUni Front-End Test Technologies Exam Projects\n[![JavaScript](https://img.shields.io/badge/Made%20with-JavaScript-F7DF1E.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\n[![Chromium](https://img.shields.io/badge/tested%20on-Chromium-4285F4.svg)](https://www.chromium.org/)\n[![QUnit](https://img.shields.io/badge/tested%20with-QUnit-9C4CB4.svg)](https://qunitjs.com/)\n[![Playwright](https://img.shields.io/badge/tested%20with-Playwright-6E40C9.svg)](https://playwright.dev/)\n\n## My projects for QA Front-end Test Technologies Exams @ SoftUni \nWelcome to the repository for my exam projects! This collection showcases my skills in **DOM Manipulation**, **Playwright testing**, and **QUnit testing**. Below you will find detailed descriptions, usage instructions, and examples for each of these projects.\n\n---\n\n## Table of Contents\n- [DOM Manipulation](#dom-manipulation)\n- [Playwright Tests](#playwright-tests)\n- [QUnit Tests](#qunit-tests)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [License](#license)\n- [Contact](#contact)\n\n---\n\n## DOM Manipulation\n\n### Description\nThis project demonstrates my proficiency in **Document Object Model (DOM) Manipulation**. The main objective is to dynamically update the content and structure of a webpage using JavaScript. Key features include:\n\n- **Dynamic Content Creation:** Add, modify, and remove elements on the page.\n- **Event Handling:** Manage user interactions through events such as clicks, mouse movements, and keyboard inputs.\n- **Real-time Updates:** Reflect changes on the webpage without reloading, enhancing the user experience.\n\n## Playwright Tests\n\n### Description\nThis project includes a suite of automated tests using Playwright, a powerful end-to-end testing framework. The tests are designed to validate the functionality and performance of web applications across different browsers.\n\n- Cross-browser Testing: Ensure that your application behaves consistently across Chrome, Firefox, and WebKit.\n- Headless Testing: Execute tests in a headless environment for faster and more efficient test runs.\n- Advanced Test Scenarios: Cover complex user interactions, navigation, and input validation.\n  \n## QUnit Tests\n\n### Description\nIn this project, I have used QUnit, a JavaScript unit testing framework, to write and execute unit tests. The goal is to ensure that individual units of code (such as functions) work as expected.\n\n- Test Suites: Organize tests into suites for modular testing.\n- Assertions: Utilize a variety of assertions to validate code functionality.\n- Test Coverage: Achieve high test coverage by thoroughly testing all critical code paths.\n\n## Getting Started\n\n### Prerequisites\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org/)\n- [npm](https://www.npmjs.com/)\n- A web browser (e.g., [Chrome](https://www.google.com/chrome/), [Firefox](https://www.mozilla.org/firefox/))\n\n## Usage\n\n### Running the DOM Manipulation Project\nOpen `index.html` in your browser to see the DOM manipulation in action.\n\n### Running Playwright Tests\nExecute the Playwright test suite with the following command:\n\n```\nnpx playwright test\n```\n\n### Running QUnit Tests\nSimply open the `test/index.html` file in your browser to run the tests.\n\n## License\nThis project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.\n\n## Contact\nFor any questions or suggestions, please open an issue in the repository.\n\n---\n### Happy Testing! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fsoftuni-front-end-tech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefruseva88%2Fsoftuni-front-end-tech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fsoftuni-front-end-tech/lists"}