Code Monkey home page Code Monkey logo

bff's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bff's Issues

Listen for SIGINT

Still try to run after hooks on first sigint since they will likely be used for cleanup.

Dynamic tests

I guess you could hack something together with a plugin and a registration hook, but an official API would be cool.

Allow empty test functions

Default to a no-op function for the test function if not provided so you can do something like:

test.skip('TODO')

Add Puppeteer functionality

  • Allow bff to consider *pptr.js files as puppeteer-based tests by default
  • Add a puppeteer config option to use for puppeteer config and enabling using puppeteer for specified tests
  • Add a browser file with a registration method and runTest method
  • During registration action, if fileContext.isPuppeteer is true, compile the test file together with the browser file using Webpack and save it to a tmp file. Then launch puppeteer to run registration in a browser and return the evaluation of a registration call.
  • During test action, if isPuppeteer, launch puppeteer with compiled file and add the browser and page to the context.
  • In the test action, if isPuppeteer, return evaluation of a runTest call instead of requiring the test file.
  • Handle puppeteer test result

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.