Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxschmitt/azure-container-apps-playwright-demo
Azure Container Apps Playwright example.
https://github.com/mxschmitt/azure-container-apps-playwright-demo
azure container docker github-actions playwright
Last synced: 5 days ago
JSON representation
Azure Container Apps Playwright example.
- Host: GitHub
- URL: https://github.com/mxschmitt/azure-container-apps-playwright-demo
- Owner: mxschmitt
- Created: 2021-11-03T09:38:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T10:26:20.000Z (over 3 years ago)
- Last Synced: 2024-12-07T06:27:13.545Z (2 months ago)
- Topics: azure, container, docker, github-actions, playwright
- Language: HTML
- Homepage: https://playwright-example.greendesert-dd19559d.northeurope.azurecontainerapps.io/
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright on Azure Container Apps
This example demonstrates a CI/CD configurationn to Azure Container Apps via GitHub Actions.
The container gets built and deployed to Azure Container instances on every commit to the `master` branch.
For demonstration purposes, [Playwright's Docker image](https://playwright.dev/docs/docker) is used
to launch browsers and return its screenshot to the frontend. The actual image which gets built inside GitHub Actions
gets pushed to the Azure Container Registry.For further reference, see here:
- https://azure.microsoft.com/en-us/services/container-apps/
- https://azure.microsoft.com/en-us/services/container-registry/
- https://playwright.dev/docs/docker