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

When using screenWidth and there's a regression, only one image is uploaded #16

Open
amitaibu opened this issue Jul 29, 2015 · 0 comments

Comments

@amitaibu
Copy link
Member

However, all regression images should be uploaded

  it('should show start page',function(done) {
    client
      .url(baseUrl + '/start')
      .webdrivercss(testName + '.start', {
        name: '1',
        exclude:
          [
            '.narrow-box ul.flat',
            '.get-started.documentation img'
          ],
        screenWidth: selectedCaps == 'chrome' ? [640, 960, 1200] : undefined, // <-- this property
      }, shoovWebdrivercss.processResults)
      .call(done);
  });
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

1 participant