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

No video artifacts in Kaspresso Allure #407

Closed
matzuk opened this issue Nov 2, 2022 · 2 comments · Fixed by #423
Closed

No video artifacts in Kaspresso Allure #407

matzuk opened this issue Nov 2, 2022 · 2 comments · Fixed by #423
Assignees
Labels
bug Something isn't working

Comments

@matzuk
Copy link
Member

matzuk commented Nov 2, 2022

Describe the bug
There is no video artifact (or it's empty one) after Kaspresso Allure test completion.

To Reproduce
Run any Kaspresso Allure example

Desktop (please complete the following information):

  • OS: Mac OS (M1)
  • Version: 1.4.2

Smartphone (please complete the following information):

  • Device: Emulator (ARM)

**Comments
Worked on 1.4.1 basing on feedbacks

@matzuk matzuk added the bug Something isn't working label Nov 2, 2022
@Nikitae57 Nikitae57 self-assigned this Nov 3, 2022
@Nikitae57
Copy link
Collaborator

Suppose the issue is that dir is created instead of file
image

@Nikitae57
Copy link
Collaborator

Nikitae57 commented Nov 3, 2022

And looks like it's a permission issue
adb shell screenrecord /sdcard/file.mp4 runs perfectly fine, but
adb shell run-as com.kaspersky.kaspresso.alluresupport.sample screenrecord /data/user/0/com.kaspersky.kaspresso.alluresupport.sample/files/video/com.kaspersky.kaspresso.alluresupport.sample.AllureSupportTest/counter/test.mp4
creates an mp4 header file and doesn't write actual screen record into it

Nikitae57 added a commit that referenced this issue Nov 7, 2022
…cording_video

#407: Fix folder was created instead of video file
@Nikitae57 Nikitae57 changed the title No video artifacts in Kaspresso Allure on MacOS Emulator (M1, ARM) No video artifacts in Kaspresso Allure Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants