google-cloud icon indicating copy to clipboard operation
google-cloud copied to clipboard

Make demo and tests work on GitHub pages

Open addyosmani opened this issue 11 years ago • 3 comments

I was going to try releasing a new version of the element, but was unable to verify that the demo works when I tried it locally. @marcacohen do you think you might have a chance to look at this?

addyosmani avatar Sep 01 '14 20:09 addyosmani

I tested it yesterday. It works but require you to supply credentials and a GCP project ID.

I'm thinking about a demo and tests where the actual API calls to GCP are stubbed using a Service Worker. Need to prototype a bit. I'm going to use this issue as the progress tracker.

x1ddos avatar Dec 17 '14 13:12 x1ddos

I'm still on leave through first week of Jan. I'll take a look at this when I get back on 5 Jan, though it sounds like Alex already has a plan. I'll synch with him on early Jan.

On Wed, Dec 17, 2014 at 1:51 PM, alex [email protected] wrote:

I tested it yesterday. It works but require you to supply credentials and a GCP project ID.

I'm thinking about a demo and tests where I the actual API calls to GCP are stubbed using a Service Worker. Need to prototype a bit. I'm going to use this issue as the progress tracker.

— Reply to this email directly or view it on GitHub https://github.com/GoogleWebComponents/google-cloud/issues/10#issuecomment-67324299 .

Marc Cohen [email protected] [email protected] http://about.me/marc1

mco-gh avatar Dec 18 '14 17:12 mco-gh

I've ported beacon-send to Polymer 1.0. @ebidel, @marcacohen and me think we might be able to use it as a self-cleanup mechanism in some end2end tests.

As for the demo, I'm thinking to create a special one which would include authentication, so that:

  • any resource creation will be billed to the authenticated user trying the demo
  • it'll work in github pages

x1ddos avatar Jun 17 '15 10:06 x1ddos