Shopify / tapioca

The swiss army knife of RBI generation
MIT License
728 stars 121 forks source link

Generator for ActionView::TestCase #494

Open Morriar opened 3 years ago

Morriar commented 3 years ago

As shown here ActionView test cases bring a lot of power to the test cases created by the user.

Tapioca should generate as much as possible in the DSL's RBIs.

Some related work already exists in Tapioca:

vinistock commented 2 years ago

The work for the generator itself is here. However, it depends on being able to load test files (without actually executing the tests). Once applications can define how to load their test environment, we can merge the DSL compiler and start generating types for action view tests.