An open API service indexing awesome lists of open source software.

https://github.com/atata-framework/atata-templates

Atata project and class templates for Visual Studio
https://github.com/atata-framework/atata-templates

atata extensions project-template testing

Last synced: 5 months ago
JSON representation

Atata project and class templates for Visual Studio

Awesome Lists containing this project

README

          

# Atata Templates

[![Visual Studio Marketplace installs](https://img.shields.io/visual-studio-marketplace/i/YevgeniyShunevych.AtataTemplates)](https://marketplace.visualstudio.com/items?itemName=YevgeniyShunevych.AtataTemplates)
[![GitHub release](https://img.shields.io/github/release/atata-framework/atata-templates.svg)](https://github.com/atata-framework/atata-templates/releases)
[![Slack](https://img.shields.io/badge/join-Slack-green.svg?colorB=4EB898)](https://join.slack.com/t/atata-framework/shared_invite/zt-5j3lyln7-WD1ZtMDzXBhPm0yXLDBzbA)
[![Atata docs](https://img.shields.io/badge/docs-Atata_Framework-orange.svg)](https://atata.io)
[![X](https://img.shields.io/badge/follow-@AtataFramework-blue.svg)](https://x.com/AtataFramework)

[Atata Templates](https://marketplace.visualstudio.com/items?itemName=YevgeniyShunevych.AtataTemplates)
Visual Studio extension - a set of project and class templates for web automated testing using [Atata Framework](https://atata.io).

The extension contains:

- Project templates:
- Atata NUnit Basic Test Project (.NET 8)
- Atata NUnit Basic Test Project (.NET 10)
- Atata NUnit Advanced Test Project (.NET 8)
- Atata NUnit Advanced Test Project (.NET 10)
- Item templates:
- Atata Page Object
- Atata Base Page Object
- Atata Control
- Atata Trigger
- Atata NUnit Test Fixture
- Atata NUnit Base Test Fixture

![Add New Project window](images/new-project-window.png?v6)

![Add New Item window](images/new-item-window.png?v3)

All templates are located on Visual Studio's **New Project** and **New Item** windows inside **Atata** category.

*Find out more on [Atata](https://atata.io) and check out [Atata repository](https://github.com/atata-framework/atata).*

## Community

- Slack: [https://atata-framework.slack.com](https://join.slack.com/t/atata-framework/shared_invite/zt-5j3lyln7-WD1ZtMDzXBhPm0yXLDBzbA)
- X: https://x.com/AtataFramework
- Stack Overflow: https://stackoverflow.com/questions/tagged/atata

## License

Atata is an open source software, licensed under the Apache License 2.0.
See [LICENSE](LICENSE) for details.