Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuryalencar/teasy-language-web
This project aims to create a Domain-Specific Language for functional tests
https://github.com/yuryalencar/teasy-language-web
automation automation-test-language automation-testing functional-testing page-object-pattern robotframework teasy teasy-language
Last synced: 5 days ago
JSON representation
This project aims to create a Domain-Specific Language for functional tests
- Host: GitHub
- URL: https://github.com/yuryalencar/teasy-language-web
- Owner: yuryalencar
- License: mit
- Created: 2018-09-27T18:05:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T21:01:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T00:45:39.131Z (over 1 year ago)
- Topics: automation, automation-test-language, automation-testing, functional-testing, page-object-pattern, robotframework, teasy, teasy-language
- Language: JetBrains MPS
- Homepage:
- Size: 138 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Teasy: The Domain Specific Language for Functional Tests.
## Table of Contents
- [Table of Contents](#table-of-contents)
- [About Project](#about-project)
- [Starting](#starting)
- [Installation](#installation)
- [Language Used](#language-used)
- [How to Use](#how-to-use)
- [Best Pratices](#best-pratices)
- [File Types](#file-types)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## About Project
This project aims to create a Domain-Specific Language for functional tests.
## Starting
### Installation
For installation this project in development mode, your require **JetBrains MPS** and **com.dslfoundry.plaintextgen** library installed by JetBrains marketplace.
### Language used
- MPS BaseLanguage
### How To Use
@TODO
### Best Pratices
@TODO
### File Types
Below is a list of the files contains in that language and their description.
| Filename | Description |
| ----------------------: | ----------------------------------------------------------------------------- |
| `Configuration` | Basics **configuration to run** the scripts generated by Teasy Language. |
| `PageRegister` | Used in automation **for import created pages**. |
| `Components` | Components present in system pages, used for **interaction with the application.** |
| `Page` | Page of the system and actions can be run, **used for run tests.** |
| `Flows` | This file contains flows of the use in application, **file with sequence to execute.** |## Contributing
Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be **much appreciated**.
1. Make a project Fork
2. Create a Branch for your feature (`git checkout -b feature/amazing-feature`)
3. Insert your changes (`git add .`)
4. Make a commit with your changes (`git commit -m 'feat(): Inserting a Amazing Feature !`)
5. Push the branch (`git push origin feature/amazing-feature`)
6. Open a Pull Request## License
Distributed under the MIT license. See `LICENSE` for more information.
## Contact
Yury Alencar - [Github](https://github.com/yuryalencar) - **[email protected]**