Using codeceptJS with Quasar & VueJS

I’m trying to get codeceptJS to work with VueJS & Quasar. The main problem seems to be that a src/main.js is expected but quasar is using its own boot strategy without the main.js. Is there a simple solution for this like creating a foward to the ‘real quasar start’?