From 1ed1a6f7e376cbfa6b7abb4df715693ea528d9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Gon=C3=A7alves?= Date: Thu, 9 Jul 2020 21:20:37 -0300 Subject: [PATCH] docs(python): Include free brazilian tutorial (#14533) --- sample-code/python/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sample-code/python/README.md b/sample-code/python/README.md index 2a6321c7f..715e47e64 100644 --- a/sample-code/python/README.md +++ b/sample-code/python/README.md @@ -33,3 +33,13 @@ py.test test/test_ios_selectors.py ### pytest based - Rest of the above + +# Tutorial + +## Portuguese + +The brazilian testing community has a complete and free tutorial teaching from 0 to advanced how to use Appium with Python to do software automation. + +If you can read Portuguese from Brazil, see the tutorial below: + +[Automação de teste de software com Appium e Python - Por Maria Clara Bezerra (Github)](https://github.com/clarabez/appium)