Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Table of contents
# Table of contents
> ITE Intro \
> Editor components \
> GUI Testing components \
Expand All @@ -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:
Expand All @@ -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.
Expand Down