Open ikalinin1 opened 3 years ago
We can introduce platform availability checking step monitor similar code https://github.com/vividus-framework/vividus/blob/master/vividus-plugin-mobile-app/src/main/java/org/vividus/bdd/mobileapp/steps/ElementSteps.java#L56 cc @valfirst @uarlouski
@SupportedOn(platform="ios", errorMessage= "Profiling is supported only on ios")
Originally posted by @ikalinin1 in https://github.com/vividus-framework/vividus/pull/1988#r713732196
sidenote Even if we close the platform availability checking at step level, it's still will be possible to use the underlying API used by platform specific steps outside of those steps due to lack of platform check
We can introduce platform availability checking step monitor similar code https://github.com/vividus-framework/vividus/blob/master/vividus-plugin-mobile-app/src/main/java/org/vividus/bdd/mobileapp/steps/ElementSteps.java#L56 cc @valfirst @uarlouski
@SupportedOn(platform="ios", errorMessage= "Profiling is supported only on ios")
Originally posted by @ikalinin1 in https://github.com/vividus-framework/vividus/pull/1988#r713732196