Home | History | Annotate | only in /external/testng
Up to higher level directory
NameDateSize
.classpath05-Oct-20171.1K
.classpath-linux05-Oct-2017582
.classpath-mac05-Oct-2017582
.gitignore05-Oct-2017324
.mailmap05-Oct-2017699
.project05-Oct-2017583
.travis.yml05-Oct-2017295
android-src/05-Oct-2017
Android.mk05-Oct-20173.6K
ANNOUNCEMENT.txt05-Oct-20174.3K
ant/05-Oct-2017
appveyor.yml05-Oct-2017489
bin/05-Oct-2017
build-with-gradle05-Oct-201749
build-with-maven05-Oct-2017935
build.gradle05-Oct-20174.6K
bundle-pom.xml05-Oct-20172.1K
CHANGES.txt05-Oct-201761.4K
CHECKLIST05-Oct-2017136
CleanSpec.mk05-Oct-20172.5K
deploy-to-maven05-Oct-2017237
doc/05-Oct-2017
eclipse-projects/05-Oct-2017
FILES05-Oct-2017192
generate-version-file05-Oct-20172K
GenerateTemplates.mk05-Oct-20171.8K
gradle/05-Oct-2017
gradlew05-Oct-20175K
gradlew.bat05-Oct-20172.3K
kobalt/05-Oct-2017
kobaltw05-Oct-201781
lib-supplied/05-Oct-2017
LICENSE.txt05-Oct-201711.1K
maven/05-Oct-2017
MODULE_LICENSE_APACHE205-Oct-20170
NOTES05-Oct-20172.2K
NOTICE05-Oct-201711.1K
pictures/05-Oct-2017
pom.xml05-Oct-201711.9K
README05-Oct-2017470
README-publish05-Oct-2017672
README.build05-Oct-2017237
README.dev05-Oct-2017946
README.md05-Oct-20171.5K
README.version05-Oct-2017129
settings.gradle05-Oct-201728
sitemap.xml05-Oct-20171.1K
src/05-Oct-2017
testng-1.0.dtd.html05-Oct-2017232
testng-1.0.dtd.php05-Oct-20171.6K
TESTNG-5.11beta05-Oct-20170
TODO.txt05-Oct-20177.2K
travis.sh05-Oct-2017281
update-beust.com05-Oct-2017712
upload-beta05-Oct-2017164
verify-release05-Oct-20171.1K
www/05-Oct-2017

README

      1 [![Build Status](https://travis-ci.org/cbeust/testng.svg)](https://travis-ci.org/cbeust/testng)
      2 
      3 Welcome to TestNG 6.8beta
      4 
      5 Please note that even though the .zip distribution contains the TestNG sources,
      6 you will not be able to build the software with them because we decided
      7 not to include the external jar files in order to keep the size down.
      8 
      9 If you want to build TestNG, please sync to the GitHub repository at https://github.com/cbeust/testng.
     10 
     11 --
     12 The TestNG team
     13 

README-publish

      1 To publish:
      2 
      3 - ./gradlew bintrayUpload will upload the release to JCenter. It will fail if the version is a SNAPSHOT
      4 - ./gradlew uploadArchives will upload
      5   - the snapshot to https://oss.sonatype.org/content/repositories/snapshots
      6   - the release to https://oss.sonatype.org/service/local/staging/deploy/maven2
      7 For a release, you then need to go to https://oss.sonatype.org/index.html#stagingRepositories to manually close and release the distribution.
      8 
      9 Note that `./gradlew uploadArchives` is run by Travis after each new push to deploy the latest HEAD to the snapshot directory. As such, the version number of `build.gradle` in the git repo should always be -SNAPSHOT.
     10 

README.build

      1 You need to install ivy in order to build.
      2 
      3 You can either download it from the ivy site or more simply,
      4 copy ivy-2.1.0.jar included in the root directory to ~/.ant/lib.
      5 
      6 After this, "ant" will build the distribution and run the tests.
      7 
      8 

README.dev

      1 New installation:
      2 
      3 Install GPG at http://www.gpgtools.org/gpgmail/index.html
      4 Generate new key with gpg --gen-key
      5 build-with-maven
      6 gpg --list-keys
      7 Send the public key:
      8   gpg --keyserver hkp://pool.sks-keyservers.net --send-keys <public_key>
      9   or wwwkeys.at.pgp.net
     10 
     11 
     12   instructions at https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven
     13 
     14 
     15 Configure ~/.m2/settings.xml with Nexus user/password:
     16 
     17   <settings>
     18     <servers>
     19       <server>
     20         <id>sonatype-nexus-snapshots</id>
     21         <username>***</username>
     22         <password>***</password>
     23       </server>
     24       <server>
     25         <id>sonatype-nexus-staging</id>
     26         <username>***</username>
     27         <password>***</password>
     28       </server>
     29     </servers>
     30   </settings>
     31 
     32 Snaphot deploy:
     33 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> deploy
     34 
     35 Staging deploy:
     36 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> release:clean release:prepare release:perform
     37 

README.md

      1 [![Build Status](http://img.shields.io/travis/cbeust/testng.svg)](https://travis-ci.org/cbeust/testng)
      2 [![Java9 EA Build Status](https://img.shields.io/jenkins/s/https/adopt-openjdk.ci.cloudbees.com/TestNG.svg?label="Java9 EA")](https://adopt-openjdk.ci.cloudbees.com/job/TestNG)
      3 [![Java9 Jigsaw EA Build Status](https://img.shields.io/jenkins/s/https/adopt-openjdk.ci.cloudbees.com/TestNG-Jigsaw.svg?label="Java9 Jigsaw")](https://adopt-openjdk.ci.cloudbees.com/job/TestNG-Jigsaw)
      4 [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/cbeust/testng?svg=true)](https://ci.appveyor.com/project/cbeust/testng)
      5 [![Dependency Status](https://www.versioneye.com/user/projects/553a031c4e5d2e9408000059/badge.svg)](https://www.versioneye.com/user/projects/553a031c4e5d2e9408000059)
      6 [![Reference Status](https://www.versioneye.com/java/org.testng:testng/reference_badge.svg)](https://www.versioneye.com/java/org.testng:testng/references)
      7 [![Maven Central](https://img.shields.io/maven-central/v/org.testng/testng.svg)](https://maven-badges.herokuapp.com/maven-central/org.testng/testng)
      8 [![License](https://img.shields.io/github/license/cbeust/testng.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
      9 [![Sonarqube tech debt](https://img.shields.io/sonar/http/nemo.sonarqube.org/org.testng:testng/tech_debt.svg?label=Sonarqube%20tech%20debt)](http://nemo.sonarqube.org/dashboard/index?id=org.testng:testng)
     10 
     11 Documentation available at [TestNG's main web site](http://testng.org).
     12 

README.version

      1 URL: https://github.com/cbeust/testng
      2 Version: 6.9.10 (ee3c614707d7b5cbcd8e13b93f0a8402c554f8f6)
      3 BugComponent: 99142
      4 Owners: iam
      5