Bradley Turek

Results 53 comments of Bradley Turek

Okay, I've been trying and trying. I've figured out about [delegates], so: progress. Then I realized that if you call `resolvedConfiguration`, like I was { vvvvvvvvvvvvvvvvvv dependencies = project.configurations.runtime.resolvedConfiguration.resolvedArtifacts directoryToCopyTo...

But then, I happened upon [this thread], which gave the wonderful suggestion of using the [Sync task] instead of the Copy task! > ## Sync > This task is like...

The CopyAppDependenciesTask is really short and sweet, so this shouldn't be too hard, right? I'm a total noob when it comes to groovy, but it seems this might be fixed...

Ooh! Maybe we can solve this using the `default` configuration! Here's [who lead me to that answer](https://stackoverflow.com/a/51837586/5432315).

@nhajratw, I'm not sure, but according to [this guy](https://stackoverflow.com/a/46196758/5432315) > the `default` configuration extendsFrom `runtime`, `runtimeOnly`, `implementation`

I rebased my branch onto the upstream main and then removed the semi-colon and updated the invocation locations. We'll see if the tests pass. (I also dropped the package-lock changes...

After trying a few things and looking at my [original test run](https://github.com/serenity-js/serenity-js/actions/runs/11312462320/job/31459918989#step:8:3317), it seems my Protractor `dragTo` [implementation](https://github.com/serenity-js/serenity-js/pull/2583/commits/723fd1f716d15357d24e1e138f74e71d4e75af0d) _also_ wasn't passing (in addition to the invocation location problems). 🤔

Well, I'm not sure what's up—but I found some clues. In the protractor dragAndDrop API reference, it [says](https://www.protractortest.org/#/api?view=webdriver.WebDriver.prototype.actions) > Mouse actions do not work on Chrome with the HTML5 Drag...

I ran into #70 as well today; it'd be great if this PR could fix that. Is @jasonkarns still the person that should look at this?