Getting Started
-
Rust Nightly.
rustup default nightly rustup target add wasm32-unknown-unknown
-
Install Geckodriver since some of our tests are meant to run in a browser. Put it somewhere in your path, i.e. you might move it to
/usr/local/bin/geckdriver
. -
Download the project and make sure that you can run the test suite
git clone https://github.com/chinedufn/percy cd percy ./test.sh