mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 07:33:30 +01:00
Is it legal to be used for Automated testing? #592
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZhouZhengCarlos on GitHub (Jun 6, 2024).
Hi I'm a QA engineer, I'm working for a company. We have some test automation scripts that run in Chromium and WebKit, but we faced with an issue with the Webkit executions, they tend to be flaky with erros such as browser crashed. We did some tests on a macOS machine and we concluded that WebKit works smoothly in macOS.
So we tried Docker OSX and it worked same as the macOS machine. We had a legal concern if we are able to use this image for automation testing for our site in CI/CD such as a container instance in cloud.
@Mik4sa commented on GitHub (Mar 26, 2025):
@ZhouZhengCarlos Have you ever found an answer to this?
@ZhouZhengCarlos commented on GitHub (Mar 26, 2025):
Nothing, I dropped this approach. I'm currently running my test on a real macOS machine