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

Implement preprocess option in the testling field #62

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarruda
Copy link

@tarruda tarruda commented Jan 8, 2014

This option should make simple perform complex transformations in the bundle for testling. For example:

{
  "testling": {
    "preprocess": {
      "command": "./bundle.sh",
      "args": ["arg1", "arg2"]
    }
  }
}

Let preprocess field be specified as string

Add documentation to the preprocess option
@tarruda
Copy link
Author

tarruda commented Jan 8, 2014

If you want I can squash everything into a single commit

@tarruda tarruda mentioned this pull request Jan 8, 2014
@ljharb

This comment has been minimized.

@tarruda

This comment has been minimized.

@ljharb
Copy link
Collaborator

ljharb commented Jan 10, 2020

Looks like #85 added the preprocess option; i'll rebase this and retain what i can.

@ljharb
Copy link
Collaborator

ljharb commented Jan 10, 2020

@tarruda i've rebased this; and i know it's been many years since you made the PR :-) I just took over this package and don't yet have full context. Can you help me understand what changes remain, and how they could be tested and made to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants