Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] V050 #1

Merged
merged 30 commits into from
Mar 31, 2022
Merged

[Draft] V050 #1

merged 30 commits into from
Mar 31, 2022

Conversation

koodeex
Copy link
Collaborator

@koodeex koodeex commented Mar 16, 2022

Massive refactoring of architecture and fixing a lot of issues

New Features:

  1. Async tests in suites
  2. Async steps everywhere
  3. BeforeAll/AfterAll in runner object
  4. testify's Asserts can be natively wrapped with allure steps
  5. module framework was moved to provider package

pkg/allure/attachment.go Outdated Show resolved Hide resolved
@koodeex
Copy link
Collaborator Author

koodeex commented Mar 30, 2022

go test ./... -cover
ok github.com/ozontech/allure-go/pkg/allure 0.447s coverage: 93.1% of statements

ok github.com/ozontech/allure-go/pkg/framework/asserts_wrapper/asserts (cached) coverage: 100.0% of statements
ok github.com/ozontech/allure-go/pkg/framework/asserts_wrapper/helper (cached) coverage: 100.0% of statements
ok github.com/ozontech/allure-go/pkg/framework/asserts_wrapper/require (cached) coverage: 100.0% of statements
ok github.com/ozontech/allure-go/pkg/framework/asserts_wrapper/wrapper (cached) coverage: 98.7% of statements
ok github.com/ozontech/allure-go/pkg/framework/core/allure_manager/adapter (cached) coverage: 96.2% of statements
ok github.com/ozontech/allure-go/pkg/framework/core/allure_manager/ctx (cached) coverage: 100.0% of statements
ok github.com/ozontech/allure-go/pkg/framework/core/allure_manager/manager (cached) coverage: 97.4% of statements
ok github.com/ozontech/allure-go/pkg/framework/core/common (cached) coverage: 93.5% of statements
ok github.com/ozontech/allure-go/pkg/framework/core/constants (cached) coverage: [no statements]
? github.com/ozontech/allure-go/pkg/framework/provider [no test files]
ok github.com/ozontech/allure-go/pkg/framework/runner (cached) coverage: 94.5% of statements
ok github.com/ozontech/allure-go/pkg/framework/suite 0.196s coverage: 94.9% of statements

@koodeex koodeex marked this pull request as ready for review March 30, 2022 17:47
@koodeex koodeex merged commit ccf33ea into master Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants