-
Notifications
You must be signed in to change notification settings - Fork 158
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
Kaspresso allure support v2 #272
Merged
matzuk
merged 55 commits into
KasperskyLab:master
from
eakurnikov:kaspresso_allure_support
Sep 30, 2021
Merged
Kaspresso allure support v2 #272
matzuk
merged 55 commits into
KasperskyLab:master
from
eakurnikov:kaspresso_allure_support
Sep 30, 2021
Conversation
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
Signed-off-by: Ruslan Mingaliev <[email protected]>
…skyLab#260) Signed-off-by: Ruslan Mingaliev <[email protected]> (cherry picked from commit 80a02cd)
(cherry picked from commit 96d16a9)
* Update tutorial and docs Signed-off-by: Ruslan Mingaliev <[email protected]> * Update breaking changes Signed-off-by: Ruslan Mingaliev <[email protected]> * Add link to mavenCentral Signed-off-by: Ruslan Mingaliev <[email protected]> * Remove version Signed-off-by: Ruslan Mingaliev <[email protected]> (cherry picked from commit e7bd534)
Signed-off-by: Ruslan Mingaliev <[email protected]>
eakurnikov
force-pushed
the
kaspresso_allure_support
branch
from
September 28, 2021 08:39
fce8eef
to
f9f087e
Compare
matzuk
requested changes
Sep 28, 2021
kaspresso/src/main/kotlin/com/kaspersky/kaspresso/device/video/recorder/VideoRecorder.kt
Show resolved
Hide resolved
kaspresso/src/main/kotlin/com/kaspersky/kaspresso/device/video/recorder/VideoRecorderImpl.kt
Show resolved
Hide resolved
kaspresso/src/main/kotlin/com/kaspersky/kaspresso/files/resources/ResourcesDirsProvider.kt
Outdated
Show resolved
Hide resolved
kaspresso/src/main/kotlin/com/kaspersky/kaspresso/files/DirsProvider.kt
Outdated
Show resolved
Hide resolved
kaspresso/src/main/kotlin/com/kaspersky/kaspresso/files/TestMethod.kt
Outdated
Show resolved
Hide resolved
...o/src/main/kotlin/com/kaspersky/kaspresso/testcases/api/testcase/DocLocScreenshotTestCase.kt
Show resolved
Hide resolved
kaspresso/src/main/kotlin/com/kaspersky/kaspresso/kaspresso/Kaspresso.kt
Show resolved
Hide resolved
eakurnikov
force-pushed
the
kaspresso_allure_support
branch
from
September 28, 2021 14:23
9641449
to
abdf0ae
Compare
Support of old resource providing system in DocLocScreenshotTestCase
matzuk
approved these changes
Sep 30, 2021
eakurnikov
added a commit
that referenced
this pull request
Sep 30, 2021
This reverts commit 18d68fa.
eakurnikov
added a commit
that referenced
this pull request
Sep 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO:
Нужно чистить логкат перед/после каждого теста. В коммите
5e5d354 сделал это, но это флакает почему-то. Можно просто каспрессовским логгером не в логкат, а в буфер писать, и после теста дампать в файл, тогда не будет проблем совсем.