Closed qmonmert closed 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?
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 ...
On vuejwtapp Tests on e2e and component are same (one with cypress, the other with playwright)
On vuejwtapp 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.
@murdos here the tests are for the generator