-
- Downloads
Generate graphql fixture instead of hardcoded data
This change improves the testing setup for the runner UI by generating a fixture with the direct graphql results.
Showing
- spec/frontend/fixtures/runner.rb 71 additions, 0 deletionsspec/frontend/fixtures/runner.rb
- spec/frontend/runner/components/runner_list_spec.js 2 additions, 2 deletionsspec/frontend/runner/components/runner_list_spec.js
- spec/frontend/runner/mock_data.js 6 additions, 44 deletionsspec/frontend/runner/mock_data.js
- spec/frontend/runner/runner_detail/runner_details_app_spec.js 8 additions, 13 deletions.../frontend/runner/runner_detail/runner_details_app_spec.js
- spec/frontend/runner/runner_list/runner_list_app_spec.js 5 additions, 11 deletionsspec/frontend/runner/runner_list/runner_list_app_spec.js
spec/frontend/fixtures/runner.rb
0 → 100644
Please register or sign in to comment