Skip to content
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

Feature: Test refactor (No merge) #763

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    376642c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f28cf21 View commit details
    Browse the repository at this point in the history
  3. responsed added to the writing workflow

    - Replaced `--test-framework` argument in the initialization for prompts
    - Added new responses to global `this`
    following the current convention
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0599cc1 View commit details
    Browse the repository at this point in the history
  4. Removes unused generators

    As requested in #0599cc1a6845800bc0063c30b540b7dbc9fdbeb5
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    6bf3174 View commit details
    Browse the repository at this point in the history
  5. Added e2e testing with Cypress

    - Added test
    - Added tasks and dependencies to generated project
    - Added copy tasks to main writing task
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f541cd6 View commit details
    Browse the repository at this point in the history
  6. Basic support for unit testing added yeoman#759

    - 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
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0b05190 View commit details
    Browse the repository at this point in the history
  7. Revert "Basic support for unit testing added yeoman#759"

    This reverts commit 0b05190.
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    99d135e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c95d9d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe570f5 View commit details
    Browse the repository at this point in the history
  10. Basic support for unit testing added yeoman#759

    - 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
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    bb3b2d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73761e0 View commit details
    Browse the repository at this point in the history
  12. Jest added yeoman#759

    - Updated generator tests
    - Improved combined tests behaviour (e2e + unit) as single task
    - Added Jest sample test based in main.js' greetings function
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    69949d0 View commit details
    Browse the repository at this point in the history
  13. Typo in babel syntaxis

    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    c58037c View commit details
    Browse the repository at this point in the history
  14. Ava added yeoman#759

    - Updated generator tests
    - Added Ava sample test based in main.js' greetings function
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f20f1bf View commit details
    Browse the repository at this point in the history
  15. Just a typo

    😓 Sorry for that!
    UlisesGascon committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    c4f4ecb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    90ed994 View commit details
    Browse the repository at this point in the history
  2. typo

    UlisesGascon committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    2835f4a View commit details
    Browse the repository at this point in the history