mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-16 13:04:13 +02:00
adding behat for feature testing
This commit is contained in:
8
features/dummy.feature
Normal file
8
features/dummy.feature
Normal file
@@ -0,0 +1,8 @@
|
||||
Feature: dummy
|
||||
Display an dummy image without using a existing image on file.
|
||||
|
||||
Scenario: Set source to be dummy
|
||||
Given Set src "dummy"
|
||||
When Get image
|
||||
Then Returns status code "200"
|
||||
And Compares to image "dummy"
|
Reference in New Issue
Block a user