RE: WebDriver Test Suite

> I would prefer to discuss this before landing in the WPT repo. Feel free to put
> your changes in a pull request and we can have a look at it through Critic and
> can discuss it either there and in the Face to face.
> 
> David

Thanks! I'll do that. Likely early next week as I get the code cleaned up a bit.

> 
> On 26/06/2014 22:20, John Jansen wrote:
> > Hello everyone,
> >
> > I've been working on building tests for the WebDriver spec and am to the
> point where I want to submit a batch (about 40-50 tests). There is an issue,
> though, so I'd like to get your advice.
> >
> > I Forked the PYTHON test suite that is up on GitHub [1]. I then converted
> the tests to be JavaScript based instead of PYTHON. I'm using Node and
> some custom code to make it all work.
> >
> > I chose to modify the tests because I don't know PYTHON myself, but also
> because I feel like every web developer who will care about the test suite
> will know JavaScript but only some percentage of them will know PYTHON.
> >
> > So, I was hoping for some advice: do you think I should put the
> modifications to the test suite I made up on GitHub as a sibling to the
> PYTHON tests so everyone can take a look and we can talk about it at the
> Face-to-Face?
> >
> > I could also put it on the Internet Explorer GitHub location if you think it's
> too messy to have them both in the same place.
> >
> > -John
> >
> > [1]: https://github.com/w3c/web-platform-tests/tree/master/webdriver
> >

Received on Thursday, 26 June 2014 21:34:23 UTC