Skip to end of metadata
Go to start of metadata

Requirements

Cuanto requires an application server running Java 1.5 or greater and a SQL database with a JDBC driver. MySQL with the Innodb engine is highly recommended, as this is what's used in development and testing.

Downloads

Cuanto 2.6.6

Download: cuanto-2.6.6.zip
Build from commit: 348917f6b3e68c885bcc07cadf709744ecb52d6f
MD5: 75dd9f483de943b210b73f2c93491a1d
SHA1: d3717b9f4fdd6f0336c9e9335d47b8d3d511371a

Release Notes

  • This is a bug-fix release for CUANTO-49 and CUANTO-52. If you are using Cuanto 2.6.3 or 2.6.4, upgrading is strongly urged.
  • You need to execute the change_test_run_stats_2.6.6.sql script during the upgrade process (after shut down, before starting up the new release).

Past Versions

Cuanto 2.6.5

This release was withdrawn. Please use a later version.

Cuanto 2.6.4

Download: cuanto-2.6.4.zip
Build from commit: 66b1093fba908ae3f6389fa78a91524ecb280722
MD5: 6fba013d997d8e3daebc29ef297516c2
SHA1: 181efb19d8403ade355d82970218ddb85594dfe7

Release Notes

  • This is a bug-fix release with fixes for CUANTO-44, CUANTO-45, CUANTO-46, CUANTO-47 and a partial fix for CUANTO-3.

Cuanto 2.6.3

Download: cuanto-2.6.3.zip
Built from commit: ba67496f7467bf70e75c33c7b15691576b7afddc
MD5: 473cd8d73c327e867252f56b99a8298c
SHA1: 880ab6de1b1b1b11c5cda885168b5283f8651434

Release Notes

  • This release has optimizations related to determining new failures. Additionally, an icon is now displayed next to failures that are new.

Cuanto 2.6.2

Download: cuanto-2.6.2.zip
Built from commit: 84d15c2fefaf6c3ea119bb77d4a188717448a69c
MD5: 4d33aa8bd05ff8a1f1273cd856ba92ba
SHA1: e05f6d7a3de54c6487fe19916aafd7ab85b29796

Release Notes

  • This is a bugfix release that fixes an issue where deleting a test run that has tags will hang (bug CUANTO-41)

Cuanto 2.6.1

Download: cuanto-2.6.1.zip
Built from commit: 2bf2e51b63c00df329350c74de87f8775f1bf0c7
MD5: 232563bc58235de4d8a274333c5139fa
SHA1: bf1e79ec98ffe7e85bef8c29a6c1591a9a14c92f

Release Notes

  • This is a minor bugfix release that fixes an issue where skipped tests would show up in the grouped output view with "null" as the output.
  • Includes a SQL script, add_test_output_summary_idx.sql, to add an index to the database, improving performance for the grouped output view.

Cuanto 2.6.0

Download: cuanto-2.6.0.zip
Built from commit: b16db69f2cda6ee8c54bcf1b9562052598294f1e
MD5: a88273f7770feb890177d37d2d91d43d
SHA1: b5ac2483731c63d153bc31163a383b90afef0ab1

Release Notes

  • 2.6.0 introduces a new Grouped Output view when looking at test runs. This view lists the number of failures grouped by the first line of text output. Clicking on the output line will then display all the test outcomes that resulted in that output. This allows an analyst to quickly see if a number of failures have been caused by the same issue.
  • A database script needs to be executed if you are upgrading from a previous version of Cuanto. See the INSTALL file in the distribution for details.

Cuanto 2.5.0

Download: cuanto-2.5.0.zip
Built from commit: 9d4a98b6d1e9dc03fda0205ef6857606fe238187
MD5: bb237345844594c98ea2a2758e2ce7b1
SHA1: a043337b017c4695460f37a440ab72696976800b

Release Notes

  • 2.5.0 introduces test tags. Each test can be tagged with one or more tags. The analysis tab can be filtered on one or more tag values and the summary tab shows a table summarizing pass/fail totals for each tag. TestNG groups and NUnit categories are automatically used to tag tests. The API can be used to tag tests as well.
  • Please see the 2.4.0 release notes if you are upgrading from a version earlier than 2.4.0.

Cuanto 2.4.2

Download: cuanto-2.4.2.zip
Built from commit: 6880317e0b076fef70b73261bad50500c05b66fe
MD5: fac778db7421e8ca4a92f7fedeaf87dd
SHA1: 41bd4fb82884ef7a81610160461705e9bd12e0ea

Release Notes

  • This is a minor release that includes a few missing dependency jars from the API package.
  • Please see the 2.4.0 release notes if you are upgrading from a version earlier than 2.4.0.

Cuanto 2.4.1

Download: cuanto-2.4.1.zip
Built from commit: b2c82477eef14680e039a13cf2f04d9918e95cc4
MD5: 85115ba7e9e11b1eba9e8d09edfdb937
SHA1: bd105f09e8923363e268e66cc244dce3f41cf9d1

Release Notes

  • The 2.4.1 release adds NUnit support.
  • If you are upgrading from 2.4.0, all you need to do is replace your webapp with the unzipped war file.
  • Please see the 2.4.0 release notes if you are upgrading from a version earlier than 2.4.0.

Cuanto 2.4.0

Download: cuanto-2.4.0.zip
Built from commit: 71b9d901a58da6dfa76d6014359218975bf78985
MD5: 295562150f27f60b700af5120c7df4a0
SHA1: 5bdd8af8177d4c54505c48affa6efeab9898998c

Release Notes

  • If you are upgrading, please see the INSTALL file in the root directory of the distribution for important upgrade steps.
  • Your Cuanto ant task will need to be updated in order to submit results to this new version of Cuanto.
  • You can now associate arbitrary properties and hyperlinks with a TestRun:
  • The Build, Milestone and Target Environment properties have been removed from TestRun, any existing values will be
    migrated to the new property style with corresponding names.
  • Introduces a new CuantoConnector java API (See javadocs in the distributable for more info).
  • Test outcomes now have startedAt and finishedAt properties (if the test type supports them – presently just TestNG).
  • Fixed a JUnit parsing error when JUnit test time exceeds 1000 seconds.
  • Allow exporting test results in CSV, TSV and XML formats.
  • Normalize all time units to milliseconds, pretty-print time formats as HH:MM:ss.zzz.
  • Clicking on the output panel icon when that outcome's output is already being displayed will now hide the output panel.
  • Fix CUANTO-34, Searching with the Unanalyzed Failures filter returns non-failures.
  • Sorting by test output now works.
  • Other minor bug fixes.

Cuanto 2.3.2

Download: cuanto-2.3.2.zip
Built from commit: 778b99652244b1b9c38381743019770847f41e19
MD5: b4a61d90bf77129141f721f9858443fd
SHA1: 36bcecd2f4de7623d10c1298a43d176ce2564245

See the "INSTALL" file inside the zip for installation instructions.

Release Notes

  • This fixes a bug where the All Results view displays an error. You can just replace the 2.3.1 war with the war in this zip file.

Cuanto 2.3.1

Download: cuanto-2.3.1.zip
Built from commit: a34bdbca28aed79221aa69f7c3d85455d37c5500
MD5: 6300bf1da48ac18ad027557dd14c1b4d
SHA1: 4b82f618412c15456f68b3b7336e0c4d3168e4fc

See the "INSTALL" file inside the zip for installation instructions.

Release Notes

  • This are no new user-facing features in this release, it consists of internal improvements related to performance and concurrency.
  • If you are upgrading from a previous version, please note the SQL script(s) that should be executed.

Cuanto 2.3.0

Download: cuanto-2.3.0.zip
MD5: eb1151806daa4a48979a61d1c0f66a64
SHA1: ab4b98049dbc95be9625384cc91272308c7b2c37

See the "INSTALL" file inside the zip for installation instructions. If you are upgrading from a previous version, please note the two SQL scripts that should be executed.

Release Notes

  • Cuanto now supports parsing parameterized tests for TestNG and JUnit. A separate parameters column is available in the analysis table to see the parameters.
  • The project key can now be used with the Cuanto ant task instead of the fully-qualified project name.
  • The analysis table now highlights the row you're working on.
  • Increased size limit for full test name (package name + test name) from 256 to 1024.
  • Various minor bug fixes.

Cuanto 2.2.6

Download: cuanto-2.2.6.zip
MD5: d138b5aa333a5f3dcb68bb57d11b3903
SHA1: 0b0b5ea9a733d8d0673912171fdf4fbdf9291aa6

See the "INSTALL" file inside the zip for installation instructions.

Release Notes

  • Bugfix for CUANTO-30, which is a bad bug related to creating projects. Updating is recommended.
  • Columns in the analysis table are now customizable, you can hide or show the columns you wish. A new optional Output column has been added to give you a preview of the output in the analysis table.

Cuanto 2.2.5

Download: cuanto-2.2.5.zip
MD5: 0241e69b857333f09ad188fd0ea9bbc5
SHA1: 34cf588e2bf6934ad0bc32cf1acdde2957acc813

See the "INSTALL" file inside the zip for installation instructions.

Release Notes

  • Introduces a new look to the project page that makes for smoother navigation.
  • Long notes are truncated by default (but expandable) when viewing them in the analysis page.
  • "Unanalyzed Failures" is now the default view for the analysis page.
  • Minor bug fixes.

Cuanto 2.2.4

Download: cuanto-2.2.4.zip
MD5: 6eaf285197621fd9ed4638574b07e25f
SHA1: 5dc4c976ca21442654e5e2a3f27bdde5db958abd

See the "INSTALL" file inside the zip for installation instructions.

Release Notes

2.2.4 fixes some bugs introduced in 2.2.3 related to calculating test run statistics when submitting files via the Ant task. Additionally, there is a new feature and a few minor behavior changes:

  • There is now an "Unanalyzed Failures" filter, for seeing just the failures which have not been analyzed yet.
  • The Analysis Dialog is automatically closed after applying an analysis.
  • When a bug URL pattern is discovered in the test output, the bug column is still auto-populated along with the note, but the test is no longer automatically assigned the failure reason "Bug". This is to encourage users to analyze the test and determine if the bug is the source of the failure.

Cuanto 2.2.3

Download: cuanto-2.2.3.zip
MD5: 59af16a04ed17c929a26da6f582f4301
SHA1: 04df12601d2e83e5c149bf093b32d30d203bdbed

See the "INSTALL" file inside the zip for installation instructions.

Changes

Corrects an error in the install docs regarding the location of cuanto-db.groovy. Changes behavior so results are no longer recalculated automatically when a single test outcome is submitted via the API (CUANTO-17). Fix newline rendering in test output (CUANTO-15). Widen analysis dialog. API dependencies are no longer wrapped into the client jar file.

Cuanto 2.2.2

Download: cuanto-2.2.2.zip
MD5: 86aba4c5ead6a24cf864094378b2ef06
SHA1: ad9267286486e29b2736e22ebc88d8dc4df0c0a8

See the "INSTALL" file inside the zip for installation instructions.

Changes

This release has some minor bug fixes, additional test coverage, and a change in the distribution packaging.

Cuanto 2.2.1

Download: cuanto-2.2.1.zip
MD5: eb536372f6ad6d597fa2d270e8b4364c
SHA1: d764c4d4585f160c34993a38399e9b1e294976c9

See the "INSTALL" file inside the zip for installation instructions.

Labels
  • None