File size: 1,625 Bytes
7ca9807
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
task_id: ios.fsnotes.create_markdown_note
platform: ios
instruction: "In FSNotes, create a new Markdown note titled Bench Launch Brief. Write these two lines in the note body exactly: `Owner: iOS Bench Team` and `Status: Ready for review`."
init:
  initializer_id: initializers.ios.fsnotes_seed_open_app:FSNotesSeedOpenAppInitializer
  params:
    bundle_id: co.fluder.mobile.FSNotes-iOS
    seed_spec:
      purge_all_notes: true
      notes:
        - path: "Bench Inbox.md"
          content: |
            Pending:
            - Review initializer logs
        - path: "Travel Checklist.md"
          content: |
            - Cable
            - Adapter
    wait_ms: 1200
evaluation:
  evaluator_id: evaluators.ios.fsnotes_state:FSNotesStateEvaluator
  params:
    assert_spec:
      note_count: 3
      folder_count: 0
      present_notes:
        - title: "Bench Launch Brief"
          content_contains:
            - "Owner: iOS Bench Team"
            - "Status: Ready for review"
        - path: "Bench Inbox.md"
          exact_content: |
            Pending:
            - Review initializer logs
        - path: "Travel Checklist.md"
          exact_content: |
            - Cable
            - Adapter
    timeout_seconds: 10
    poll_interval_seconds: 0.5
limits:
  max_steps: 100
  step_timeout_seconds: 120
metadata:
  tags: [ios, fsnotes, notes, markdown, create, simple, benchmark]
  app: FSNotes
  app_bundle_id: co.fluder.mobile.FSNotes-iOS
  description: "Create one new Markdown note in FSNotes while keeping the seeded notes unchanged."
  prerequisites:
    - "FSNotes is installed on the simulator."