From 0386947d48200ef0fa1eca40b4393320d7f52239 Mon Sep 17 00:00:00 2001 From: Natalia Venditto Date: Mon, 13 Jan 2025 10:26:36 +0100 Subject: [PATCH] docs: update definition-of-done.md --- docs/development-guidelines/definition-of-done.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development-guidelines/definition-of-done.md b/docs/development-guidelines/definition-of-done.md index e4132b6..f1595ff 100644 --- a/docs/development-guidelines/definition-of-done.md +++ b/docs/development-guidelines/definition-of-done.md @@ -37,6 +37,7 @@ The following checklist must be complete before a template is published - [ ] .devcontainer.json configuration install latest `azd` version - [ ] Infrastructure as code is in place (`/infra` folder where applicable, manifest files or code generators in the case of `Aspire` and similar ) - [ ] Azure services configuration (/azure.yml file) is in place +- [ ] `remoteBuild` is set to `true` to enable cross-platform support, in the [template configuration](https://github.com/Azure-Samples/azd-template-artifacts/blob/main/docs/development-guidelines/template-configuration.md) ## Functional requirements @@ -44,7 +45,7 @@ The following checklist must be complete before a template is published - [ ] GitHub Actions run tasks without errors - [ ] DevContainer has been tested locally and runs - [ ] Codespaces run [locally and in browser] -- [ ] All tests pass +- [ ] Playwright e2e tests are in place, to test the application has been successfully deployed, and all tests pass In the absense of e2e tests, we kindly ask you to make sure that