mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2025-01-07 03:48:00 +03:00
Add spec for runner
This commit is contained in:
parent
d032cacffc
commit
babf683978
9
docs/spec/runner/README.md
Normal file
9
docs/spec/runner/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
## Running an entry
|
||||
|
||||
```mermaid
|
||||
flowchart
|
||||
entrystart[Run Entry] --> skip{skip}
|
||||
skip -->|false| exec[Exec Request]
|
||||
exec --> entryend
|
||||
skip -->|true| entryend[End]
|
||||
```
|
Loading…
Reference in New Issue
Block a user