JTAF XCore

The core functionality provided by JTAF. Includes script parsing, test execution, and JUnit support.

Лицензия

Лицензия

Группа

Группа

org.finra.jtaf
Идентификатор

Идентификатор

jtaf-xcore
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

JTAF XCore
The core functionality provided by JTAF. Includes script parsing, test execution, and JUnit support.
Ссылка на сайт

Ссылка на сайт

http://finraos.github.io/JTAF-XCore/
Система контроля версий

Система контроля версий

https://github.com/FINRAOS/JTAF-XCore.git

Скачать jtaf-xcore

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.finra.jtaf/jtaf-xcore/ -->
<dependency>
    <groupId>org.finra.jtaf</groupId>
    <artifactId>jtaf-xcore</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.finra.jtaf/jtaf-xcore/
implementation 'org.finra.jtaf:jtaf-xcore:1.1'
// https://jarcasting.com/artifacts/org.finra.jtaf/jtaf-xcore/
implementation ("org.finra.jtaf:jtaf-xcore:1.1")
'org.finra.jtaf:jtaf-xcore:jar:1.1'
<dependency org="org.finra.jtaf" name="jtaf-xcore" rev="1.1">
  <artifact name="jtaf-xcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finra.jtaf', module='jtaf-xcore', version='1.1')
)
libraryDependencies += "org.finra.jtaf" % "jtaf-xcore" % "1.1"
[org.finra.jtaf/jtaf-xcore "1.1"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
commons-lang : commons-lang jar 2.6
net.sf.opencsv : opencsv jar 2.3
org.springframework : spring-context-support jar 4.1.1.RELEASE
commons-codec : commons-codec jar 1.9
junit : junit jar 4.11
org.apache.poi : poi-ooxml jar 3.10.1
org.jgrapht : jgrapht-core jar 0.9.1
log4j : log4j jar 1.2.17
com.github.mifmif : generex jar 0.0.3

Модули Проекта

Данный проект не имеет модулей.

Build Status

JTAF-XCore

XCore is a framework to define and execute automated tests. It enables automation code development in Java, test script development in XML via domain specific language, and execution & reporting via JUnit.

Go full throttle on testing with XCore ! Get your application Domain Experts to define tests and get your Developers to implement underlying code.

Here is the link to getting started

Releases

Current release is 1.1 - 2/25/2016

Contributing

We encourage contribution from the open source community to help make XCore better. Please refer to the development page for more information on how to contribute to this project including sign off and the DCO agreement.

If you have any questions or discussion topics, please post them on Google Groups.

Building

XCore uses Maven for build. Please install Maven by downloading it here.

# Clone XCore git repo
git clone git://github.com/FINRAOS/JTAF-XCore.git
cd JTAF-XCore

# Run package to compile and create jar
mvn package

Running Tests

XCore uses Maven plugins to execute both the unit and integration tests. You can run all of the tests by executing:

mvn verify

You can run individual tests by executing it from your IDE or through command line. Please refer here.

Requirements

XCore requires Java SE version 7 or above available here

License Type

JTAF projects including XCore is licensed under Apache License Version 2.0

org.finra.jtaf

FINRA

Версии библиотеки

Версия
1.1
1.0