Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMartin committed Jun 28, 2024
1 parent d952095 commit db9934b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 27 deletions.
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,33 +108,8 @@ The configuration language of our tool is designed to be intuitive, comprising a

## Configuration editor

The testing tool has its own configuration language. The language is written in YAML format. You can write the configuration in your own editor or in the editor available in this repository specifically for this tool. The editor allows for easy configuration writing with code auto-completion and many other features. It is also possible to run tests directly within the editor.

Run configuration editor on Linux:

```bash
cd config-editor

chmod +x run.sh

./run.sh
```

Run configuration editor on Windows:

```bash
cd config-editor

start run.bat
```

> Editor layout with output terminal
<img src="./doc/editor_1.png" alt="Configuration editor">

> Editor layout with final test report
<img src="./doc/editor_2.png" alt="Configuration editor">
For NATT black box testing tool was also created simple "IDE". It allows you to create and edit configurations without the need to write them in YAML.
**More about it you can finde [here](./config-editor/README.md).**

## 🧩 Understanding Test Structures

Expand Down
35 changes: 35 additions & 0 deletions config-editor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# NATT Configuration editor

**[Go Back](../README.md)**

The testing tool has its own configuration language. The language is written in YAML format. You can write the configuration in your own editor or in the editor available in this repository specifically for this black box testing tool. The editor allows for easy configuration writing with code auto-completion and many other features. It is also possible to run tests directly within the editor.

## How to run?

Run configuration editor on **Linux**:

```bash
cd config-editor

chmod +x run.sh

./run.sh
```

Run configuration editor on **Windows**:

```bash
cd config-editor

start run.bat
```

## Preview

> Editor layout with output terminal
<img src="../doc/editor_1.png" alt="Configuration editor">

> Editor layout with final test report
<img src="../doc/editor_2.png" alt="Configuration editor">

0 comments on commit db9934b

Please sign in to comment.