Skip to main content

Standalone Projects

A Standalone project has no service connection and requires all spaces to be manually created.

To create a new project click the New Project button at the top right of your organization's view.

New Standalone Project

Select the STANDALONE button on the bottom left of the new Project dialog.

Options​

Standalone Project

OptionDescription
NameNames are not case-sensitive
  • The name must be unique among Projects under the same Organization
  • The name may not contain the following characters / & # ?
Tip: Avoid names with spaces. They require quoting if specified on the command line.

PublicWhen checked the project are visible to the public. Otherwise the project is considered private
DescriptionTextual description of the project. The description text supports a subset of Markdown.
Issues providerOption to connect to GitHub or Jira issue tracking system. Generic is the default.
LabelOptional label to associate with issues Testspace creates for this project. Blank by default. Only shown when the selected Issues provider supports labels — see Label below.

Issues provider​

The Issues provider option presents a drop-down listing generic, plus all GitHub repositories and Jira projects available via your company's connected services.

Standalone Project Issues Provider option

This is the same provider used for both automated test result issues and Manual test-case failure issues — there's no separate setting for Manual. See Issue Providers for what each option supports.

tip

GitHub Repositories and Jira Projects require 3rd party service connections to be available.

Label​

Beside the Issues provider dropdown is a Label field, used to associate an existing label with issues Testspace creates for this project — no .testspace.yml or repo commit needed, unlike Connected's equivalent label: key.

Blank by default; nothing is applied unless you type one in. (Connected's equivalent defaults to testspace when unset — not carried forward as a Standalone default on purpose, since that default doesn't even apply consistently across providers.)

Only shown when the selected Issues provider actually supports labels — hidden entirely for generic (Standalone's Issues provider options are generic, GitHub, or Jira; GitLab and Bitbucket aren't available here — see Issue Providers).

note

For GitHub, the label must already exist in the target repo — one that doesn't exist yet is silently skipped, not created. See Issue Providers.

Edit​

To edit the settings of an existing project, in the organization's Projects tab, hover your mouse over a row in the listing, on the very left a "hamburger" icon will be shown. If you left-click on the icon, a menu is displayed with options:

Standalone Project Options Menu

Menu itemDescription
EditDialog for updating the default project name (<org-name>:<repo-name>) and accessing the Push token.
AccessDialog for a selection of users that have access to the project with their current email notification settings.
DeleteA selection of users that have access to the project with their current email notification settings.

Push Token​

Testspace supports a unique project token to use with the Testspace client when publishing test results to this project.

The Push token can be copied from the Project's options Edit menu dialog.

Project Push token

Spaces​

Spaces under standalone projects are manually created and can be updated or deleted at any time. They are used to collect and analyze data from any source (i.e. custom build automation). To create a new space, c/lick on the New Space button in the Spaces tab of a project's view.

New Space

Settings​

OptionDescription
NameName of the space
  • Names are not case-sensitive
  • The name must be unique among spaces under the current project
Tip: Avoid names with white-spaces as they require quoting if specified on the command line.
DescriptionTextual description of the space. The description text supports a subset of Markdown.
SandboxWhen checked the space is categorized as a sandbox and is not listed in the top level organization dashboard. Sandbox spaces do not send email notifications and are excluded from contributing to the parent project's Insights.
Copy settings from another spaceOn creation only, this allows you to copy settings from an existing "base" space. This includes metrics, badges, and thresholds. The prepopulated "base" content is given an auto-generated result name: [<number>]<base-space-name>#<base-result-set-name>
Health IndicatorsEdit Space dialog only. Allows you to specify a Publication deadline for results in days. Exceeding the deadline fails the space's health. A value of 0 disables the deadline (default).

Sandbox​

Sandbox spaces are used primarily for staging new tests and have the following attributes:

  • Issue generation disabled
  • Results email notifications disabled
  • Not shown in the Organization view
  • Excluded from project Insights

Editing​

In the Spaces tab in a project's view, if you hover your mouse over a row in the listing, on the very left a "hamburger" icon will be shown. If you left-click on the icon, a menu is displayed with the following options.

OptionDescription
EditDisplays the Space's settings dialog.
MoveDisplays a dialog allowing you to move the Space to a different Project.
DeleteDeletes the Space.

Deletion​

A deleted space can be restored up to thirty days after it has been deleted. When there are one or more restorable spaces there will be shown a special link below the Spaces Listing on contaning project's view.

Space Restore Icon

Clicking on the Recover your deleted spaces link will show a special view which lists the Project's deleted Spaces within the thirty-day window. To restore an individual space in this list, hover your mouse cursor over the right end of the row that lists the space of interest. (Names shown in this list have extra text appended to the original space name to ensure that all names in the list are unique.) A clickable circular arrow icon is shown.

Restore Space Click

Clicking the icon will restore the space. (The original unmangled space name will be given to the restored space unless another space in the project already has this name, in which case the restored space will be given the mangled name.)

Retention Policy​

To prevent abuse, the lifetime and count of Spaces in a standalone Project are bound to the following retention policy:

  • 3 months to keep (independent of the count)
  • 50 minimum to keep (independent of the timestamp)

Independent of the above, all metric data is maintained to provide statistics for the project.

note

The lifetime of individual Results is bound to a separate retention policy.

Deletion​

A project can only be deleted manually through its options.

Deleted projects may be restored up to thirty days after they are deleted. When there are one or more restorable projects there will be shown a special link below the Projects Listing on the top organization view.

Deleted projects may be restored up to thirty days after they are deleted.

Project Restore Icon

Clicking on the Recover your deleted projects link will show a special view which lists the Organization's deleted Projects within the thirty-day window. To restore an individual project in this list, hover your mouse cursor over the right end of the row that lists the project of interest. (Names shown in this list have extra text appended to the original project name to ensure that all names in the list are unique.) A clickable circular arrow icon is shown.

Project Restore Click

Clicking the icon will restore the project. (The original unmangled project name will be given to the restored project unless another project already has this name, in which case the restored project will be given the mangled name.)