Giter VIP home page Giter VIP logo

Comments (3)

axemclion avatar axemclion commented on May 26, 2024

@jstayton Is the format you propose - browser version : opereating system version ? it may be harder to find matching versions. Would it not be confusing ?

from grunt-saucelabs.

jstayton avatar jstayton commented on May 26, 2024

@axemclion Yes, the object looks like this:

{
  'chrome': {
    '*': ['Windows 2008', 'Mac 10.8', 'Linux']
  },
  'firefox': {
    '3.6': 'Windows 2012',
    '*': ['Windows 2012', 'Mac 10.6', 'Linux']
  },
  'internet explorer': {
    '6': 'Windows 2003',
    '7': 'Windows 2003',
    '8': 'Windows 2003',
    '9': 'Windows 2008',
    '10': 'Windows 2012'
  },
  'ipad': {
    '5.1': 'Mac 10.8',
    '6': 'Mac 10.8'
  },
  'iphone': {
    '5.1': 'Mac 10.8',
    '6': 'Mac 10.8'
  },
  'opera': {
    '11': 'Windows 2008',
    '12': ['Windows 2008', 'Linux']
  },
  'safari': {
    '5': ['Windows 2008', 'Mac 10.6'],
    '6': 'Mac 10.8'
  }
}

I think that's pretty easy to see what browsers and versions are being tested.

from grunt-saucelabs.

Jonahss avatar Jonahss commented on May 26, 2024

For now, it's simpler to keep the format closer to the actual desired_capabilities object sent to sauce (and used by JSONwire protocol).

You were able to write your own helper function, so unless the most common usecase is similar to yours....

from grunt-saucelabs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.