tmkw / yamori

A Salesforce console utility for Ruby programmers
https://tmkw.github.io/yamori/
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

acceptance test の構造を変える #31

Closed tmkw closed 1 week ago

tmkw commented 1 week ago

acceptance テストの構造を次のように変える

feature の中は、Scenario Outline で コネクションの切り替えをする

Given using  <connection type>

これに伴い feature/step_definition の中も合わせて変更する