Skip to content

Commit 307dfed

Browse files
authored
Merge pull request #20 from Integrated-Testing-Environment/dev
Update README.md
2 parents ba00326 + cfa28f9 commit 307dfed

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@
3434
> * Continuous Integration: The longer the code is away from the last update, the higher the risk, so continuous integration encourages committing and automated testing after completing each part to reduce risk.
3535
> * Continuous Deployment: Continuously deploying the code to the real environment for testing, usually achieved through automation.
3636
---
37-
### Editor components
38-
> A simple text editor for ite
39-
>> Editor Really?
40-
>> * Why do we need to provide an editor when there are so many text editors and IDEs available?
41-
>> * We provide an editor as a cross-platform and minimalistic solution that comes with ITE, without requiring additional installation. The editor provides basic functionality, including font adjustment, support for other ITE components, basic file management such as saving, opening, and auto-saving, as well as file encoding and code selection integration. Additionally, the editor allows users to view test results through the interface.
42-
>> * The term "minimalistic" refers to the basic functionalities that are essential for a text editor, without the advanced features commonly found in other IDEs or text editors.
37+
### JEditor
38+
> * JEditor is a simple text editor, but it has all the necessary features.
39+
> * JEditor is one of the components of ITE, but modularization allows it to be used separately.
40+
> * JEditor defaults to using a dark interface as shown below:
41+
>> * JEditor has the following features:
42+
>> * Font change.
43+
>> * Font size change.
44+
>> * Auto-save (after first save or open).
45+
>> * Tree file structure browsing.
46+
>> * Save and open files.
47+
>> * Python formatting check using yapf.
48+
>> * Run python programs.
49+
>> * Run shell commands.
4350
---
4451
### GUI Testing components
4552
> Image & Coordinate based GUI Testing \
@@ -103,7 +110,7 @@
103110

104111
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b7d32ed8600b4bd2a2f3e960f46f2ad0)](https://www.codacy.com/gh/JE-Chen/Integration-testing-environment/dashboard?utm_source=github.com&utm_medium=referral&utm_content=JE-Chen/Integration-testing-environment&utm_campaign=Badge_Grade)
105112

106-
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/JE-Chen/Integration-testing-environment/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/JE-Chen/Integration-testing-environment/tree/main)
113+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/Integrated-Testing-Environment/Integration-testing-environment/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Integrated-Testing-Environment/Integration-testing-environment/tree/main)
107114

108115
[![ITE GitHub Actions Dev](https://github.com/JE-Chen/Integration-testing-environment/actions/workflows/ITE-github-actions_dev.yml/badge.svg)](https://github.com/JE-Chen/Integration-testing-environment/actions/workflows/ITE-github-actions_dev.yml)
109116

0 commit comments

Comments
 (0)