#e2e

10 tweets

Replying to @coderbyheart

This is a great example of why I like #BDD #e2e tests and how they support
refactoring: the only thing that changed (while refactoring the entire data
storage solution) was the query language part, the result, and tested scenarios
stayed the same.
Embedded Photo

Progress in the right direction: #e2e tests now running for
@bifravst on
@github actions against @azure.

I am still not able to test that setting up the entire solution works from a
blank account, but at least I can verify that updating an existing one does not
break it.
Embedded Photo

#e2e test for @bifravst on
@Azure are getting somewhere ... however every day
brings new hurdles. Today I discovered that I can't programmatically
authenticate users against Azure AD B2C using the same function app, because it
can only have one Issuer Url configured for auth.
Embedded Photo

Replying to @coderbyheart

So this is fine for CI #e2e test, but you it means you can't easily run these
test against a development instance. :/

Also, the Issuer URL has a different value for developer generated tokens. Which
means a different config in prod vs. test. 🤕