taskworld / test-bed

:factory: Development test runner for webpack to improve TDD experience. Runs only specs affected by code change. Serve test files from memory. For large project with hundreds of test files.
33 stars 5 forks source link

Pass in webpack config file via command line parameter #6

Closed lukastaegert closed 8 years ago

lukastaegert commented 8 years ago

@dtinth This is an improved version of my previous pull request #4 using yargs as you recommended.

In order to use different configurations within the same project, this pull request enables the specification of a config file via a --config command line option.

Possible use cases:

@gkawin this should also fix #5 .

lukastaegert commented 8 years ago

Any news?

lukastaegert commented 8 years ago

@dtinth Some - any - feedback would be nice (such as: we currently have no resources to look into this, or: this will never be implemented, or basically anything)

lukastaegert commented 8 years ago

@dtinth just a reminder, this pull request would still be highly appreciated

dtinth commented 8 years ago

Thanks a lot for the reminder — and the PR.

I’m so sorry for leaving this PR unupdated. I miss a lot of updates on GitHub recently. 😭 I apologize if I made you feel that your contributions are neglected. Sorry again T_T

I’ll review them shortly.

dtinth commented 8 years ago

I tested with our internal codebase and it works!

I’ll merge it and release a new version then.

Thank you for being patient with me.

dtinth commented 8 years ago

Released test-bed@0.7.0 🎉

lukastaegert commented 8 years ago

No problem, thanks 👍🏼