From a32d2999d77caf7784e757f092bce7627ae82b5c Mon Sep 17 00:00:00 2001 From: JE-Chen Date: Mon, 27 Mar 2023 15:00:36 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18c6e2b..a3663ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Table of contents +# Table of contents > ITE Intro \ > Editor components \ > GUI Testing components \ @@ -7,7 +7,8 @@ > Load & Stress Testing components --- ## What is ITE - +> Project Kanban \ +> https://github.com/users/JE-Chen/projects/35 \ > Integrated Testing Environment (ITE) > * ITE mainly provides an integrated automated testing environment. > * ITE is composed of the following components: @@ -20,9 +21,9 @@ ## ITE Testing > How does ITE perform self-testing? -> * CircleCI & Github Actions。 ->> * What are the benefits of using CircleCI and Github Actions? ->> * They provide Github/Gitlab hooks for automated testing on every commit. +> * CircleCI & GitHub Actions。 +>> * What are the benefits of using CircleCI and GitHub Actions? +>> * They provide GitHub/Gitlab hooks for automated testing on every commit. >> * They provide detailed test logs. >> * They allow for automatic deployment to selected environments. >> * They make it easy to specify branches for testing.