Michael Bodnarchuk
Michael Bodnarchuk
Yep, sure. Need to think on that
Yeah, just what I thought :)
Oh, thanks. I really thought Doctrine should do that bu default :) But if it doesn't that's really the best fix for it.
Ok, I will update a prefix in next version.
@SamMousa how good was this approach in the long run? Have you tried to use it for collecting code coverage? If it worked well, we can think to create a...
I agree with @kobenguyent Please add tests
@GuvanchBayryyyev I tried to follow your steps but stopped at step 3 How can I not use it as a directive? If this package has only directive.
Ok, it worked! I loaded it as a plugin in NuxtJS and added v-infinite outside of `` tag ``` ```
Sorry, I don't know the issues of modern firefox and how it handles SSL. Maybe there are similar issues with other testing tools? If so I could help to port...
Looks like you need to create Firefox profile and add it to capabilities list: ```yml modules: enabled: - WebDriver: url: 'http://localhost/' browser: firefox window_size: 1024x768 capabilities: firefox_profile: '~/firefox-profiles/codeception-profile.zip.b64' ```