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

Batch proccessing #12

Open
jonmunm opened this issue Jan 6, 2017 · 1 comment
Open

Batch proccessing #12

jonmunm opened this issue Jan 6, 2017 · 1 comment

Comments

@jonmunm
Copy link

jonmunm commented Jan 6, 2017

Hi everyone,

First of all, excellent work with CDV. I have two questions:

  1. Is there a way to execute all test at once, without click each of them??
  2. How can I disable the Alert dialog box on executed test?? That is, I only want to see the result text in the main grid.
  3. Does CDV have a rest API??

Best regards,

Jonathan

@pamval
Copy link
Contributor

pamval commented Jan 11, 2017

hey. thanks.

Regarding your questions:

  1. Batch execution of the tests is usually done using the scheduler functions in CDV.
  2. No, there's no way to do that.
  3. There's an API: https://github.com/webdetails/cdv/blob/master/cdv-pentaho5/src/pt/webdetails/cdv/api/CdvApi.java but it is not well documented. If you dig into the code, you'll probably figure out the right arguments for executing a test from the command line (or just take a look at the network console when you execute a test from the UI, the parameters should be few and simple).

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

No branches or pull requests

2 participants