Giter Club home page Giter Club logo

bff's Introduction

This repo (ianwalter/ianwalter) contains my personal website at https://ianwalter.dev.

Hi, I'm Ian! πŸ‘‹

I'm interested in organizing people around building extraordinary software. My experience allows me to understand complex software systems and team dynamics. I’ve helped build products that have served millions of people.

Currently, I'm the Director of Engineering for the Card group at Rocket Money. We're focused on building the best consumer credit card experiences in the world. We're also hiring if you're interested!

bff's People

Contributors

dependabot-support avatar dependabot[bot] avatar github-actions[bot] avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bff's Issues

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')

Dynamic tests

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

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

Listen for SIGINT

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

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.