Testing
Setup
Install Selenium
Install the Chrome Driver
Database
$> createdb opencollective_test
$> psql opencollective_test -c "GRANT ALL PRIVILEGES ON DATABASE opencollective_test to opencollective"Code
Environment
Test
How to debug an e2e test that failed?
How to debug when GitHub is challenging the oAuth process?
Last updated