mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 14:44:18 +02:00
add more tests
This commit is contained in:
@@ -5,22 +5,27 @@ items:
|
||||
|
||||
vars:
|
||||
index: test
|
||||
time: 5s
|
||||
time: 10s
|
||||
content_pattern: "content3*"
|
||||
content_and_pattern: "content3* make"
|
||||
|
||||
tasks:
|
||||
- name: today
|
||||
action: date
|
||||
|
||||
- name: search
|
||||
action: search
|
||||
- name: search_any
|
||||
action: search_any
|
||||
|
||||
- name: date
|
||||
action: search_date
|
||||
args:
|
||||
today: today.result
|
||||
|
||||
- name: wait
|
||||
action: wait
|
||||
|
||||
- name: count
|
||||
action: search_count
|
||||
|
||||
- name: content
|
||||
action: search_content
|
||||
|
||||
- name: content_and
|
||||
action: search_content_and
|
||||
|
||||
Reference in New Issue
Block a user