Skip to content

Commit

Permalink
[issue-75] links fix pt3
Browse files Browse the repository at this point in the history
  • Loading branch information
kkatryunix committed Jun 3, 2024
1 parent 538fdc6 commit 456c138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ See [**Examples**](examples) directory for featured examples.
### <h3><a href="examples/single_test.go">Single-step test</a></h3>

Allows implementing single-request tests. See full example in the [**Examples**](examples) directory.
To view an Allure report, use `testing.T` or `provider.T` from [allure-go](https://github.com/ozontech/allure-go/blob/master/README_en.md#pkgprovidert).
To view an Allure report, use `testing.T` or `provider.T` from [allure-go](https://github.com/ozontech/allure-go/tree/master?tab=readme-ov-file).

```go
import (
Expand Down Expand Up @@ -495,7 +495,7 @@ func customAssertBody() cute.AssertBody {

#### T

Used for creating custom asserts via Allure Actions](https://github.com/ozontech/allure-go#suite) and [testing.TB](https://pkg.go.dev/testing#TB).
Used for creating custom asserts via [Allure Actions](https://github.com/ozontech/allure-go#suite) and [testing.TB](https://pkg.go.dev/testing#TB).
You can:

- log information to Allure,
Expand Down Expand Up @@ -637,7 +637,7 @@ type OptionalError interface {

</details>

## <h2><a href="global_env_keys">Global Environment Keys</a></h2>
## Global Environment Keys


| Key | Meaning | Default |
Expand Down

0 comments on commit 456c138

Please sign in to comment.