Muhammad Umer
Muhammad Umer
I could create a repo & publish to S3, but what I am trying to achieve is automation during our CD process instead of a central VM containing the aptly...
@nooga we ended up using jfrog artifactory for this since the feature sets were not fully flushed.
Here, you can use this custom binaries of prebuild-install to point to your locally built prebuilt binaries for the project. https://github.com/prebuild/prebuild-install#custom-binaries
Browser.isExisting was an old syntax working in v4. My new syntax is expect($("#obf-TPromptTitle").isExisting()).toBe(value); This is the one throwing the error.
As you can see i am looking for jest matchers and not just isExisting functionality. The question is, how can i get them and which versions are incompatible. My webdriverio...
This is what my dependences looks like. I am using gulp-webdriver as task runner. "devDependencies": { "@wdio/cli": "^7.24.0", "@wdio/codemod": "^0.12.0", "@wdio/jasmine-framework": "^7.24.0", "@wdio/junit-reporter": "^7.24.0", "@wdio/local-runner": "^7.24.0", "@wdio/spec-reporter": "^7.24.0", "gulp": "^4.0.2",...