This demo Testspace project is available at testspace-com:demo. To invoke the tour click on the following link:
The fake results contained in the testspace-com:demo
project are for demonstration purposes only. There is a set of pre-canned result
XML files under the fake.results used for pushing content to Testspace.
The fake results highlight the following:
Failure Tracking Management
Built-in Flaky analysis
Exemptions
(i.e. muting failures)Grouping Similar Failure Types
For general information on Testspace publishing, refer to the help documentation.
The following scripts are used for generating fake results:
push.clean.sh
script pushes 5 Results to clear out all past failure tracking. push.setup.sh
script pushes 4 Results to create a set of different types of tracked failures. Use the two GitHub Workflows to manual execute the corresponding shell scripts via the Workflow Dispatch
clean.yml
setup.yml
The GitHub workflows use the inputs
to set the domain. The default is testspace
.
The repo also contains a set of fake test specs for demonstration purposes only. The fake specs highlight the following:
Specs
ca be co-located with automated tests carried
from previous session(s) when new test automated results are publishedFor general information on Testspace Manual Test Framework, refer to the help documentation.
To preview the specs
on console:
Install:
cd specs
bundle install
Run:
cd specs
bundle exec jekyll serve