Script for automated tests in ckeditor5-dev-tests
package does not exclude ignored paths on Windows
#17797
Labels
package:dev
squad:platform
Issue to be handled by the Platform team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
yarn run test -f enter
.build/.automated-tests/entry-point.js
.✔️ Expected result
There should be no ignored paths.
❌ Actual result
The entry point file contains ignored paths to manual tests:
❓ Possible solution
The
minimatch
package requires using forward-slashes in glob expressions.See https://github.com/ckeditor/ckeditor5-dev/blob/a4da6c2f147e3b895473233cf4ef61d1da173075/packages/ckeditor5-dev-tests/lib/tasks/runautomatedtests.js#L88.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: