-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from Staffbase/fix-bugs
🐛 Fix some bugs
- Loading branch information
Showing
5 changed files
with
62 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
testResources/testio-management-pull-65-issuecomment-1630429841.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@bot-testio exploratory-test submit | ||
```json | ||
{ | ||
"test_environment": { | ||
"url": "[your URL of preview deployment or built bundle from bot-the-builder](https://testio.staffbase.rocks/?_preview_version=10114)", | ||
"access": "user: staffbaseuser1 password: posting-earshot-vertices" | ||
}, | ||
"feature": { | ||
"title": "Authentication", | ||
"description": "Users need to be authenticated successfully", | ||
"howtofind": "Open the app", | ||
"user_stories": [ | ||
"Ensure that the user can log in successfully with the given credentials" | ||
] | ||
} | ||
} | ||
|
||
|
||
``` | ||
As response to [test creation trigger](https://github.com/Staffbase/testio-management/pull/65#issuecomment-1630428945). |