Skip to content

Tripal Test Suite 1.0.0

Compare
Choose a tag to compare
@almasaeed2010 almasaeed2010 released this 01 May 14:45
· 166 commits to master since this release
f70eb46

Release Notes

  • Added new publish method to convert chado records into tripal entities.
  • Added new HTTP tests to send requests to the website directly
    • Note you need to add BASE_URL=http://mysite.com to .env file
  • Added new db:seed command to populate the database before running tests

Breaking Changes

  • Database seeders do not support down() method any more. Use DBTransaction instead.
  • Database seeders cannon be run automatically any longer. Use tripaltest db:seed to add data to the DB.