Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Apache License 2.0
23
stars
7
forks
source link
Adding in enabled/disabled functionality - attempt 2 #130
Old branch was too far behind, merging was acting odd so I just nuked it and started over.
Went with the property being
@state
over being@disabled
or@enabled
.I feel like the function names could use some work. Looking for feedback. Feel free to dive in and fiddle.