Adam Ross

Results 109 comments of Adam Ross

At the time I filed this, the code snippet above was not present in the Dockerfile. Have you tried a docker pull to see if the change has propagated to...

Here is the project: https://github.com/phase2/docker-pa11y The current master branch is likely broken, this PR needs a bit more testing but better reflects what you would mimic: https://github.com/phase2/docker-pa11y/pull/8

That's great news! The next step is to create an e2e test that publishes a message to a Pub/Sub topic to which this sample is subscribed, then check the expected...

That's great news! The next step is to create an e2e test that publishes a message to a pub/sub topic, then pull logs to compare expected output from the service.

Hello jankrynauw, Thanks for the issue and coding up a proposed improvement, that is very generous with your time. To ensure I understand what you're saying, you think this code...

I've combined them without noticing a problem. I perform Drupal operations via the DrupalContext, and retrieve via the RestContext/JsonContext. In some cases, I've created custom steps using cross-context requests.

I looked into doing so, but I couldn't figure out how to inject the constructor arguments into my subclass of JsonContext. Is there a recommended means to override the step?...

I also encountered this problem. `functions logs read` gave me the following output: ``` TypeError: Path must be a string. Received undefined at assertPath (path.js:7:11) at Object.join (path.js:1218:7) at Object.readLogLines...

Is the goal having a single port, or having an easy way to spin up multiple functions without port conflicts? Much simpler than a proxy would be a script that...

This is surfacing bugs in the package command for Drupal 8, which we already know is badly broken. Going to play with this some more but will probably merge as...