wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
760 stars 45 forks source link

Support Protractor #125

Open firecentaur opened 9 years ago

firecentaur commented 9 years ago

Hi there, I am getting protractor is not defined

How can I include progractor so I can use it in my test:

describe('login', function () { var login = function () { var deferred = protractor.promise.defer(); browser.get("http://newapp.com") element(By.id("logoutButton")).isPresent().then(function (logged_in) { if (logged_in) { console.log("\n\nwe are already logged in"); deferred.fulfill(logged_in); return deferred.promise;

ArtemGovorov commented 9 years ago

Hello, at the moment protractor is not supported by wallaby.js.

mulyoved commented 9 years ago

+1

gabzim commented 9 years ago

+1

DinisCruz commented 9 years ago

any progress in being able to support protractor?

ArtemGovorov commented 9 years ago

@DinisCruz We haven't started looking into it yet.

aklinkert commented 9 years ago

+1

Schubidu commented 9 years ago

+1

ShawnCholeva commented 9 years ago

I am having the same issue I just discovered with wallaby, it tells me that browser is not defined, but when I run the protractor it is passing (or failing) depending on the test.

Merott commented 9 years ago

+1

dmoiseenko commented 8 years ago

+1

massimocode commented 8 years ago

+1

massimocode commented 7 years ago

@ArtemGovorov I take back my +1... I am really happy you guys haven't supported protractor yet. It is a terrible terrible test framework and is riddled with issues everywhere. I am migrating away from it on all projects that I work on. WebdriverJS is perfectly fine, but protractor is really awful.

aleitamar commented 7 years ago

+1