Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate deployments with a job file
In suite was added deployment and destroy tests. Now suite will work with next sequence: 1. Run deploy test 2. API tests 3. WEB tests 4. Destroy test It means have some logic: If deploy test is passed > start run API tests, if they passed > start run WEB test > and finaly regardless of the result of API & WEB tests, will run destroy test.
- Loading branch information