Denis Kurashko
Denis Kurashko
Hello I would like to say that reporting of tests that were not actually run because of failed hook is very important for us too. So it will be great...
@jmiller-airfox OMG! Thanks for your workaround. And we just replaced `before/after` hooks with `test` where it was possible. But it won't work for `beforeEach/afterEach`. We also did it because we...
@juergba that's a great thing I missed! It works! Thank you so much. ``` export const mochaHooks = async () => { return { beforeEach: [ function myRootBeforeEach() { console.log(`Before...
So suggestion above fixes my issue. But probably feature reqeust is still a good idea for the future. No sure if I should close it or leave for the future.
This can be very useful! For now we have to use mocha-multi-reporters to run mochawesome and another reporter in the same time.
> I apologize if this is off-base, but I have an error that presents as the same error. > > Environment: > > * Node: v8.14.0 > * Npm: 6.4.1...
@Metman Hi. Offtopic, but I can see you have taken my code for migration. There is critical error for iOS 8-9: if seamStoreExists { ... try coordinator.addPersistentStore(**ofType: NSSQLiteStoreType**, configurationName: nil,...
@Metman Can you give me your email to discuss?
I believe this issue happens with all projects that use Seam3. It looks like it happens because Seam3 does some work in a background thread. Not sure if it can...
@unniverzal Hey. Yes, I did. My code: ``` // // AppDelegate.swift // CafeManager // // Created by Denis Kurashko on 03.05.17. // Copyright © 2017 Denis Kurashko. All rights reserved....