Change name

This commit is contained in:
Takeshi Kimata
2024-06-09 22:07:26 +09:00
parent 369cd09c1c
commit dbd842ee25
24 changed files with 36 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ sidebar_position: 4
We would like to be able to display results not only from manual test management, but also from automated test tools such as Vitest, Google Test, Selenium, etc.
Since the JUnit xml format is the de facto standard, we will import via the xml file. LandTCMS itself should also be able to report manual test results in Junit XML format.
Since the JUnit xml format is the de facto standard, we will import via the xml file. UnitTCMS itself should also be able to report manual test results in Junit XML format.
![integration](./img/integration.png)

View File

@@ -2,6 +2,6 @@
sidebar_position: 3
---
# Running LandTCMS as a Docker container
# Running UnitTCMS as a Docker container
Under development

View File

@@ -2,7 +2,7 @@
sidebar_position: 2
---
# Running LandTCMS manually
# Running UnitTCMS manually
:::info[Prerequisite]
@@ -10,12 +10,12 @@ Prerequisite: v20 or higher node must be installed.
:::
To use LandTCMS, you need run frontend server and backend server (API server).
To use UnitTCMS, you need run frontend server and backend server (API server).
First, clone the repository.
```bash
git clone git@github.com:kimatata/landtcms.git
git clone git@github.com:kimatata/unittcms.git
```
## Run backend server

View File

@@ -4,7 +4,7 @@ sidebar_position: 1
# Self hosting
LandTCMS is designed for self-hosted use. There are two ways to self-host the application: “Manual” and “Docker”.
UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Manual” and “Docker”.
- Manual
- Docker

View File

@@ -2,6 +2,6 @@
sidebar_position: 1
---
# LandTCMS
# UnitTCMS
Open Source Test Case Management Web Application

View File

@@ -4,7 +4,7 @@ sidebar_position: 1
# Roles
There are two types of roles in LandTCMS: "Global roles" and "Project roles".
There are two types of roles in UnitTCMS: "Global roles" and "Project roles".
## Global roles