Efficiently Run Tests for Your App Repository with CircleCI Test Runner and Meteor Integration


Summary of my bookmarked Github repositories from Apr 17th, 2016

Github repositories

  • tozd/meteor-test-runner

    CircleCI Test Runner is a tool that helps you run tests for your app repository. To use it, you need to add the repository as a git submodule under tests/test-runner and include the example CircleCI config file in the root of your repository. The test suite requires Node.js packages like selenium-webdriver and mkdirp, which can be installed using npm. Additionally, you need to have ChromeDriver installed and configured. Once everything is set up, you can execute the test script to run all the tests, or run tests for a specific package using meteor. Test results will be displayed in the console and can be viewed in a browser at http://localhost:3000.