Skip to content

Commit

Permalink
[#48] faslane tests 간 디바이스 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 15, 2024
1 parent e820599 commit 074163e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ Tuist/.build
*.plist

### Fastlane ###
fastlane/screenshots
fastlane/screenshots
fastlane/test_output
5 changes: 4 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ platform :ios do

desc "Run tests"
lane :tests do
run_tests(scheme: "EATSSU")
run_tests(
devices: ["iPhone 15 Pro"],
scheme: "EATSSU",
)
end
end
8 changes: 8 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do

Generate new localized screenshots

### ios tests

```sh
[bundle exec] fastlane ios tests
```

Run tests

----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
Expand Down
7 changes: 6 additions & 1 deletion fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000198">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000191">

</testcase>


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

</testcase>

Expand Down

0 comments on commit 074163e

Please sign in to comment.