dev.galasa:galasa-managers-other-parent

Parent for all the Galasa Managers

License

License

Eclipse Public License - v 2.0
Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

dev.galasa
ArtifactId

ArtifactId

galasa-managers-other-parent
Last Version

Last Version

0.14.0
Release Date

Release Date

Type

Type

pom
Description

Description

Parent for all the Galasa Managers

Download galasa-managers-other-parent

How to add to project

<!-- https://jarcasting.com/artifacts/dev.galasa/galasa-managers-other-parent/ -->
<dependency>
    <groupId>dev.galasa</groupId>
    <artifactId>galasa-managers-other-parent</artifactId>
    <version>0.14.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.galasa/galasa-managers-other-parent/
implementation 'dev.galasa:galasa-managers-other-parent:0.14.0'
// https://jarcasting.com/artifacts/dev.galasa/galasa-managers-other-parent/
implementation ("dev.galasa:galasa-managers-other-parent:0.14.0")
'dev.galasa:galasa-managers-other-parent:pom:0.14.0'
<dependency org="dev.galasa" name="galasa-managers-other-parent" rev="0.14.0">
  <artifact name="galasa-managers-other-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.galasa', module='galasa-managers-other-parent', version='0.14.0')
)
libraryDependencies += "dev.galasa" % "galasa-managers-other-parent" % "0.14.0"
[dev.galasa/galasa-managers-other-parent "0.14.0"]

Dependencies

provided (5)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2
org.osgi : org.osgi.core jar 6.0.0
org.apache.felix : org.osgi.service.obr jar 1.0.2
org.osgi : org.osgi.service.component.annotations jar 1.3.0
javax.validation : validation-api Optional jar 2.0.1.Final

test (7)

Group / Artifact Type Version
dev.galasa : galasa-testharness jar 0.14.0
junit : junit jar 4.13.1
org.mockito : mockito-core jar 3.1.0
org.powermock : powermock-module-junit4 jar 2.0.4
org.powermock : powermock-api-mockito2 jar 2.0.4
org.awaitility : awaitility jar 3.0.0
org.assertj : assertj-core jar 3.16.1

Project Modules

  • dev.galasa.galasaecosystem.manager
  • dev.galasa.galasaecosystem.manager.ivt

Galasa Framework

This repository contains the code for Galasa's core framework. The framework orchestrates all component activities, and co-ordinates with the test runner to execute your tests. Code that is required for the lifecycle of a test, including framework initialisation steps to bring up appropriate Managers and the test runner is stored here. The repository also contains the k8s controller which is used to run tests in automation on a Kubernetes cluster. It is unlikely that you will need to change the framework during the normal range of testing activities.

Documentation

More information can be found on the Galasa Homepage. Questions related to the usage of Galasa can be posted on the Galasa Slack channel. If you're not a member of the Slack channel yet, you can register to join.

Where can I get the latest release?

Find out how to install the Galasa Eclipse plug-in from our Installing the Galasa plug-in documentation.

Other repositories are available via GitHub.

Contributing

If you are interested in the development of Galasa, take a look at the documentation and feel free to post a question on Galasa Slack channel or raise new ideas / features / bugs etc. as issues on GitHub.

Take a look at the contribution guidelines.

License

This code is under the Eclipse Public License 2.0.

dev.galasa

galasa

Galasa is an open source deep integration test framework, To learn more, take a look at https://galasa.dev

Versions

Version
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0