https://github.com/NetEase/arrow
A TestNG plugin with better test report template, re-run tests on failure, and many more.
https://github.com/NetEase/arrow
Last synced: about 1 year ago
JSON representation
A TestNG plugin with better test report template, re-run tests on failure, and many more.
- Host: GitHub
- URL: https://github.com/NetEase/arrow
- Owner: NetEase
- Created: 2014-02-21T03:04:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T05:42:08.000Z (about 8 years ago)
- Last Synced: 2024-04-13T23:44:00.530Z (about 2 years ago)
- Language: Java
- Size: 896 KB
- Stars: 96
- Watchers: 36
- Forks: 67
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
Arrow is a TestNG plugin providing several intersting features mainly for QA engineers.
[中文介绍](http://qa.blog.163.com/blog/static/1901470022014245230459/ "中文介绍")
## Features
* Integrate test class/method author from Javadoc into emailable HTML report
* Re-run failed test cases
## How to Use
1、Add arrow.jar to project libs
2、Add listeners in ant build.xml or testng.xml
* build.xml add listeners sample
```
```
* testng.xml add listeners sample
```
```
3、Add config.properties file in the root directory of your project
* config.properties file sample
```
retrycount=1 #Not must be specified, default value is 0
sourcecodedir=src #Not must be specified, default value is src
sourcecodeencoding=UTF-8 #Not must be specified, default value is utf-8
```
## Contributors
* NetEase, Inc.
## How to Contribute
Any contribution listed bellow is welcomed:
* add/edit wiki
* report/fix issue
* code review
* commit new feature
* add testcase/demo
Meanwhile it is recommended to follow the rules below:
* It's *NOT* recommended to submit a pull request directly to Arrow's `master` branch. `develop` branch is more appropriate
* Follow common Java coding conventions
* Add the following [license](#license) in each Java class file
## License
(The Apache License)
Copyright (c) 2012-2013 NetEase, Inc. and other contributors
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
http://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.