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

ci: add gulp e2e test #3318

Merged
merged 6 commits into from
Aug 20, 2021
Merged

ci: add gulp e2e test #3318

merged 6 commits into from
Aug 20, 2021

Commits on Aug 18, 2021

  1. Add E2E test to validate Gulp with Yarn

    Adds an E2E test for coverage and validation that Yarn berry is able to install gulp successfully and then verify it can be used successfully.
    
    After installing gulp, a simple script is added to create a default gulp task that prints a statement. Running the gulp command runs the task, making sure the bare basic functionality is able to run.
    
    Then, in order to make sure that we are able to import and use the gulp api, a test  is used to use the src function from gulp to load the script file that's running.
    Also, it makes sure we can use gulp with a specific task name as well.
    
    This should be a start to verifying gulp is installable with yarn and working as intended.
    Daniel-McCarthy committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    be9138b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    05343dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4645e3 View commit details
    Browse the repository at this point in the history
  3. Update e2e-gulp-workflow.yml

    arcanis committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    6b8ddc6 View commit details
    Browse the repository at this point in the history
  4. Add Gulp E2E badge to Readme Toolchains

    Adds badge to display the status of Gulp E2E tests to the ReadMe alongside the rest.
    Daniel-McCarthy committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    33b3fdd View commit details
    Browse the repository at this point in the history
  5. Update PlugnPlay.md to mention support for Gulp

    Gulp is successfully running with Yarn berry from version 4 and up. This adds it to the compatibility list.
    Yarn may potentially support earlier versions, but the E2E tests succeed for the 4 line, and not 3.91 and below due to varying issues.
    Daniel-McCarthy committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    dd9e888 View commit details
    Browse the repository at this point in the history