You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone is interested in BDD (behavior driven design), we can use Cucumber like below. But only if people are interested, since it adds another tool to learn (athough it's fairly easy).
There would be Rspec unit and integration tests in spec/ and Cucumber acceptance/system tests in features/.
As an author
So that I can create an interesting new mythological story
I would like to describe a story and submit it to the ai
Background:
Given the following mythologies exist
| name | description |
| Roman | Ancient Roman |
Scenario: Creating a new story
Given I am on the home page
When I click the "Generate a Story" button
Then I should see "New Story"
And I should see a form with:
| Field |
| Title |
| Descriptions |
Etc...
The text was updated successfully, but these errors were encountered:
If anyone is interested in BDD (behavior driven design), we can use Cucumber like below. But only if people are interested, since it adds another tool to learn (athough it's fairly easy).
There would be Rspec unit and integration tests in
spec/
and Cucumber acceptance/system tests infeatures/
.The text was updated successfully, but these errors were encountered: