bahmutov / cypress-select-tests

User space solution for picking Cypress tests to run
96 stars 14 forks source link

Combining with `cypress-webpack-preprocessor` #8

Open fsmaia opened 5 years ago

fsmaia commented 5 years ago

Although warned in README.md, is there a way to combine this preprocessor with cypress-webpack-preprocessor?

agileurbanite commented 4 years ago

👍

archanahm commented 4 years ago

Hi @fsmaia , Curious to know if you got cypress-select-tests with cypress-webpack-preprocessor working ? i stuck here trying to use cypress-select-tests to have tagging but no luck .

coder-shanks commented 4 years ago

@fsmaia @agileurbanite @archanahm Have any of you found a way out of this?

ArchanaMaruthi commented 4 years ago

@coder-shanks not at the moment.

fsmaia commented 4 years ago

Same here :)

jlug331221 commented 4 years ago

Is this still an issue? I am having the same problem at the moment. The project I am working on is using the Webpack preprocessor.

bahmutov commented 4 years ago

Yeah, I haven’t worked on this problem at all

Sent from my iPhone

On Aug 11, 2020, at 21:23, Justin Lugo notifications@github.com wrote:

 Is this still an issue? I am having the same problem at the moment. The project I am working on is using the Webpack preprocessor.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jlug331221 commented 4 years ago

Would this be a simple fix? Instead of requiring the browserify, we instead transpile with webpack?

bahmutov commented 4 years ago

Not sure, you would need to try it

Sent from my iPhone

On Aug 11, 2020, at 21:34, Justin Lugo notifications@github.com wrote:

 Would this be a simple fix? Instead of requiring the browserify, we instead transpile with webpack?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

yannbf commented 3 years ago

Hey peeps! Is there any news about this? Would be super cool to be able to use this library, but my project relies on the webpack preprocessor :(