简体   繁体   中英

How to run a single XCTest case using gcloud for Firebase TestLab

I am trying to run my UI tests using gcloud for Firebase TestLab.
In Android TestLab documentation it says you can use --test-targets to run the specific test class and optionally add the # sign for a specific, single test case.
Does anyone know if it is possible to run a single test class/test case on iOS side?
This command would run all of my test cases in all classes:

gcloud firebase test ios run --test /Users/.../Desktop/Archive.zip\
--device model=iphone8,version=14.7,locale=en,orientation=portrait

XCTest sharding is not currently supported in Test Lab, but it's on our radar. You can monitor#ftl-announcements to get an update when this feature becomes available.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM