Skip to content

Commit

Permalink
[#48] EATSSUTests 클래스만 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 15, 2024
1 parent 79c567c commit bbf26f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ platform :ios do
run_tests(
devices: ["iPhone 15 Pro"],
scheme: "EATSSU",
only_testing: ["EATSSUTests"]
)
end
end
4 changes: 2 additions & 2 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000171">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000196">

</testcase>


<testcase classname="fastlane.lanes" name="1: run_tests" time="37.134334">
<testcase classname="fastlane.lanes" name="1: run_tests" time="21.491311">

</testcase>

Expand Down

0 comments on commit bbf26f6

Please sign in to comment.