Coder Social home page Coder Social logo

Comments (4)

NickTomlin avatar NickTomlin commented on May 24, 2024

Yep! This is definitely on the roadmap but I'd love a PR on this if you have time!

I was thinking about the ability to pass in a filename and have that be required by protractor flake. It would just have to return an array of files to retest.

from protractor-flake.

phgnx avatar phgnx commented on May 24, 2024

Sorry for the delay, I've been quite busy.

Would you prefer :

  • Add an option which will give the path to be required assuming the parser value is set to "custom" into the index
  • Update the getParser function to try to require the name (which might actually be a path so maybe a bit confusing) if !all[name]
  • A mix of both, based on a second optional parameter supported by the getParser method and returning the require if the first one is set to custom ?

Maybe there is a better way to do it.

For the testing part :

  • Unit : this one for me would be a bit complex to be test, I can create a custom parser but since the parser used will be fully custom it will be more about "How to create my custom parser" documentation
  • IT : No difficulties here, I can just spawn the command and test different use cases (Valid/Invalid custom parser), on my side I'll probably wrote them in typescript with an interface/implementation for transpilation checks

I can do the PR but I need to clarify those points before :)

from protractor-flake.

NickTomlin avatar NickTomlin commented on May 24, 2024

Sorry for the late reply!

This is an interesting question, let's think about a few options for calling it

# an additional option
protractor-flake --require-parser /path/to/parser.js

# make parser "smart"
protractor-flake --parser/path/to/parser.js

# add an option to require a file
protractor-flake --require /path/to/parser.js --parser 'name-of-custom-parser'

My initial reaction is that it would be worth it to try something fancy like protractor-flake --parser/path/to/parser.js.

We could take a few approaches:

  1. Require that parsers include the full extension .js/.ts/.es6 and assume that any parser name that ends with a . should be required
  2. Require that users specify an absolute path and look for / or \
  3. Attempt to require a parser at the path if one doesn't exist for that name (seems sort of flakey)

As for testing, i'd just create a custom parser fixture and pass that to whatever test you use. That way there's no way to do anything weird with files, it would just be required from the test. We could even use a tmp directory if we wanted to be sure there wasn't anything project specific that was interfering with this.

Let me know what you think!

from protractor-flake.

NickTomlin avatar NickTomlin commented on May 24, 2024

Support for custom parsers was released in 2.2.0 9791183

from protractor-flake.

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.