{"id":21954688,"url":"https://github.com/sky172839465/integration-example","last_synced_at":"2026-04-18T02:02:33.461Z","repository":{"id":45894268,"uuid":"359196680","full_name":"sky172839465/integration-example","owner":"sky172839465","description":"frontend integration example","archived":false,"fork":false,"pushed_at":"2025-11-17T18:57:34.000Z","size":12348,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T20:31:38.352Z","etag":null,"topics":["continuous-deployment","continuous-integration","cronjob","frontend","github-actions"],"latest_commit_sha":null,"homepage":"https://test-integration-example.fly.dev","language":"JavaScript","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/sky172839465.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-18T16:27:57.000Z","updated_at":"2025-11-17T18:57:38.000Z","dependencies_parsed_at":"2024-06-29T03:32:34.907Z","dependency_job_id":"3fef4cf3-8147-4b31-9dc7-9deda043d53a","html_url":"https://github.com/sky172839465/integration-example","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/sky172839465/integration-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky172839465%2Fintegration-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky172839465%2Fintegration-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky172839465%2Fintegration-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky172839465%2Fintegration-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sky172839465","download_url":"https://codeload.github.com/sky172839465/integration-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky172839465%2Fintegration-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["continuous-deployment","continuous-integration","cronjob","frontend","github-actions"],"created_at":"2024-11-29T07:24:38.498Z","updated_at":"2026-04-18T02:02:33.448Z","avatar_url":"https://github.com/sky172839465.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# integration-example\n\n[![release](https://github.com/sky172839465/integration-example/actions/workflows/release.yml/badge.svg)](https://github.com/sky172839465/integration-example/actions/workflows/release.yml)\n[![schedule](https://github.com/sky172839465/integration-example/actions/workflows/schedule.yml/badge.svg)](https://github.com/sky172839465/integration-example/actions/workflows/schedule.yml)\n\nFront-end integration with free service.\u003cbr /\u003e\u003cbr /\u003e\nIncludes:\n\n- pull request integration\n- release integration\n- schedule testing integration\n\n---\n\n### Workflow\n\n- \u003cdetails open\u003e\n    \u003csummary\u003epull request\u003c/summary\u003e\n\n  [pull_request.yml](/.github/workflows/pull_request.yml)\n\n  ```mermaid\n  graph LR;\n    Start(PR event)\n    subgraph Env clean up\n      Z1(Remove fly.io pr env)\n      Z2(Remove development env)\n      Z1--\u003eZ2\n    end\n    subgraph PR status\n      StatusA(open / reopen / sync)\n      StatusB(close)\n    end\n    subgraph Functional test\n      A1(Deploy pr env fly.io)\n      A2(E2E test)\n      A3(Upload E2E report)\n      A1--\u003eA2--\u003eA3\n    end\n    subgraph Static test\n      B1(Lint test)\n      B2(Unit test)\n      B1--\u003eB2\n    end\n    subgraph Clean up\n      C1(Download artifacts)\n      C2(Generate summary)\n      C3(Add summary comment)\n      C1--\u003eC2--\u003eC3\n    end\n    Start--\u003eStatusA \u0026 StatusB\n    StatusA--\u003eA1 \u0026 B1\n    StatusB--\u003eZ1\n    A3 \u0026 B2--\u003eC1\n  ```\n\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\n    \u003csummary\u003erelease\u003c/summary\u003e\n\n  [release.yml](/.github/workflows/release.yml)\n\n  ```mermaid\n  graph LR;\n    A1(Bump version)\n    A2(Deploy to fly.io)\n    A1--\u003eA2\n  ```\n\n  \u003c/details\u003e\n\n- \u003cdetails\u003e\n    \u003csummary\u003eschedule\u003c/summary\u003e\n\n  [schedule.yml](/.github/workflows/schedule.yml) . [dashboard](https://github.com/sky172839465/integration-example/issues/12#issuecomment-1890858131)\n\n  ```mermaid\n  graph LR;\n    A1(Trigger by cron)\n    subgraph Functional test\n      B1(E2E test)\n      B2(Upload E2E report)\n      B1-- test online env --\u003eB2\n    end\n    subgraph Static test\n      C1(Lint test)\n      C2(Unit test)\n      C1--\u003eC2\n    end\n    subgraph Clean up\n      A2(Generate summary)\n      A3(Update summary to dashboard)\n      A2--\u003eA3\n    end\n    A1--\u003eB1 \u0026 C1\n    B2 \u0026 C2--\u003eA2\n  ```\n\n  \u003c/details\u003e\n\n---\n\n### Installation\n\n- docker deskop\u003cbr /\u003e\n  https://www.docker.com/products/docker-desktop/\n\n---\n\n### Skip pr \u0026 release build\n\n- pr last commit with `[skip ci]`\n- exmaple: https://github.com/sky172839465/integration-example/pull/39\n\n---\n\n### Functional test in selenoid\n\n- npm run start\n- launch docker desktop\n  - (`FIRST TIME ONLY`)\n  - npm run selenoid:download\n- npm run functional:selenoid (if localhost not found, check CRA `On Your Network` IP address)\n\n---\n\n### Manual browser in selenoid\n\n- launch docker desktop\n  - (`FIRST TIME ONLY`)\n  - npm run selenoid:download\n- npm run selenoid-ui:start\n- access http://localhost:8080/#/capabilities/\n\n---\n\n### Document\n\n- CodeceptJS\u003cbr /\u003e\n  https://codecept.io/quickstart/\n- SauceLabs\u003cbr /\u003e\n  https://docs.saucelabs.com/overview/\n- Selenoid\u003cbr /\u003e\n  https://aerokube.com/selenoid/latest/\n- GitHub Actions\u003cbr /\u003e\n  https://docs.github.com/en/actions/quickstart\n- Fly.io\u003cbr /\u003e\n  https://fly.io/docs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsky172839465%2Fintegration-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsky172839465%2Fintegration-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsky172839465%2Fintegration-example/lists"}