You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by jorgebay <gi...@git.apache.org> on 2017/11/30 15:25:34 UTC

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

Github user jorgebay commented on the issue:

    https://github.com/apache/tinkerpop/pull/695
  
    I've implemented the support files for the gherkin test suite.
    Thanks to the test suite, I've found and fixed some bugs that were part of the original implementation.
    
    `mvn clean install -pl :gremlin-javascript -DskipIntegrationTests=false` run the mocha based tests and the cucumber-based tests. I've included it on TravisCI also.
    
    ```
    328 scenarios (22 skipped, 306 passed)
    ```
    
    It's ready to be reviewed!
    
    I would like the JavaScript GLV to be part of the next release cycle (3.2.8 / 3.3.2). This GLV have been sidelined several times since the original pull request #450 (Oct 2016!)...


---