yeoman / generator-webapp

A gulp.js generator for modern webapps
3.77k stars 708 forks source link

[Road Map] New Release #759

Open UlisesGascon opened 5 years ago

UlisesGascon commented 5 years ago

Hi all!

I opened this issue to keep tracking and an open discussion about the next release features and priorities.

New features & refactors

Bugs to be fixed

UlisesGascon commented 5 years ago

I will open a PR for the testing part soon, also for dependencies ;-)

UlisesGascon commented 5 years ago

@silvenon .. what do you think about this testing workflow? Open to discussion for all of you as well! 😉 test_demo

I will improve the Unit testing with a real testing example (Mocha, Jest, Ava & Jasmine), as well I will cover the example with Cypress for e2e.

Note: You can ignore the creation files log, as this is only a test for the workflow and not a real implementation yet

silvenon commented 5 years ago

Btw, I updated the name of the milestone to v4.0.0 because so far we have pre-releases, which means that the next stable release will be v4.0.0.

silvenon commented 5 years ago

what do you think about this testing workflow?

I like it!

UlisesGascon commented 5 years ago

Awesome! v4.0 then :-)

I will prepare the PR asap 🎉

silvenon commented 5 years ago

@UlisesGascon could you explain these two tasks?

  • [ ] Refactor Jasmine (remove sub-generator)
  • [ ] Refactor Mocha (remove sub-generator)

Are they referring to a discussion we had somewhere?

silvenon commented 5 years ago

I'd also remove the AVA task for v4.0.0 and leave it for v4.1.0, if you agree. Because it's a new feature that requires creating a new generator, and since this doesn't appear to be a highly requested feature I suggest not blocking a stable release of generator-webapp because of this.

UlisesGascon commented 5 years ago

@silvenon and interested people... can we move the discussion to PR #763? I think that it will be easier to discuss with some code ^^