Adding victory-native makes the tests hang - detox

For more details please see the following example: https://github.com/Osedea/react-native-victory-native-detox-bug
Versions:
Detox: 15.2.2
Victory-native: 34.0.0
Please see the logs below:
enter image description here
Please let me know if more information is needed.

Related

Slider in admin not shown in shopping experiences

the slider is not shown in "Landing Page" in "Shopping experiences".
It is blank like this:
enter image description here
Somebody told me by executing: bin/console assets:install it should be shown.
But it does not.
I have also tried: ./bin/build-administration.sh
But it is still not shown.
Do you have an idea why not?
It may be shown in version 6.4.4.0 but after updating to 6.4.14.0 it is gone.
Did you try to run all migrations?: ./bin/console database:migrate --all core
It could be the case, you are missing data from them.

I don't understand how to make this error go away; Cannot resolve Symbol 'ImageViewer' and i have already imported facebook.fresco and github.stfalcon

enter image description here
enter image description here
I have tried implementing some libraries images above, and the suggestion that shows says create inner Buider but that is not working out pls someone help me

Getting Error: Archive the artifacts’ failed: no workspace for ICSQAA/MFRSII/FFTK/FFTK_Daily_Smoke

I am getting the error as you can see in the attachment. If you anyone has a proper solution, please help me.
For any clarification or info, please let me know.
enter image description here
enter image description here

How to attach screen shot to XCUITest report in Jenkins. Can only see screenshot if running through XCODE

How to attach screen shot to XCUITest report in Jenkins. Can only see screenshot if running through XCODE
Steps
I have a job in Jenkins which builds and runs the XCUITest
But after completing there is no option to see the screenshot of failed cases
I used xcpretty to generate HTML type report, but there also screenshot is not displayed.
it has a -screenshot attribute but that only accepts screenshot with a sepecified name. (like TestcaseName_Classname.jpg)
But xcuitest takes screenshot with name 'screenshot_<>.jpg"
Can anyone throw some information on this
Thanks
Screenshot collection in xcpretty is broken as of now.
https://github.com/supermarin/xcpretty/issues/251
You may use xcsummary as a workaround.
https://github.com/supermarin/xcpretty/issues/251
You need to point attachment.name as here
func takeScreenshot() {
let screenshot = XCUIScreen.main.screenshot()
let attachment = XCTAttachment(screenshot: screenshot)
attachment.lifetime = .deleteOnSuccess
attachment.name = UITest.sharedInstance.testCase.name
add(attachment)
}

unable to execute pig script for Hue-2.5.0

I have installed Hue-2.5.0 in pseudo mode and also i am able to view the UI.
Beeswax(hive UI), sqoop, oozie editor everything are working efficiently but i dont know why my pig scripts are not working, UI is non resrponsiv & it is not showing any errors or exceptions.
i have checked logs also and found no issue
what could be the issue???
thanks in advance.
You should look at http://hue_host:8888/logs, or right click and 'inspect element' and look for error in the Chrome console. You can also share a screenshot of what happens when you clicked 'submit. Feel free to comment on the hue-user list too.