Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

8,384

Downloads of v 2.0.0-beta4:

98

Last Update:

23 Nov 2023

Package Maintainer(s):

Software Author(s):

  • Charlie Poole

Tags:

testcentric

testcentric-gui

This is a prerelease version of testcentric-gui.

  • 1
  • 2
  • 3

2.0.0-beta4 | Updated: 23 Nov 2023

Downloads:

8,384

Downloads of v 2.0.0-beta4:

98

Maintainer(s):

Software Author(s):

  • Charlie Poole

Tags:

testcentric

testcentric-gui 2.0.0-beta4

This is a prerelease version of testcentric-gui.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install testcentric-gui, run the following command from the command line or from PowerShell:

>

To upgrade testcentric-gui, run the following command from the command line or from PowerShell:

>

To uninstall testcentric-gui, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade testcentric-gui -y --source="'INTERNAL REPO URL'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade testcentric-gui -y --source="'INTERNAL REPO URL'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install testcentric-gui
  win_chocolatey:
    name: testcentric-gui
    version: '2.0.0-beta4'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'testcentric-gui' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.0.0-beta4'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller testcentric-gui
{
    Name        = "testcentric-gui"
    Version     = "2.0.0-beta4"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'testcentric-gui':
  ensure          => '2.0.0-beta4',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 23 Nov 2023.

Description

The TestCentric Runner for NUnit (TestCentric) is a GUI runner aimed at eventually supporting a range of .NET testing frameworks. In the 1.x release series, we are concentrating on support of NUnit tests. The user interface is based on the layout and feature set of the of the original NUnit GUI, with the internals modified so as to run NUnit 3 tests.

This package includes the both the standard TestCentric GUI runner (testcentric.exe) and an experiental runner (tc-next.exe) which is available for... wait for it... experimentation! The package incorporates the TestCentric test engine, a modified version of the NUnit engine.

Features

Most features of the NUnit V2 Gui runner are supported. See CHANGES.txt for more detailed information.

NUnit engine extensions are supported but no extensions are bundled with the GUI itself. They must be installed separately using chocolatey. In particular, to run NUnit V2 tests, you should install the NUnit V2 Framework Driver Extension.

Warning: When using the GUI chocolatey package, only chocolatey-packaged extensions will be availble. This is by design.

Prerequisites

TestCentric requires .NET 4.5 or later in order to function, although your tests may run in a separate process under other framework versions.

Projects with tests to be run under TestCentric must already have some version of the NUnit framework installed separtely.


tools\LICENSE.txt
cCopyright (c) 2018-2019 Charlie Poole

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

tools\NOTICES.txt
The TestCentric GUI Runner 1.0 is based in part on the NUnit 2.x GUI Runner, 
with portions of the code...

    Copyright (c) 2002-2014 Charlie Poole or 
    Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or 
    Copyright (c) 2000-2002 Philip A. Craig

The TestCentric GUI Runner uses the NUnit 3 Test Engine to run tests...

    Copyright (c) 2017-2019 Charlie Poole, Rob Prouse
tools\CHANGES.txt
For the latest list of changes to the TestCentric Runner, please see the
release notes at https://test-centric.org/testcentric-gui/release-notes.html
tools\testcentric.png
 
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package is published by the author of the software, Charlie Poole.
Any binaries will be identical to other package types published by the 
author at https://github.com/TestCentric/testcentric-gui.
tools\testcentric.choco.addins
 
tools\testcentric-agent.exe.ignore
 
tools\testcentric-agent-x86.exe.ignore
 
tools\testcentric.exe
md5: 5A6B7B3628772DD02D80D3446189A69F | sha1: 7E4CEA58F6B838F4A1A99343D46DFDF566EFC81B | sha256: B1D031102B59651318A54916AEB54D48C1FEFA4B6A030CC6C6B86CD5D456AD04 | sha512: FA09B168524630FC423587F99DDDED6D274D50F65716FD9426EFCCA6D40641C45F43E0AB86A9D213115B155466ED99ED18692DFB4E2ECC5A5DD9D81E3FF2F184
tools\testcentric.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!--
   The GUI only runs under .NET 2.0 or higher. The
   useLegacyV2RuntimeActivationPolicy setting only
   applies under .NET 4.0 and permits use of mixed 
   mode assemblies, which would otherwise not load 
   correctly.
  -->
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <!-- Comment out the next line to force use of .NET 4.0 -->
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
  <runtime>
    <!-- Ensure that test exceptions don't crash NUnit -->
    <legacyUnhandledExceptionPolicy enabled="1" />
    <!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
    <loadFromRemoteSources enabled="true" />
    <!-- Look for addins in the addins directory for now -->
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="lib;addins" />
    </assemblyBinding>
  </runtime>
</configuration>
tools\TestCentric.Gui.Runner.dll
md5: FBF4E292082AB40BA6696D1E6FF002BB | sha1: 645961081C2578099A79B6D81EA0E8CADD5B0671 | sha256: E38AD1929DDF5F8E93E5B9829E7F0EFB7941BAA8743D857A96A7CEC10FCBE792 | sha512: 4FEE46AB9437ABE16D5AB60BF9303E89D6CAB8CC0A9DE4206AE9A0E1158F86DA5E17D39488667C8EAB3877FD30E320A4409430F73951225FD5AC387A44669D94
tools\nunit.uiexception.dll
md5: 507B6186DA2DB5C71000E752CCA555FA | sha1: C5D1AD2CFDAF4EB117D40C572CCA8BEB8A0E4F35 | sha256: E94151E84402260847BCD586B3662162380CF9CC931A134294B9A3FC126C4697 | sha512: 37EC19017FCC1FE99E853CB52C30F40A1303DA7B77B6F0AC7EC2ED33BBF6C1DD441ED856ACD6F639EC14A13D251665255DB6DD7BFE7594CE565375C8F598206E
tools\TestCentric.Gui.Model.dll
md5: 7DDD6FCF0B03CE1C15775BA21B93E02C | sha1: 9062325BD1E91E3BECD7808F9EAB4D927EC3A4BC | sha256: 2FCCA566813CE1B23BD668217D3513D04D6050856D37C6DF4E94E78F6FED074F | sha512: 2F7F4CEBAEEE7C2D6E02C206449B4101B8915073F263556F3376A9C750C1FE4AD15204CB372B118CEF5E8FB2315A9065CAA01B637D391A7C0A393E6BF1C57A60
tools\Mono.Options.dll
md5: 9915460C3376FD883C2B53487A5F9EF1 | sha1: EB5AADE056D17AA71584B89E42FECD84A0248382 | sha256: 02F97BD6698C9F073F97F83157AAB223C7F15FF5B39EE0D82C89FCF5A1BDE315 | sha512: 5EF923C200582F37238B291BE16926EE58F5AF75F49E7B21900CDCB41CB5D97D9527508B443F5D3C416DC7969B6A5537DAD717B4315F75698206654EE6AA0541
tools\testcentric.engine.dll
md5: E66C17B465472A4216882B540CB8ED03 | sha1: 10B1BFB4DB95E796DE5CFBC950272A73B739022E | sha256: DEA532BC2A95958ADEFC88D7CF728B45974684389AE098DF0AC94F6769110CB0 | sha512: 04DAC087D9B95D44E72A6956476A29924CC123EDD34E1A86B06A9D37E367FFBCB6FA8F5668B798A049B07AA34D373E210F86E5762735B3E53FFEF168101087E8
tools\testcentric.engine.core.dll
md5: D5C5A980A760197016CB5B7523572560 | sha1: 3F69BCEA76C1755249487F4FE67B581EFAF33948 | sha256: 71B39BC768B905EF6E8B2279B44A3F8EE9B2272104098FA777A1FCD740F3399A | sha512: E8D22CB4632AECE4600789D8EEFE44232B02FC29063482D989CA9EE246EAF50864DC2428426A8867875A96AB4BC8361E0284FA4FE09CF9F2DC0DE03B36DE511A
tools\TestCentric.Engine.Api.dll
md5: E8C94F8F8E49012B35FFC7D7905908D6 | sha1: 17C226EEF5F9908E26C0DD06893EAB92BCDCA19B | sha256: 35D3D0C55DE5BBAF80DBF331E04440B8848B95D42ADB7AC2EE14ADA081504494 | sha512: 3D79C4D7FE248E74664308FA844934DF7E0D774BB6B7B7F7D0376D9FD86F13EA20FA510A95473654BAB31C3AB38F324B4F49D996FF12AA5A016E69117162BAD5
tools\TestCentric.InternalTrace.dll
md5: 3ED24F872FA0580A5E8A8C89257714DE | sha1: F51CDE136CAD191D2BC305E2132127EA06FDC004 | sha256: 99ED617946BF810057306ECFD518C25916D1CC6E854F867D8C2BEFF46D732224 | sha512: F44B89D4EBC663F8F769D94F5ADE6D070E723768F28BC37321D0F29EE0977D64A18FD9822A55C1DBFE1DD1010860510BC3873BDF7AB6084E0A34E6AB99ADAFC9
tools\testcentric.engine.metadata.dll
tools\testcentric.extensibility.dll
md5: 5929E85EEBA7C1F12D94724D2EE8A873 | sha1: 7867800017C66B0F1378ADD100ACF1698C49DEF6 | sha256: E10810DC549E9B6065479AE618695597DA9712914617EE3C328E98CA41120F2F | sha512: 6CEC4DCBF2E4309070BFA435AF429103E3E0471D6D71FE9EB4600493E5AD7CA108E1F684F1E3E3F454C348BD14813B50AC8C4DBDFF4340E28A39504BC7751131
tools\testcentric.extensibility.api.dll
md5: C7B0E4B6F57CAC8B903C92F380DA0D87 | sha1: A66C361FAF2B40D5E2B67F71FEC1A5DE14DF3CA2 | sha256: 26F0C5A6754444B2F18662D9E36DC6FDCEDF0091D4FB09DB35CB3E56221B4E74 | sha512: 8ACE3EEB5F49281C9ADD7544F0C8AD2647E2E3CA34022AF8D2C04803496D33FEB216F5FE4DD3B1DE32A39C34719D49AC2D21C35327184DEFF1AFA48C193FEAF4
tools\testcentric.engine.pdb
 
tools\Images\Tree\Circles\Success.jpg
 
tools\Images\Tree\Circles\Failure.jpg
 
tools\Images\Tree\Circles\Ignored.jpg
 
tools\Images\Tree\Circles\Inconclusive.jpg
 
tools\Images\Tree\Circles\Skipped.jpg
 
tools\Images\Tree\Classic\Success.jpg
 
tools\Images\Tree\Classic\Failure.jpg
 
tools\Images\Tree\Classic\Ignored.jpg
 
tools\Images\Tree\Classic\Inconclusive.jpg
 
tools\Images\Tree\Classic\Skipped.jpg
 
tools\Images\Tree\Default\Success.png
 
tools\Images\Tree\Default\Failure.png
 
tools\Images\Tree\Default\Ignored.png
 
tools\Images\Tree\Default\Inconclusive.png
 
tools\Images\Tree\Default\Skipped.png
 
tools\Images\Tree\Visual Studio\Success.png
 
tools\Images\Tree\Visual Studio\Failure.png
 
tools\Images\Tree\Visual Studio\Ignored.png
 
tools\Images\Tree\Visual Studio\Inconclusive.png
 
tools\Images\Tree\Visual Studio\Skipped.png
 

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
testcentric-gui 2.0.0-beta4 98 Thursday, November 23, 2023 Approved
testcentric-gui 2.0.0-beta3-1 57 Wednesday, October 25, 2023 Approved
testcentric-gui 2.0.0-beta3 16 Sunday, October 22, 2023 Exempted
testcentric-gui 2.0.0-beta2 62 Monday, September 4, 2023 Approved
TestCentric Runner for NUnit 2.0.0-beta1 129 Tuesday, May 9, 2023 Exempted
TestCentric Runner for NUnit 2.0.0-alpha8 98 Tuesday, April 25, 2023 Approved
TestCentric Runner for NUnit 2.0.0-alpha7 52 Monday, February 6, 2023 Approved
TestCentric Runner for NUnit 2.0.0-alpha6 89 Saturday, June 18, 2022 Approved
TestCentric Runner for NUnit 2.0.0-alpha5 75 Saturday, May 14, 2022 Approved
TestCentric Runner for NUnit 2.0.0-alpha4 174 Sunday, October 3, 2021 Approved
TestCentric Runner for NUnit 2.0.0-alpha3 71 Thursday, September 30, 2021 Approved
TestCentric Runner for NUnit 2.0.0-alpha2 214 Sunday, August 15, 2021 Approved
TestCentric Runner for NUnit 2.0.0-alpha1 110 Thursday, July 1, 2021 Approved
TestCentric Runner for NUnit 1.6.3 164 Monday, August 1, 2022 Approved
TestCentric Runner for NUnit 1.6.2 616 Thursday, March 25, 2021 Approved
TestCentric Runner for NUnit 1.6.1 217 Sunday, January 17, 2021 Approved
TestCentric Runner for NUnit 1.6.0 148 Monday, January 11, 2021 Approved
TestCentric Runner for NUnit 1.5.3 140 Thursday, December 24, 2020 Approved
TestCentric Runner for NUnit 1.5.2 158 Thursday, December 17, 2020 Approved
TestCentric Runner for NUnit 1.5.1 131 Tuesday, December 15, 2020 Approved
TestCentric Runner for NUnit 1.5.0 130 Wednesday, December 9, 2020 Approved
TestCentric Runner for NUnit 1.4.1 273 Friday, September 4, 2020 Approved
TestCentric Runner for NUnit 1.4.0 459 Friday, May 1, 2020 Approved
TestCentric Runner for NUnit 1.3.3 191 Saturday, April 18, 2020 Approved
TestCentric Runner for NUnit 1.3.3-rc1 138 Friday, April 17, 2020 Approved
TestCentric Runner for NUnit 1.3.2 221 Tuesday, April 7, 2020 Approved
TestCentric Runner for NUnit 1.3.1 239 Saturday, March 7, 2020 Approved
TestCentric Runner for NUnit 1.3.0 199 Tuesday, February 25, 2020 Approved
TestCentric Runner for NUnit 1.2.0 207 Sunday, February 16, 2020 Approved
TestCentric Runner for NUnit 1.1.0 400 Saturday, November 9, 2019 Approved
TestCentric Runner for NUnit 1.0.1 279 Friday, August 16, 2019 Approved
TestCentric Runner for NUnit 1.0.0 259 Saturday, July 27, 2019 Approved
TestCentric Runner for NUnit 1.0-beta4 201 Wednesday, July 17, 2019 Exempted
TestCentric Runner for NUnit 1.0-beta3 171 Sunday, July 14, 2019 Exempted
TestCentric Runner for NUnit 1.0-beta2 202 Thursday, May 30, 2019 Exempted
TestCentric Runner for NUnit 1.0-beta 202 Saturday, April 13, 2019 Exempted
TestCentric Runner for NUnit 1.0-alpha4 206 Saturday, April 6, 2019 Exempted
TestCentric Runner for NUnit 1.0-alpha3 188 Wednesday, February 27, 2019 Exempted
TestCentric Runner for NUnit 1.0-alpha2 209 Tuesday, November 13, 2018 Exempted
TestCentric Runner for NUnit 1.0-alpha1 219 Friday, August 3, 2018 Exempted
Discussion for the testcentric-gui Package

Ground Rules:

  • This discussion is only about testcentric-gui and the testcentric-gui package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or testcentric-gui, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus