'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


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source