├── .gitignore ├── LICENSE ├── README.md └── mobile_testing.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automationhacks/testing-checklists/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automationhacks/testing-checklists/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automationhacks/testing-checklists/HEAD/README.md -------------------------------------------------------------------------------- /mobile_testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automationhacks/testing-checklists/HEAD/mobile_testing.md --------------------------------------------------------------------------------