├── .github └── workflows │ └── ci.yaml ├── LICENSE.md └── README.md /.github/workflows/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romsper/testing-basic-automation-frameworks/HEAD/.github/workflows/ci.yaml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romsper/testing-basic-automation-frameworks/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romsper/testing-basic-automation-frameworks/HEAD/README.md --------------------------------------------------------------------------------