Lay Mui
Lay Mui
I got a step definition issue now at Step "he wants to search for restaurant name Dolce" is not defined. You can ignore this error by setting cucumberOpts.ignoreUndefinedDefinitions as true....
I have fixed that. now I got another issue ConfigurationError: Jan can't BrowseTheWeb yet. Did you give them the ability to do so? [iPhone 11 iOS 14.5 #0-0] I have...
I have to add this code to the Given step ```` Given('{actor} is at the food app', async (actor: Actor) => { actor.whoCan( BrowseTheWeb.using(browser)) });```` however, this ability is already...
@jan-molak I was looking at this https://github.com/serenity-js/serenity-js/blob/master/packages/webdriverio/src/screenplay/questions/locators.ts it need to support the mobile accessibilityLabel: https://webdriver.io/docs/selectors#accessibility-id do you think there is need to add to the locator for accessibilityID (for mobile)?
@jan-molak you may clone the repo https://github.com/LayMui/foodie the app repo is at https://github.com/LayMui/food
here is fastlane env ``` ✅ fastlane environment ✅ ### Stack | Key | Value | | --------------------------- | --------------------------------------------------------- | | OS | 14.3.1 | | Ruby | 3.3.0...
@lacostej lacostej I am able to build using the fastlane testandbuild in my local mac machine but on the github actions CI, the gym failed with this error [06:36:04]: $...
```[07:42:34]: $ set -o pipefail && xcodebuild -workspace ./nativeIntegration.xcworkspace -scheme nativeIntegration -destination 'generic/platform=iOS' -archivePath /Users/runner/Library/Developer/Xcode/Archives/2024-02-28/nativeIntegration\ 2024-02-28\ 07.42.34.xcarchive -allowProvisioningUpdates archive CODE_SIGN_IDENTITY=Apple\ Distribution:\ LayMui\ Toh | tee /Users/runner/Library/Logs/gym/nativeIntegration-nativeIntegration.log | xcbeautify [07:42:45]: ▸...
running in the GH actions CI: Run security find-identity -v -p codesigning fastlane_tmp_keychain 0 valid identities found
i am able to build locally with fastlane testandbuild but it break on the GH actions CI. what are the possible cause? in Nov 2023, it was running fine but...