Azure-Samples / aks-store-demo

Sample microservices app for AKS demos, tutorials, and experiments
MIT License
136 stars 216 forks source link

Azd support and prepare playwright for testing store front too. #109

Closed smurawski closed 6 months ago

smurawski commented 6 months ago

Purpose

Add windows support for azd.

Move baseURL configuration for playwright to more easily support testing store front as well as store admin.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

from Windows:

git clone
azd up 

Fixes #99