Change name
This commit is contained in:
@@ -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. TestPlat 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. LandTCMS itself should also be able to report manual test results in Junit XML format.
|
||||
|
||||

|
||||
|
||||
@@ -33,4 +33,4 @@ Since the JUnit xml format is the de facto standard, we will import via the xml
|
||||
</testcase>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
```
|
||||
```
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Running TestPlat as a Docker container
|
||||
# Running LandTCMS as a Docker container
|
||||
|
||||
Under development
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Running TestPlat manually
|
||||
# Running LandTCMS manually
|
||||
|
||||
:::info[Prerequisite]
|
||||
|
||||
@@ -10,12 +10,12 @@ Prerequisite: v20 or higher node must be installed.
|
||||
|
||||
:::
|
||||
|
||||
To use TestPlat, you need run frontend server and backend server (API server).
|
||||
To use LandTCMS, you need run frontend server and backend server (API server).
|
||||
|
||||
First, clone the repository.
|
||||
|
||||
```bash
|
||||
git clone git@github.com:kimatata/TestPlat.git
|
||||
git clone git@github.com:kimatata/landtcms.git
|
||||
```
|
||||
|
||||
## Run backend server
|
||||
|
||||
@@ -4,7 +4,7 @@ sidebar_position: 1
|
||||
|
||||
# Self hosting
|
||||
|
||||
TestPlat is designed for self-hosted use. There are two ways to self-host the application: “Manual” and “Docker”.
|
||||
LandTCMS is designed for self-hosted use. There are two ways to self-host the application: “Manual” and “Docker”.
|
||||
|
||||
- Manual
|
||||
- Docker
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# TestPlat
|
||||
# LandTCMS
|
||||
|
||||
Open Source Test Case Management Web Application
|
||||
Open Source Test Case Management Web Application
|
||||
|
||||
Reference in New Issue
Block a user