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 ManagementBuilt-in Flaky analysisExemptions(i.e. muting failures)Grouping Similar Failure Types- and more
For general information on Testspace publishing, refer to the help documentation.
The following scripts are used for generating fake results:
push.clean.shscript pushes 5 Results to clear out all past failure tracking.push.setup.shscript 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.ymlsetup.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:
Specsca be co-located with automated tests- Manual results are
carriedfrom previous session(s) when new test automated results are published
For 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