{"id":51280242,"url":"https://github.com/momentic-ai/examples","last_synced_at":"2026-06-30T01:03:19.884Z","repository":{"id":216236170,"uuid":"740783672","full_name":"momentic-ai/examples","owner":"momentic-ai","description":"Usage examples and patterns for the Momentic CLI","archived":false,"fork":false,"pushed_at":"2026-06-09T00:25:28.000Z","size":1313,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-06-09T02:20:38.539Z","etag":null,"topics":["agent","ai","automation","ci","github-actions","qa","testing"],"latest_commit_sha":null,"homepage":"https://momentic.ai/docs","language":null,"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/momentic-ai.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":"2024-01-09T03:53:58.000Z","updated_at":"2026-06-09T00:25:33.000Z","dependencies_parsed_at":"2024-08-29T02:56:38.520Z","dependency_job_id":"3b2c4cae-bd1c-4ae8-87b7-82dee02461bb","html_url":"https://github.com/momentic-ai/examples","commit_stats":null,"previous_names":["wuweiweiwu/momentic-cli-test","momentic-ai/momentic-github-actions-demo","momentic-ai/github-actions-demo","momentic-ai/examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/momentic-ai/examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momentic-ai%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momentic-ai%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momentic-ai%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momentic-ai%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/momentic-ai","download_url":"https://codeload.github.com/momentic-ai/examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momentic-ai%2Fexamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34948228,"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-29T02:00:05.398Z","response_time":58,"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":["agent","ai","automation","ci","github-actions","qa","testing"],"created_at":"2026-06-30T01:03:19.396Z","updated_at":"2026-06-30T01:03:19.879Z","avatar_url":"https://github.com/momentic-ai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Examples\n\nThis repo contains usage examples and patterns for the [Momentic CLI](https://momentic.ai/docs/quickstart/cli).\n\n## Examples\n\n### Web\n\n- [Web test](web/) — end-to-end tests for [Swag Labs](https://www.saucedemo.com/), a demo e-commerce app. Includes:\n  - `standard-user-purchases` — end-to-end checkout flow (add items, verify cart, complete purchase)\n  - `cart-and-sorting-behavior` — verifies sorting changes the view without affecting cart state\n  - `input-from-csv-test` — logs in and verifies the products page using credentials supplied via CSV\n  - `autoheal-test-authorship-demo` — intentionally fails in a way that should classify as `TEST_AUTHORSHIP` and is meant to be run by the dedicated AI-heal demo workflow\n  - **Modules**: `log-in-username-password`, `add-item-to-cart`, `fill-out-personal-info`\n\n### Android\n\n- [Android test](android/) — mobile tests for Android apps. Includes:\n  - `android-google-maps` — searches for Italian restaurants in San Francisco and verifies results and restaurant details. The APK can be downloaded [here](https://drive.google.com/file/d/1JEagdPUFJ3jr_Ra4q1ghgGmWcaxhIvZf/view?usp=sharing).\n  - `android-contacts` — creates a contact in the Google Contacts app and verifies it, then attempts a call via the phone app\n  - **Modules**: `search-restaurants`\n\n### iOS\n\n- [iOS test](ios/) — mobile tests for iOS apps. Includes:\n  - `dime-app` — tests onboarding and expense creation in the [Dime](https://apps.apple.com/us/app/dime-budget-expense-tracker/id1635280255) personal finance app\n  - `ios-contacts` — creates a contact in the iOS Contacts app and drafts a text message to that contact\n\n### Multi-project\n\n- [Workspace](multi-project-workspace/) — example of managing multiple projects in a single workspace. Includes:\n  - `apps/dashboard/google-search` — searches Google from the dashboard project\n  - `apps/marketing/variable-showcase` — demonstrates environment variable interpolation across file, shell, and default sources\n  - `qa/practice-test-login` — logs into [Practice Test Automation](https://practicetestautomation.com/practice-test-login/) using a shared module\n  - **Modules**: `common/practice-test-login`\n\n## CI/CD workflows\n\n- [Amazon Linux](.github/workflows/test-amazon-linux.yml)\n- [AI triage demo](.github/workflows/test-ai-heal-demo.yml)\n- [Buildkite AI triage demo](.buildkite/triage-demo.yml)\n- [CSV inputs](.github/workflows/test-pr-inputs.yml)\n- [Multiple projects](.github/workflows/test-pr-multi-project.yml)\n- [Sharding](.github/workflows/test-pr-sharding.yml)\n- [Run in a PR](.github/workflows/test-pr.yml)\n- [Queue in cloud](.github/workflows/test-prod.yml)\n- [CircleCI](.circleci/config.yml)\n\n## Buildkite triage demo\n\nThe Buildkite example at [.buildkite/triage-demo.yml](.buildkite/triage-demo.yml) uses a single command step that installs dependencies, runs `web/autoheal-test-authorship-demo.test.yaml`, and then runs `momentic ai triage --quiet` against the resulting archive.\n\n### Buildkite setup\n\n1. Create a `MOMENTIC_API_KEY` in the Momentic dashboard.\n2. Create or reuse a Buildkite pipeline for this repository and point it at `.buildkite/triage-demo.yml`.\n3. Provide `MOMENTIC_API_KEY` to jobs either as a Buildkite secret named `MOMENTIC_API_KEY` or through your agent environment hook.\n4. Make sure the step's `agents.queue` value matches a queue you actually run. The sample uses `linux-small`.\n\n### Execute it\n\nTo run the same demo locally before wiring it into Buildkite:\n\n```bash\ncd /Users/jkimling/examples\nexport MOMENTIC_API_KEY=your_api_key_here\n.buildkite/scripts/local-triage-demo.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmomentic-ai%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmomentic-ai%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmomentic-ai%2Fexamples/lists"}