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

Fix test failures on windows #313

Closed
wants to merge 10 commits into from
Closed

Fix test failures on windows #313

wants to merge 10 commits into from

Commits on Sep 4, 2021

  1. Fix test failures on windows

    The "npm" executable can not be found on windows. Using "npm.cmd" instead of "npm" fixes the tests.
    
     - Added two constants for *nix and windows executables and use the fitting one after running an os detection.
     - Tests adjusted to reflect the npm command string change.
    
    Fix jhipster#312
    nomuna committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    7e3a15a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Fix test failures on windows

    - hard coded, os specific path string replaced with os-independent version
      in GeneratorService and GeneratorServiceTest
    - removed unused imports in GeneratorServiceTest
    nomuna committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    faf455c View commit details
    Browse the repository at this point in the history
  2. Fix test failures on windows

    - extended ApplicationProperties for npm process configuration
    - the default value for tempDir in ApplicationProperties is the OS spec. temporary folder
    - removed OS detection code from JHipsterService
    - OS detection and npm path adjustment done to ApplicationProperties before each test
    nomuna committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b99ddfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02589e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    917f677 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    3fdcc1c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    74f97b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    9dc4273 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    3ce5a9a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    7cfbfeb View commit details
    Browse the repository at this point in the history