Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TestNG testing framework

License

NotificationsYou must be signed in to change notification settings

testng-team/testng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven CentralLicenseSonarqube tech debtSonarqube Quality Gate Status

Documentation available atTestNG's main web site. VisitTestNG Documentation's GitHub Repo to contribute to it.

Release Notes

Need help?

Before opening a new issue, did you ask your question on

If you posted on both sites, please provide the link to the other question to avoid duplicating the answer.

Are you sure it is a TestNG bug?

Before posting the issue, try to reproduce the issue ina shell window.

If the problem does not exist with the shell, first check if the issue exists on the bugtracker of the runner, and open an issue there first:

Which version are you using?

Always make sure your issue is happening on the latest TestNG version. Bug reports occurring on older versions will not be looked at quickly.

Have you considered sending a pull request instead of filing an issue?

The best way to report a bug is to provide the TestNG team with a full test case reproducing the issue.Maybe you can write a runnable test case (check thesrc/test/ folder for examples) and propose it in a pull requestDon't worry if the CI fails because it is the expected behavior.This pull request will be a perfect start to find the fix :)

How to create a pull request?

Refer ourContributing section for detailed set of steps.

We encourage pull requests that:

  • Add new features to TestNG (or)
  • Fix bugs in TestNG

If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with theTestNG-dev before you spend time working on it.

GPG Keys

Getting the keys

Download the keys as shown below:

gpg --keyserver keyserver.ubuntu.com --recv-keys 0F13D5631D6AF36Dgpg: key 0F13D5631D6AF36D:"Krishnan Mahadevan (krmahadevan-key) <krishnan.mahadevan1978@gmail.com>" not changedgpg: Total number processed: 1gpg:              unchanged: 1

Trusting the keys

Trust the keys as shown below:

gpg --edit-key 0F13D5631D6AF36Dgpg (GnuPG) 2.4.4; Copyright (C) 2024 g10 Code GmbHThis is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.Secret key is available.sec  rsa2048/0F13D5631D6AF36D     created: 2016-12-01  expires: never       usage: SC     trust: full          validity: unknownssb  rsa2048/7295B61CC8DD9AE8     created: 2016-12-01  expires: never       usage: E[ unknown] (1). Krishnan Mahadevan (krmahadevan-key)<krishnan.mahadevan1978@gmail.com>gpg> trustsec  rsa2048/0F13D5631D6AF36D     created: 2016-12-01  expires: never       usage: SC     trust: full          validity: unknownssb  rsa2048/7295B61CC8DD9AE8     created: 2016-12-01  expires: never       usage: E[ unknown] (1). Krishnan Mahadevan (krmahadevan-key)<krishnan.mahadevan1978@gmail.com>Please decide how far you trust this user to correctly verify other users' keys(by looking at passports, checking fingerprints from different sources, etc.)  1 = I don't know or won't say  2 = I do NOT trust  3 = I trust marginally  4 = I trust fully  5 = I trust ultimately  m = back to the main menuYour decision? 5Do you really want to set this key to ultimate trust? (y/N) ysec  rsa2048/0F13D5631D6AF36D     created: 2016-12-01  expires: never       usage: SC     trust: ultimate      validity: unknownssb  rsa2048/7295B61CC8DD9AE8     created: 2016-12-01  expires: never       usage: E[ unknown] (1). Krishnan Mahadevan (krmahadevan-key) <krishnan.mahadevan1978@gmail.com>Please note that the shown key validity is not necessarily correctunless you restart the program.gpg> exitInvalid command  (try "help")gpg> quit

Verifying the signature

  1. Download the.asc file fromhttps://repo1.maven.org/maven2/org/testng/testng/<versionGoesHere>
  2. Run the commandgpg --verify testng-<versionGoesHere>.jar.asc testng-<versionGoesHere>.jar
  3. You should see an output as below:
gpg: Signature made Tue Dec 26 15:06:16 2023 ISTgpg:                using RSA key 0F13D5631D6AF36Dgpg: checking the trustdbgpg: marginals needed: 3  completes needed: 1  trust model: pgpgpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1ugpg: Good signature from"Krishnan Mahadevan (krmahadevan-key) <krishnan.mahadevan1978@gmail.com>" [ultimate]

For more details regarding keys please refer:


[8]ページ先頭

©2009-2025 Movatter.jp