• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Include all enabled packages in the package view list of the automated-testing admin/index page

Move proc test coverage info to the already existing package view branch

Whitespace cleanup

Move styles into CSS

  1. … 1 more file in changeset.
Fix doc link

Show proc test coverage only on package view

Add the global test proc coverage percentage to the 'automated-testing' admin/index page, and link it to the new 'proc-coverage' page

Add package name to the coverage data

Replace completely the 'proc-coverage' page, using the new api and providing proc test coverage information for packages and system wide

  1. … 1 more file in changeset.
New test proc coverage library (proc-coverage) for the 'automated-testing' package:

- New proc 'aa::coverage::proc_covered_p', checks if a particular proc is covered by any automated test.

- New proc 'aa::coverage::proc_list', returns a list of procs, sistem wide or in a package, with their coverage status.

- New proc 'aa::coverage::proc_coverage', returns a summary of information (number of procs, number of covered procs, coverage percentage) about the coverage of the api of a package, or system wide.

- New proc 'aa::coverage::proc_coverage_level', returns a level value (high, medium, low...) for a particular percentage.

Also add new CSS file for the automated tests summary page, which should help reducing the inline styling in the package, and different styles for the proc coverage levels.

  1. … 3 more files in changeset.
Remove unnecesary quoting

Add the proc test coverage of each package, and link the 'proc-coverage' page, lost and isolated for many years...

improve spelling

  1. … 33 more files in changeset.
deactivate style rule

Keep old behavior when we drill down to package

Extend UI allowing to select packages for which we want tests to be run

automatically re-source the testfile when re-running a single test

improve user interface

acs::test::form_reply: add option "-remove" in analogy to "-update" to remove entries from the provided dict. This is necessary for web regression testing for

check boxes, where the application has to decuce from the fact, that a field is not transmitted, that a value has to be changed.

  1. … 2 more files in changeset.
improve spelling

  1. … 21 more files in changeset.
Fix layout when no data for test is available

- add new api function "aa_section" to allow structuring of larger test cases

- generalize login during tests further. When "user_info" is provided

it can be used to either login via login credentials or directly

via user_id (next step: integrate config-option for test users, this

will allow pure web tests to run against a different server)

- extend regression test to cover new features

- bump version numbers to 5.10.0d7

  1. … 3 more files in changeset.
acs-automated testing:

- provide the ability to add detail urls to messages

- new convenince methods

acs::test::reply_contains

acs::test::reply_contains_no

  1. … 2 more files in changeset.
display testd URLs on testcases for web tests

  1. … 1 more file in changeset.
fix too many colons

don't raise error on wrong inputs

Display warnings in the test results page

improve testcase viewing page:

- use syntax highlighting to testcase body

- fix label for body:

* just use numbering when appropriate

* start numbering of bodies with 1

improve rowcount expressions

  1. … 76 more files in changeset.
whitespace changes