Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-29329

nuxeo-web-ui-ftest does not find feature files

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 11.1
    • Fix Version/s: 10.10-HF30, 11.2, 2021.0
    • Component/s: Web UI

      Description

      this code seems incorrect

        const separator = args.specs.lastIndexOf('/');
        const files = Finder.from(args.specs.substring(0, separator)).findFiles(args.specs.substring(separator));
      

      If the arg.specs value is the default value ./features/*.feature, the findFiles parameter is /*.feature

      This doesn't work on MS windows. *.feature however works fine

       

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: