Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
/ wild-truffle Public archive

Truffle cores running on large public Truffle projects.

License

Notifications You must be signed in to change notification settings

trufflesuite/wild-truffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Truffle cores running on large public Truffle projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages