릴리스 정보 - 2025년 1월 8일
  • 08 Jan 2025
  • 1 읽을 분
  • 기여자
  • 어두운

릴리스 정보 - 2025년 1월 8일

  • 어두운

기사 요약

업데이트 ✨

개선 사항

  • 공개된 시나리오 API와 테스트 결과 API에 개선을 추가했습니다.
    시나리오 목록 및 시나리오 세부사항
    authorupdater 필드 추가됨
    curl https://app.autify.com/api/v1/projects/12205/scenarios/330975 -H 'Authorization: Bearer <token>'
    
    ...
    ...
      "author": {
        "id": 22847,
        "username": "admin"
      },
      "updater": {
        "id": 22847,
        "username": "admin"
      }
    ...  
    ...
    
    시나리오 업데이트 API
    name, description, labels을 업데이트
    curl https://app.autify.com/api/v1/projects/12205/scenarios/335122 -H 'Authorization: Bearer <token>' -X PUT -d '{"name": "새로운 시나리오 2025", "description": "2025년을 위한 새로운 시나리오 업데이트입니다", "labels": ["2025"]}' -H 'content-type:application/json'
    
    {
      ...
      "name": "새로운 시나리오 2025",
      "description": "2025년을 위한 새로운 시나리오 업데이트입니다",
      ...
      ...
      "labels": [
            {
              "id": 10287,
              "name": "2025",
              "color": "gray",
              "created_at": "2025-01-07T06:12:34.676Z",
              "updated_at": "2025-01-07T06:12:34.676Z"
            }
          ]
    }
    
    시나리오 복제 API
    시나리오 복제
    curl https://app.autify.com/api/v1/projects/12205/scenarios/330975/duplications -H 'Authorization: Bearer <token>' -X POST
    
    {
      "id": 335182,
      "name": "[Copy] 오토파이 회귀 테스트",
      ...
      ...
    }
    
    테스트 결과 API
    단계에 diff 필드를 추가했습니다
    curl https://app.autify.com/api/v1/projects/12205/results/4096362\?get_details\=true -H 'Authorization: Bearer <token>'
    
    {
      "id": 4096362,
        ...
      "test_plan_capability_results": [
              ...
          "test_case_results": [
            {
              ...
              "steps": [
                {
                  ...
                  "diff": 0.03906956214689265
                },
                {
                  ...
                  "diff": 0.000356638418079096
                },
                {
                  ...
                  "diff": 0
                }
              ],
              ...
      ...
    }
    
  • 불필요한 필드를 제거하여 공개 API 문서를 업데이트했습니다.

이 문서가 도움이 되었습니까?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.