auth0-samples / auth0-aspnetcore-mvc-samples

Auth0 Integration Samples for ASP.NET Core MVC Web Applications
https://auth0.com/docs/quickstart/webapp/aspnet-core
MIT License
152 stars 199 forks source link

Update codeceptjs #87

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

We are using an incorrect docker image that hasn't been updated for 3 years: https://hub.docker.com/r/codeception/codeceptjs

Instead, we should be using https://hub.docker.com/r/codeceptjs/codeceptjs instead.

frederikprijck commented 1 year ago

Marking this as draft as the latest codeceptjs/codeceptjs uses a new major version of codeceptjs which requires changes. We have applied these changes on the chore/update-deps branch for our tests.

Once all samples have been updated and CI succeeds, we will merge the quickstart test changes to master and update this PR.