GithubHelp home page GithubHelp logo

Comments (3)

rochejul avatar rochejul commented on May 29, 2024

Hi

Protractor overrides the Jasmine logic to simulate synchronous exeuctions of the Selenium WebDriver (but in real, it will create a promise pipes and execute it asynchronously. So we cannot put some break point, except if we use the promise way)

However, I remember that they try too to allow using Mocha.

For webDriverIO, I think this is not compatible to mix with Protractor, because it seems they have their own lifecycle

Maybe you use instead directly the Selenium WebDriver Api via Protractor if needed ? For example, you could retrieve the Selenium WebDriver Element: http://www.protractortest.org/#/api?view=ElementFinder.prototype.getWebElement

And use the Selenium NodeJs WebDriver API: http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/index_exports_WebElement.html

Regards

from gulp-angular-protractor.

rahulmr avatar rahulmr commented on May 29, 2024

Yes webdriverio have their own way of automation and they do not support protractor bindings. Actually, what I was thinking is implementing wdio-appium-service they way you have implement start stop here. I just want to use this repo to start the appium server before tests and stop it after tests are done.

I am personally used the onPrepare and onComplete functions in wdio.conf.js file to do the same but having some difficulty there while trying to kill the process after execution is completed.

from gulp-angular-protractor.

rochejul avatar rochejul commented on May 29, 2024

Hi

Have you more feedbacks to give for this issue please ?

Many thanks

from gulp-angular-protractor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.