This project is a simple skeleton project for Testerra framework addressing basic features,
file and directory structure and common best practices to getting you and your project work as fast as possible.
For simplicity, we will use Gradle as build and dependency management tool.
For more demos of extended Testerra features checkout https://github.com/telekom-mms/testerra-demo.
This project is an implementation of the getting started tutorial.
Note: All you have to do is, to set up an own selenium server
For sample page objects and easy testcases we use https://the-internet.herokuapp.com/ as base url for testing.
You can simply execute the provided tests for the demo app by running following Maven command.
gradle test
or open the project in your IDE and run the files under src/test
of the respective project.
You will find the Testerra report under test-report/report-ng/index.html
.
You will see how to use Testerra Page
objects and work with basic features and selectors of UiElement
.
This project shows how you can set up a basic test.properties
file to get things started locally.
You get in touch how to configure a TestNG suite file in Gradle.
To get in touch with localization, this skeleton project provides a simple resource bundle for english language.
The usage can be seen in some Page
object classes of this project.
The project shows you how to use Testerra's @Fails
annotation for marking test as expected errors.
The skeleton shows you how to use FailureCorridor
annotations and configuration in test.properties
.
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.
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 faing content will be made available in other languages as needed.
The following channels are available for discussions, feedback, and support requests:
Type | Channel |
---|---|
Issues | |
Other Requests |
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.
At the same time our commitment to open source means that we are enabling -in fact encouraging- all interested parties to contribute and become part of its developer community.
Copyright (c) 2020 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.