tadashi-aikawa/jumeaux

View on GitHub
jumeaux/sample/template/encoding_hell/config.yml

Summary

Maintainability
Test Coverage
title: Ignore order

one:
  name: One endpoint
  host: http://localhost:8000/api/one
  default_response_encoding: Windows-1254

other:
  name: Other endpoint
  host: http://localhost:8000/api/other
  default_response_encoding: Windows-1254

output:
  response_dir: responses

addons:
  log2reqs:
    name: csv

  res2res:
    - name: json_sort
      config:
        items:
          - conditions:
              - path:
                  items:
                    - regexp: .+
            targets:
              - path: root<'name'>

  res2dict:
    - name: json

  store_criterion:
    - name: free
      config:
        when_any:
          - status == 'different'

  dump:
    - name: json

  final:
    - name: json
    - name: viewer
  #   - name: miroir
  #     config:
  #       table: miroir
  #       bucket: mamansoft-miroir
  #       cache_max_age: 120