Registry / testing / bbq-core

bbq-core

JSON →
library0.4.0rbrubygemsunverified

Object-oriented acceptance testing for Rails applications using personas.

gem install bbq-core
INSTALL
IMPORT
SIG · BBQ-CORE
B
bbq-core
testingrubyv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BBQ
require 'bbq/core'

Define an acceptance test using a persona.

require 'bbq/core' class MyTest < BBQ::Test def test_login as_user 'alice' do visit '/login' fill_in 'Username', with: 'alice' click_button 'Login' end end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
bbq-core — gem install bbq-core · libregistry