Skip to content

Testing

Coby Zhong edited this page Jun 5, 2024 · 1 revision

Workshop.codes uses a mixture of RSpec and Minitest for unit and system testing, along with Capybara to simulate user inputs for certain tests. Some of these tests require a full browser instead of the simulated lightweight browser that RSpec run by default, so Selenium is used to run full web browsers.

Clone this wiki locally