-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Road Map] New Release #759
Comments
I will open a PR for the testing part soon, also for dependencies ;-) |
@silvenon .. what do you think about this testing workflow? Open to discussion for all of you as well! 😉 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 |
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. |
I like it! |
Awesome! v4.0 then :-) I will prepare the PR asap 🎉 |
- Babel config now supports modules (imp/exp) - Added module support in the index.html - Added sample function in main.js for future unit testing - Tests updated
This reverts commit 0b05190.
- Babel config now supports modules (imp/exp) - Added module support in the index.html - Added sample function in main.js for future unit testing - Tests updated
- Updated generator tests - Improved combined tests behaviour (e2e + unit) as single task - Added Jest sample test based in main.js' greetings function
- Updated generator tests - Added Ava sample test based in main.js' greetings function
@UlisesGascon could you explain these two tasks?
Are they referring to a discussion we had somewhere? |
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. |
Hi all!
I opened this issue to keep tracking and an open discussion about the next release features and priorities.
New features & refactors
readme.md
in generated project with relevant info (tasks, etc..) Generate a README.md file #587Bugs to be fixed
travis.yml
in order to remove compatibility with Node@6 and add support for Node@12. Test fall with yarn PR:Update ci #761The text was updated successfully, but these errors were encountered: