Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Parameterize runner to use custom test #16

Open
vikki opened this issue Nov 11, 2015 · 2 comments
Open

Parameterize runner to use custom test #16

vikki opened this issue Nov 11, 2015 · 2 comments

Comments

@vikki
Copy link

vikki commented Nov 11, 2015

I wondered if there were plans to build in support to run custom tests? I was considering forking the project to add my own tests (by tests I mean modules that would run instead of "scroll" or "load") but I think its fairly simple to extend the project to accept modules via the CLI so wondered if that was something you'd planned in, or for which you'd accept a PR?

I was thinking of something like either extending the "test" flag to accept a path to a module, instead of just the names of the existing ones, or else a separate flag. Either way that would then replace the testPath variable that ends up being passed into flow via the steps array - something like that? Sorry if I've missed this and it already exists BTW!

Thanks!

@paullewis
Copy link
Contributor

It's something I'm planning, yes. Very much on my list is to break the runner out to its own repo, and then have you create your own test and npm install the runner, and off you go. Just give me a little time, and I'll ship it 👍

@axemclion
Copy link

Browser-perf collects similar metrics, and here is how I implemented the way to run custom actions - link

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

No branches or pull requests

3 participants