Skip to content

Latest commit

 

History

History
111 lines (88 loc) · 4.61 KB

README.md

File metadata and controls

111 lines (88 loc) · 4.61 KB

Autumn

DevelopmentDocumentationSupportContributeLicensing

Autumn is a Java Based Framework that integrates with the Cucumber and Testng frameworks, around which any kind of API and UI based Test Cases can be automated. It abstracts away much of the boilerplate code keeping the Test Scenarios at High Level.

Dependencies

Autumn API Dependency

<dependency>
    <groupId>io.github.autumn-framework</groupId>
    <artifactId>autumn-api</artifactId>
    <version>1.0.0</version>
</dependency>

Autumn Executor Dependency

<dependency>
    <groupId>io.github.autumn-framework</groupId>
    <artifactId>autumn-executors</artifactId>
    <version>1.0.0</version>
</dependency>

Autumn Reporting Dependency

<dependency>
    <groupId>io.github.autumn-framework</groupId>
    <artifactId>autumn-reporting</artifactId>
    <version>1.0.0</version>
</dependency>

Autumn Jira Dependency

<dependency>
    <groupId>io.github.autumn-framework</groupId>
    <artifactId>autumn-jira</artifactId>
    <version>1.0.0</version>
</dependency>

Autumn Utils Dependency

<dependency>
    <groupId>io.github.autumn-framework</groupId>
    <artifactId>autumn-utils</artifactId>
    <version>1.0.0</version>
</dependency>

Autumn UI Dependency

<dependency>
    <groupId>io.github.autumn-framework</groupId>
    <artifactId>autumn-ui</artifactId>
    <version>1.0.0</version>
</dependency>

Documentation

The full documentation for the telekom can be found in https://medium.com/deutsche-telekom-gurgaon/autumn-ed67db1fb02e

Sample Projects

TestNG + RestAssured Project :- https://github.com/autumn-framework/AutumnAPITestNgDemo

Support and Feedback

The following channels are available for discussions, feedback, and support requests:

Type Channel
Issues
Other Requests

Code of Conduct

This project has adopted the Contributor Covenant in version 2.0 as our code of conduct. Please see the details in our CODE_OF_CONDUCT.md. All contributors must abide by the code of conduct.

Working Language

We decided to apply English as the primary project language.

Consequently, all content will be made available primarily in English. We also ask all interested people to use English as language to create issues, in their code (comments, documentation etc.) and when you send requests to us. The application itself and all end-user facing content will be made available in other languages as needed.

How to Contribute

Contribution and feedback is encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines. By participating in this project, you agree to abide by its Code of Conduct at all times.

Licensing

Copyright (c) 2021 Deutsche Telekom AG

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.