{"id":21575523,"url":"https://github.com/rangle/test-automation","last_synced_at":"2026-01-27T19:51:23.340Z","repository":{"id":29150898,"uuid":"51010675","full_name":"rangle/test-automation","owner":"rangle","description":"Any code related to testing such as automation frameworks or utilities for manual testing.","archived":false,"fork":false,"pushed_at":"2022-12-09T08:05:09.000Z","size":27859,"stargazers_count":1,"open_issues_count":52,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-24T13:32:06.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rangle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-03T15:53:54.000Z","updated_at":"2020-02-07T16:03:57.000Z","dependencies_parsed_at":"2023-01-14T14:31:04.212Z","dependency_job_id":null,"html_url":"https://github.com/rangle/test-automation","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/rangle%2Ftest-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rangle%2Ftest-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rangle%2Ftest-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rangle%2Ftest-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rangle","download_url":"https://codeload.github.com/rangle/test-automation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173507,"owners_count":20410295,"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-24T12:13:30.631Z","updated_at":"2026-01-27T19:51:18.301Z","avatar_url":"https://github.com/rangle.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README (WIP)\n\nThis is a repository designed to showcase various e2e automation frameworks written against the same application under test.  This repo contains a simple todos application that can be executed via a local development server.  It contains a small feature set:\n* Add/remove todos\n* Toggle todo item status (Complete/Active)\n* Filter list by todo item status\n\nIn addition there are a couple of server API methods described below to show how various e2e automation frameworks can use these to create a more robust, stable, and fast-executing test frameworks\n\n\n# STARTING THE APP SERVER\n\nRequires nodeJS to run\n\n```\nyarn install (or npm install)\nyarn dev (or npm run dev)\nNavigate to http://locahost:3030\n```\n\nEach framework example folder will contain a README with detailed instructions on how to run it as well as highlighted benefits of the framework\n\n\n# SERVER API\n \n `/api/todos/delete`\n * **Method**: `DELETE`\n * **Description**: Will remove all existing todos from `db.json`\n\n `/api/todos/bulkload`\n * **Method**: `POST`\n * **Description**: Seeds `db.json` with a passed in array of todos in valid format in the body of the request\n * **Sample Todos array format**\n ```js\n[\n  {\n    id: 1, \n    name: 'First Todo',\n    isComplete: false\n  },\n  {\n    id: 2,\n    name: 'Second Todo',\n    isComplete: true\n  },\n  ...\n]\n```\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frangle%2Ftest-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frangle%2Ftest-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frangle%2Ftest-automation/lists"}