jhipster / jhipster-lite

JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step - using Hexagonal Architecture :gem:
https://lite.jhipster.tech
Apache License 2.0
468 stars 215 forks source link

Cypress: fusion of 2 two folders #11308

Closed qmonmert closed 2 weeks ago

qmonmert commented 2 weeks ago

@murdos here the tests are for the generator

murdos commented 2 weeks ago

@murdos here the tests are for the generator

I know. But why would you structure the generator differently from the generated apps?

qmonmert commented 2 weeks ago

For me the folder e2e and component are same (folders with cypress tests): one to test localhost:7471 end the other to test localhost:9000 ...

qmonmert commented 2 weeks ago

On vuejwtapp image Tests on e2e and component are same (one with cypress, the other with playwright)

murdos commented 2 weeks ago

On vuejwtapp image Tests on e2e and component are same (one with cypress, the other with playwright)

Yes, the initial content is identical, because we're generating very basics component and E2E tests. Once you have generated your app, where everything is setup for you, you can start writing real component and/or E2E tests.

BTW, @qmonmert, what issue are you trying to solve with this PR? You're just describing what is does (fusion of 2 two folders), but not why you're doing it.