-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(fe): implement test in code editor #2093
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
B0XERCAT
changed the title
T536 implement test in code editor
feat(fe): implement test in code editor
Sep 17, 2024
스테이지 배포 환경에서도 수정한 TEST API 잘 작동하는지 보려고 update branch 했어요! |
coolify 배포를 위해서 닫았다가 열게요. |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2024-10-01 15:28:41 CET |
…om/skkuding/codedang into t536-implement-test-in-code-editor
B0XERCAT
requested review from
Kimhyojung0810,
jimin9038,
jwoojin9,
Kohminchae,
juhyeong0505 and
eunnbi
October 1, 2024 23:16
eunnbi
reviewed
Oct 5, 2024
eunnbi
reviewed
Oct 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eunnbi
reviewed
Oct 5, 2024
B0XERCAT
force-pushed
the
t536-implement-test-in-code-editor
branch
from
October 5, 2024 15:23
b400db2
to
17009ed
Compare
eunnbi
approved these changes
Oct 5, 2024
mnseok
pushed a commit
that referenced
this pull request
Nov 12, 2024
* feat(fe): add test button, implement poll request * feat(fe): implement testcase panel with dummy data * chore(fe): edit table row style * feat(fe): store test result * chore(fe): delete console.log * feat(fe): show wrong testcase numbers, adjust table style * feat(fe): implement testcase tabs * feat(fe): edit tab style * feat(fe): implement test result detail * feat(fe): implement delete tab button * fix(fe): fix testcase tab style * refactor(fe): componentize TestcaseTab TestSummary TestResultDetail * feat(fe): add output in testcase result * chore(fe): specify type statement Co-authored-by: Eunbi Kang <[email protected]> * chore(fe): execute prettier * chore(fe): add padding bottom to panel, add ellipsis to long input output * chore(fe): add pre wrap for labeled field * chore(fe): simplify long styles using truncate --------- Co-authored-by: Jaehyeon Kim <[email protected]> Co-authored-by: Eunbi Kang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
TestResultsStore
를 생성했고,EditorHeader
에 있는 Test 버튼을 누르면, 작성한 코드에 대한 결과 (테스트케이스별 결과) 가 로컬스토리지에 저장됩니다.테이블의 row를 클릭해서 생성된 tab입니다
tab이 여러개 생성되었을 때의 UI입니다
추가 수정 사항!
Closes TAS-536
Additional context
Before submitting the PR, please make sure you do the following
fixes #123
).