Giter Site home page Giter Site logo

Comments (6)

juliemr avatar juliemr commented on May 5, 2024

Define short-term? :)

I definitely definitely have this on my todo list, but it's not item 1.

from protractor.

aaronleesmith avatar aaronleesmith commented on May 5, 2024

How about I run protractor.js through a doc parser and see if we can get some semi-meaningful documentation out of it?

Would you recommend using protractor now even with 1.2 still on the horizon? I don't want to write all my e2e tests using karma + jasmine if the Angular team will be moving to protractor. (Not part of this issue, but need to ask)

from protractor.

juliemr avatar juliemr commented on May 5, 2024

I'd definitely accept any doc generating!

Angular end2end tests will be moving to protractor, probably sometime in the next quarter. How are you writing e2e tests in jasmine at the moment? Or do you mean using the angular scenario runner?

Protractor is definitely still v0.X and has issues to iron out - but it's built on top of WebDriverJS, which is largely solidified. So, I think if you invest in tests in protractor you won't be wasting time. Depends on your tolerance for a couple quirks.

from protractor.

aaronleesmith avatar aaronleesmith commented on May 5, 2024

EDIT: I realize the below question is addressed in issue #21 . I will leave here in case someone else runs across the issue.

I don't mind the quirks, since selenium webdriver is what our QA team is used to.

Your code doesn't lend itself precisely to any auto doc-generating framework, but I think it could easily be coerced into it. I'll take a look and possibly set this up for me and anyone else ready to make the switch to protractor.

A quick question: is there a way to wait until angular is done bootstrapping (ng-clock would be satisfied) to start running tests. My spec looks like this:

describe('app', function() {
  var ptor;
  ptor = protractor.getInstance()

  beforeEach(function() {
    ptor.get('webapp/app/index.html#/home')
  })

  it('should load the home page', function() {
    body = ptor.findElement(protractor.By.tagName('body'));
    body.isDisplayed().then(function() {
      expect(body).toBeDefined()
    })
  })
})

And when run I get:

Finished in 0.007 seconds
1 test, 0 assertions, 0 failures

So it worked, but it never got a chance to run that expect() statement. Any idea what's going on?

I'm sure I'm just doing something simple incorrectly, but there's no docs to help solve it :)

I've forked the project and will look into generating docs.

from protractor.

juliemr avatar juliemr commented on May 5, 2024

Some auto-generation is now done, see https://github.com/angular/protractor/blob/master/docs/api.md

It's super hacky and still could be improved a ton.

from protractor.

juliemr avatar juliemr commented on May 5, 2024

I think this issue is broad enough that it's no longer useful. I'm gonna close - please open new issues for specific documentation questions!

from 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.