Git Product home page Git Product logo

wild-truffle's Introduction

wild-truffle

Build Status

wild-truffle runs unpublished Truffle changes against existing commercial Truffle projects. At the moment it validates Truffle V5 and has a single target. Targets are cloned per test and their invocation of truffle in package.json is aliased to the cli.bundled.js of the installed branch.

Use (on Travis)

Test an experimental Truffle branch against the projects listed above on Travis CI and see what breaks.

git clone  https://github.com/trufflesuite/wild-truffle.git # no need to `npm install`
git checkout -b <throw-away-branch-name>                    # checkout a throw-away branch.

# Run truffle at branch 'next' in CI (default)
npm run ci

# Or run against specific branches
npm run ci -- -t <truffle-branch>

Use locally

Install wild-truffle locally to debug a target's test failures against a branch.

npm install -g yarn

# Install truffle and targets at next
npm run install:local

# Or install at a specific truffle branch
npm run install:local -- -t <truffle-branch>

# Run colonyNetwork tests
npm run test:colony

wild-truffle's People

Contributors

cgewecke avatar

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.