Skip to content

vida-foundation/testspace.getting-started

 
 

Repository files navigation

Getting Started

This tutorial repo focuses on GitHub users that are first-time Testspace users. It provides a reference project to walk-through to get new users up to speed on how Testspace works.

Refer to the Help Tutorial for instructions.

Tutorial

This repo includes (i) a CI workflow file used to publish automated test results and (ii) a set of Test Specs used for manual execution.

IMPORTANT. If you fork this repo, you are required to enable both Actions and Issues in the new repo.

Outline

The Tutorial is organized into three sections:

  • Publishing automated test results
  • Manual basics such as running, implementing, issues, and sessions
  • Advanced topics such as Exploratory, Automated Fixturing, Variables and Includes, etc.

Content

The required repo files, used by the Publishing and Manual basics sections are:

root
  └─ .github/workflows
              └─ ci.yml
  └─ specs
      └─ hello.md
  ├─ .testspace.yml
  └── results.xml

Other repo files content (i.e. Gemfile, handler.js, etc.) are used for the advanced topics such as:

About

Getting Started Tutorial for Testspace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.0%
  • JavaScript 4.0%