Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.testerra:report

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.testerra:report

Testerra test automation framework - report module

  • 2.0-RC-18
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Testerra

Maven Central

SetupDocumentationExtrasSupportContributeContributorsLicensing

About Testerra

Testerra logo

It is an integrated Java framework for automating tests for (web) applications. Testerra can also be understood as a building block for test automation projects with various basic components.

You may see Testerra as an open source test automation library for web frontend testing. It provides a tool suite for many use cases: a base API for Page Object Pattern (including responsive layouts) and GuiElements (smarter WebElements (Selenium)), enhanced reporting functionality, a utility collection and some additional helpful modules.

Testerra is developed by our Test Automation Experts at T-Systems MMS in Dresden. In numerous projects Testerra is used as the standard test automation framework and includes the experience of more then 10 years of test automation.

Setup

Include the following dependency in your project. Please replace 2-SNAPSHOT with the latest version.

Gradle:

compile 'io.testerra:driver-ui-desktop:2-SNAPSHOT'
compile 'io.testerra:report-ng:2-SNAPSHOT'

Maven:

<dependencies>
    <dependency>
        <groupId>io.testerra</groupId>
        <artifactId>driver-ui-desktop</artifactId>
        <version>2-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>io.testerra</groupId>
        <artifactId>report-ng</artifactId>
        <version>2-SNAPSHOT</version>
    </dependency>
</dependencies>

Using Testerra functionality

Create a Test Class and extend the TesterraTest class:

public class MyTest extends TesterraTest {
    
    @Test
    public void testT01_My_first_tt_test() {
        // ...
    }
}

Documentation

Extras

Testing

Every module contains tests that can be run like

gradle test

The following optional properties can be set.

PropertyDescription
withJacocoEnables Jacoco code coverage analysis

Dependency report

Create a report about used dependencies, for example in HTML style:

gradle htmlDependencyReport

You will find the report in every module under build/reports/project/dependencies/index.html.

See more details here: https://docs.gradle.org/current/userguide/project_report_plugin.html

Publishing

Testerra is deployed and published to Maven Central. All JAR files are signed via Gradle signing plugin.

The following properties have to be set via command line or ~/.gradle/gradle.properties

PropertyDescription
ttVersionVersion of deployed Testerra, default is 2-SNAPSHOT
deployUrlMaven repository URL
deployUsernameMaven repository username
deployPasswordMaven repository password
signing.keyIdGPG private key ID (short form)
signing.passwordGPG private key password
signing.secretKeyRingFilePath to GPG private key

If all properties are set, call the following to build, deploy and release Testerra:

gradle buildReport publish closeAndReleaseRepository

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 faing content will be made available in other languages as needed.

Support and Feedback

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

TypeChannel
Issues
Other Requests

Additional repositories

Testerra extensions

RepositoryDescription
testerra-skeletonTesterra Skeleton Project
testerra-selenoid-connectorTesterra Selenoid Connector
testerra-hpqc-connectorTesterra HPQC Connector
testerra-teamcity-connectorTesterra TeamCity Connector
testerra-cucumber-connectorTesterra Cucumber Connector
testerra-xray-connectorTesterra Xray Connector
testerra-appium-connectorTesterra Appium Connector
testerra-azure-devops-connectorTesterra Azure DevOps Connector

Legacy Testerra modules

You will find outdated Testerra modules here: https://github.com/telekom/testerra-legacy

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.

Contributors

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.

Licensing

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.

FAQs

Package last updated on 22 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc