data_magic
data_magic copied to clipboard
Provides datasets to application via yaml files
Fixes #33 #31
Errors due to deprecated methods: - Passing `include_secondary` with the 1st argument of `street_address` is deprecated. - Passing `name` with the 1st argument of `email` is deprecated.
My code in default.yml is: ``` forgot_password_page: email_address: ~email_address ``` and in forgot_password_page.rb is: ``` include PageObject include DataMagic def submit_forgot_password(data = {}) populate_page_with data_for(:forgot_password_page, data) end end ``` After...
Is this gem still supported? Tests are failing: ``` 61 examples, 8 failures ``` CI stopped 2 years ago: 
Hi @cheezy Currently in the methods if we have please waits & conditions likes if, else etc. I am unable to use data magic. Say if I have methods that...
current implementations of YAML.load block aliases by default. Issue noticed when upgrading from ruby 3.0 to 3.2 but I believe the issue was introduced in 3.1 Feature request: allow optional...