Skip to content

Commit

Permalink
YEL-139 [test] 명세서 추가
Browse files Browse the repository at this point in the history
YEL-139 [test] 명세서 추가
  • Loading branch information
devkwonsehoon authored Aug 25, 2023
2 parents 7fd37a1 + f2e53c9 commit 483d214
Show file tree
Hide file tree
Showing 38 changed files with 17,701 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ on:
branches: [ "develop", "staging" ]

permissions:
contents: write
checks: write
id-token: write
pull-requests: write

jobs:
build:
Expand Down Expand Up @@ -52,7 +51,7 @@ jobs:
run: ./gradlew test

- name: 💬 테스트 결과를 코멘트로 등록합니다.
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: '**/build/test-results/test/TEST-*.xml'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ firebase*.json
### monitoring ###
monitoring/prometheus/volume
monitoring/grafana
*.html
2 changes: 0 additions & 2 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
:toclevels: 3
:sectlinks:

테스트테스트

[[API-List]]
== APIs

Expand Down
501 changes: 501 additions & 0 deletions src/main/resources/static/docs/add-friend.html

Large diffs are not rendered by default.

549 changes: 549 additions & 0 deletions src/main/resources/static/docs/apple.html

Large diffs are not rendered by default.

504 changes: 504 additions & 0 deletions src/main/resources/static/docs/check-keyword.html

Large diffs are not rendered by default.

488 changes: 488 additions & 0 deletions src/main/resources/static/docs/check-user-by-id.html

Large diffs are not rendered by default.

489 changes: 489 additions & 0 deletions src/main/resources/static/docs/check-user.html

Large diffs are not rendered by default.

484 changes: 484 additions & 0 deletions src/main/resources/static/docs/check-vote-available.html

Large diffs are not rendered by default.

494 changes: 494 additions & 0 deletions src/main/resources/static/docs/create-vote.html

Large diffs are not rendered by default.

501 changes: 501 additions & 0 deletions src/main/resources/static/docs/delete-friend.html

Large diffs are not rendered by default.

479 changes: 479 additions & 0 deletions src/main/resources/static/docs/delete-user.html

Large diffs are not rendered by default.

486 changes: 486 additions & 0 deletions src/main/resources/static/docs/device-token.html

Large diffs are not rendered by default.

517 changes: 517 additions & 0 deletions src/main/resources/static/docs/find-friend-votes.html

Large diffs are not rendered by default.

512 changes: 512 additions & 0 deletions src/main/resources/static/docs/find-friends.html

Large diffs are not rendered by default.

509 changes: 509 additions & 0 deletions src/main/resources/static/docs/find-group-friends.html

Large diffs are not rendered by default.

506 changes: 506 additions & 0 deletions src/main/resources/static/docs/find-kakao-friends.html

Large diffs are not rendered by default.

515 changes: 515 additions & 0 deletions src/main/resources/static/docs/find-onboarding-friends.html

Large diffs are not rendered by default.

496 changes: 496 additions & 0 deletions src/main/resources/static/docs/find-question.html

Large diffs are not rendered by default.

518 changes: 518 additions & 0 deletions src/main/resources/static/docs/find-vote.html

Large diffs are not rendered by default.

524 changes: 524 additions & 0 deletions src/main/resources/static/docs/find-votes.html

Large diffs are not rendered by default.

482 changes: 482 additions & 0 deletions src/main/resources/static/docs/get-unread-vote.html

Large diffs are not rendered by default.

525 changes: 525 additions & 0 deletions src/main/resources/static/docs/google.html

Large diffs are not rendered by default.

614 changes: 614 additions & 0 deletions src/main/resources/static/docs/index.html

Large diffs are not rendered by default.

491 changes: 491 additions & 0 deletions src/main/resources/static/docs/login.html

Large diffs are not rendered by default.

522 changes: 522 additions & 0 deletions src/main/resources/static/docs/overview.html

Large diffs are not rendered by default.

485 changes: 485 additions & 0 deletions src/main/resources/static/docs/pay.html

Large diffs are not rendered by default.

484 changes: 484 additions & 0 deletions src/main/resources/static/docs/purchase-check.html

Large diffs are not rendered by default.

512 changes: 512 additions & 0 deletions src/main/resources/static/docs/reissue-token.html

Large diffs are not rendered by default.

504 changes: 504 additions & 0 deletions src/main/resources/static/docs/reveal-full-name.html

Large diffs are not rendered by default.

505 changes: 505 additions & 0 deletions src/main/resources/static/docs/reveal-name.html

Large diffs are not rendered by default.

514 changes: 514 additions & 0 deletions src/main/resources/static/docs/search-department.html

Large diffs are not rendered by default.

515 changes: 515 additions & 0 deletions src/main/resources/static/docs/search-friend.html

Large diffs are not rendered by default.

507 changes: 507 additions & 0 deletions src/main/resources/static/docs/search-school.html

Large diffs are not rendered by default.

484 changes: 484 additions & 0 deletions src/main/resources/static/docs/shuffle-friends.html

Large diffs are not rendered by default.

500 changes: 500 additions & 0 deletions src/main/resources/static/docs/signup.html

Large diffs are not rendered by default.

483 changes: 483 additions & 0 deletions src/main/resources/static/docs/sub-check.html

Large diffs are not rendered by default.

500 changes: 500 additions & 0 deletions src/main/resources/static/docs/validate-yelloid.html

Large diffs are not rendered by default.

0 comments on commit 483d214

Please sign in to comment.