GithubHelp home page GithubHelp logo

Comments (5)

isc-aray avatar isc-aray commented on June 18, 2024 1

I'm not allowed to have public repositories due to company policy, so thanks for nothing. That's what you get for free, I guess, but what a way to treat people who are trying to help!

from webdriverio.

wdio-bot avatar wdio-bot commented on June 18, 2024

Thanks for raising this issue 🙏

Unfortunately we can't help you without a reproducible example in this matter. Please read our contributing guidelines on how to create a reproducible example. If you can't provide a reproducible example we will close this issue in 7 days.

If you have any questions please reach out to us on our Discord channel. We are happy to help you out there.

from webdriverio.

christian-bromann avatar christian-bromann commented on June 18, 2024

I am not sure why you get so upset about this process! We kindly ask to provide a reproducible example as we maintainers can't spend hours of our time to try to reproduce something that you have already on your machine. Your issue is therefor no help because we can't prove on our side if this is related to WebdriverIO or a user error. If your company doesn't allow you to create code repositories on your account, that is not the projects issue and a problem of your company.

from webdriverio.

isc-aray avatar isc-aray commented on June 18, 2024

I'm sorry, that was unprofessional, and much harsher than I should have been. I appreciate the need to reproduce the issue, but I find that the guidelines ask too much of someone reporting a bug, and far more than other open source tools that we use. You will, I hope, understand that I am not paid to help with software not produced by the company, and any code that I write as part of my employment belongs to my employer, and so I cannot share it publicly without permission from our legal department. I thought it would be helpful to draw attention to a bug that I encountered which nobody else seems to have reported, but if that sort of interaction is not appreciated, I will refrain in the future.

from webdriverio.

christian-bromann avatar christian-bromann commented on June 18, 2024

but I find that the guidelines ask too much of someone reporting a bug, and far more than other open source tools that we use.

Something that would work is just share code here in GitHub. For example I tried to reproduce this with this test:

import { browser, $$ } from '@wdio/globals'

describe('My Login application', () => {
    it('should login with valid credentials', async () => {
        await browser.url(`https://the-internet.herokuapp.com/login`)
        await $$('[data-cy="list"]')[123].$('[data-cy="new-card"]').click()
    })
})

this fails correctly with Index out of bounds! $$([data-cy="list"]) returned only 0 elements.. At this point I can't do any further investigations as I have no clue what circumstances were causing this bug to be thrown.

You will, I hope, understand that I am not paid to help with software not produced by the company, and any code that I write as part of my employment belongs to my employer, and so I cannot share it publicly without permission from our legal department.

You have shared code snippets above so it should be possible to share code snippets that reproduce the problem on an arbitrary public website. People that contribute to this project aren't paid either. Your company should have an interest to allow you to interact with Open Source projects in a meaningful way or should abstain from using Open Source completely.

I thought it would be helpful to draw attention to a bug that I encountered which nobody else seems to have reported, but if that sort of interaction is not appreciated, I will refrain in the future.

We appreciate your contribution to the project. If however the problem can not be explained with a reproducible example, it is not of much value for the folks maintaining the project.

from webdriverio.

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.