{"id":15012813,"url":"https://github.com/stefruseva88/playwright-intro","last_synced_at":"2026-02-26T07:41:59.500Z","repository":{"id":251385209,"uuid":"837257225","full_name":"StefRuseva88/playwright-intro","owner":"StefRuseva88","description":"Testing simple JS app that lets the user add tasks, mark them as completed, delete them, and filter them according to their status. ","archived":false,"fork":false,"pushed_at":"2024-09-08T16:08:38.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-14T03:21:27.930Z","etag":null,"topics":["javascript","playwright","ui-testing"],"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-02T14:47:12.000Z","updated_at":"2024-09-08T16:08:41.000Z","dependencies_parsed_at":"2024-08-05T12:22:43.269Z","dependency_job_id":"a39a6d67-a76c-4371-a218-24f6f85d6cbd","html_url":"https://github.com/StefRuseva88/playwright-intro","commit_stats":null,"previous_names":["stefruseva88/playwright-intro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fplaywright-intro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fplaywright-intro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fplaywright-intro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fplaywright-intro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefRuseva88","download_url":"https://codeload.github.com/StefRuseva88/playwright-intro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219849223,"owners_count":16556325,"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":["javascript","playwright","ui-testing"],"created_at":"2024-09-24T19:43:15.444Z","updated_at":"2026-02-26T07:41:59.459Z","avatar_url":"https://github.com/StefRuseva88.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playwright Intro\n\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[![Playwright](https://img.shields.io/badge/tested%20with-Playwright-6E40C9.svg)](https://playwright.dev/)\n\n### This is a test project for Front-End Test Automation July 2024 Course @ SoftUni\n---\n\n## Project Overview\nThis project involves testing a basic JavaScript application that allows users to add tasks, mark them as done, delete them, and filter them based on their status.\n\n## Steps\n\n### 1. Install Dependencies\n1. Open the application directory using Visual Studio Code and access a terminal.\n2. Install the required dependencies by executing the following commands:\n   \n    ```bash\n    npm install\n    npx playwright install\n    ```\n\n### 2. Launching the Server\n1. The above commands will install Playwright and http-server.\n2. Start the server using the command:\n   \n    ```bash\n    npm start\n    ```\n\n### 3. Creating Tests\n1. Inside the project directory, create a new folder named tests.\n2. In the tests folder, create a file named `todo.spec.js`. This will contain the test scripts.\n\n### 4. Run Tests\nRun all tests by using the command:\n\n ```bash\n    npm test\n ```\n\n## Contributing\nContributions are welcome! If you have any improvements or bug fixes, feel free to open a pull request.\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%2Fplaywright-intro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefruseva88%2Fplaywright-intro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fplaywright-intro/lists"}