-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(allures): add header and basic auth support
- Loading branch information
Showing
5 changed files
with
100 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
## 1.0.1 | ||
|
||
- Add `--header` option, supporting multiple values in format `KEY=VALUE` | ||
- Add Basic Auth support with Environment Variables | ||
- `ALLURES_BASIC_AUTH_USER` - for Basic Auth user | ||
- `ALLURES_BASIC_AUTH_PASSWORD` - for Basic Auth password | ||
|
||
## 1.0.0 | ||
|
||
- Initial version. |
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 |
---|---|---|
@@ -1,7 +1,12 @@ | ||
## Allure Server CLI | ||
# Allure Server CLI | ||
|
||
`allures` is meant to be used to upload reports to OSS [Allure Server](https://github.com/kochetkov-ma/allure-server) | ||
|
||
See [Allure Server repository](https://github.com/kochetkov-ma/allure-server) to find instructions to build it up and running. | ||
|
||
See repository [README](https://github.com/rIIh/dart_test_reporter) for detailed info | ||
See repository [README](https://github.com/rIIh/dart_test_reporter) for detailed info | ||
|
||
## Environment Variables | ||
|
||
- `ALLURES_BASIC_AUTH_USER` - Basic Auth user | ||
- `ALLURES_BASIC_AUTH_PASSWORD` - Basic Auth password |
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