{"id":19380353,"url":"https://github.com/atata-framework/atata-sample-app-tests","last_synced_at":"2025-04-23T19:33:34.310Z","repository":{"id":48042516,"uuid":"60337933","full_name":"atata-framework/atata-sample-app-tests","owner":"atata-framework","description":"Automation tests application based on Atata Framework","archived":false,"fork":false,"pushed_at":"2025-04-09T06:44:39.000Z","size":11844,"stargazers_count":30,"open_issues_count":0,"forks_count":9,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-19T09:05:22.867Z","etag":null,"topics":["atata","csharp","demo","tests"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atata-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"open_collective":"atata"}},"created_at":"2016-06-03T09:57:06.000Z","updated_at":"2025-04-09T06:44:42.000Z","dependencies_parsed_at":"2023-12-15T22:06:34.992Z","dependency_job_id":"73697a90-481a-4d5d-97b5-3c591e561f74","html_url":"https://github.com/atata-framework/atata-sample-app-tests","commit_stats":{"total_commits":399,"total_committers":3,"mean_commits":133.0,"dds":0.3734335839598998,"last_synced_commit":"5759ac63b2029552bb50a11ae285abb1c2725553"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atata-framework%2Fatata-sample-app-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atata-framework%2Fatata-sample-app-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atata-framework%2Fatata-sample-app-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atata-framework%2Fatata-sample-app-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atata-framework","download_url":"https://codeload.github.com/atata-framework/atata-sample-app-tests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250403898,"owners_count":21424805,"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":["atata","csharp","demo","tests"],"created_at":"2024-11-10T09:13:42.624Z","updated_at":"2025-04-23T19:33:34.304Z","avatar_url":"https://github.com/atata-framework.png","language":"C#","funding_links":["https://opencollective.com/atata"],"categories":[],"sub_categories":[],"readme":"# Atata Sample App Tests\n\n[![Build status](https://dev.azure.com/atata-framework/atata-sample-app-tests/_apis/build/status/atata-sample-app-tests-ci?branchName=main)](https://dev.azure.com/atata-framework/atata-sample-app-tests/_build/latest?definitionId=26\u0026branchName=main)\n[![Atata docs](https://img.shields.io/badge/docs-Atata_Framework-orange.svg)](https://atata.io)\n[![Gitter](https://badges.gitter.im/atata-framework/atata.svg)](https://gitter.im/atata-framework/atata)\n[![Slack](https://img.shields.io/badge/join-Slack-green.svg?colorB=4EB898)](https://join.slack.com/t/atata-framework/shared_invite/zt-5j3lyln7-WD1ZtMDzXBhPm0yXLDBzbA)\n[![Twitter](https://img.shields.io/badge/follow-@AtataFramework-blue.svg)](https://twitter.com/AtataFramework)\n\nAutomated UI tests C#/.NET application based on [Atata Framework](https://github.com/atata-framework/atata).\nIt uses [Atata Sample App](https://demo.atata.io) ([repository](https://github.com/atata-framework/atata-sample-app)) as a testing website and NUnit 3 as a test engine.\nTests application demonstrates different testing approaches and features of Atata Framework.\n\n## Features\n\n- Atata configuration and settings set-up.\n- Page navigation.\n- Controls finding.\n- Data input and verification.\n- Validation messages verification.\n- Usage of triggers.\n- Interaction with pop-ups (Bootstrap modal) and alerts.\n- Work with tables.\n- Logging, screenshots and snapshots.\n- Page HTML validation.\n\n## Sample Test\n\n```cs\npublic sealed class UserTests : UITestFixture\n{\n    [Test]\n    public void Create() =\u003e\n        Login()\n            .New()\n                .ModalTitle.Should.Be(\"New User\")\n                .General.FirstName.SetRandom(out string firstName)\n                .General.LastName.SetRandom(out string lastName)\n                .General.Email.SetRandom(out string email)\n                .General.Office.SetRandom(out Office office)\n                .General.Gender.SetRandom(out Gender gender)\n                .Save()\n            .GetUserRow(email).View()\n                .AggregateAssert(x =\u003e x\n                    .Header.Should.Be($\"{firstName} {lastName}\")\n                    .Email.Should.Be(email)\n                    .Office.Should.Be(office)\n                    .Gender.Should.Be(gender)\n                    .Birthday.Should.Not.BeVisible()\n                    .Notes.Should.Not.BeVisible());\n\n    //...\n}\n```\n\n## License\n\nAtata is an open source software, licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatata-framework%2Fatata-sample-app-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatata-framework%2Fatata-sample-app-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatata-framework%2Fatata-sample-app-tests/lists"}