Skip to content

Commit

Permalink
Merge pull request #2223 from zebrunner/#2205
Browse files Browse the repository at this point in the history
 use 'a' tag for table links
  • Loading branch information
vdelendik committed Jul 25, 2023
2 parents b5cd8f9 + a114188 commit df7b7fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,39 @@ The Carina Framework ecosystem consists of the following modules:
<th>Description</th>
</tr>
<tr>
<td>[Carina API](https://github.com/zebrunner/carina-api)</td>
<td><a href="https://github.com/zebrunner/carina-api">Carina API</a></td>
<td>For API testing, based on RestAssured library. <b>Optional</b></td>
</tr>
<tr>
<td>[Carina AWS S3](https://github.com/zebrunner/carina-aws-s3)</td>
<td><a href="https://github.com/zebrunner/carina-aws-s3">Carina AWS S3</a></td>
<td>A set of utilities for working with Amazon S3. <b>Optional</b></td>
</tr>
<tr>
<td>[Carina Azure](https://github.com/zebrunner/carina-azure)</td>
<td><a href="https://github.com/zebrunner/carina-azure">Carina Azure</a></td>
<td>A set of utilities for working with Azure. <b>Optional</b></td>
</tr>
<tr>
<td>[Carina AppCenter](https://github.com/zebrunner/carina-appcenter)</td>
<td><a href="https://github.com/zebrunner/carina-appcenter">Carina AppCenter</a></td>
<td>A set of utilities for working with AppCenter. <b>Optional</b></td>
</tr>
<tr>
<td>[Carina DataProvider](https://github.com/zebrunner/carina-dataprovider)</td>
<td><a href="https://github.com/zebrunner/carina-dataprovider">Carina DataProvider</a></td>
<td>Provides the ability to use xls/csv as data sources. <b>Optional</b></td>
</tr>
<tr>
<td>[Carina WebDriver](https://github.com/zebrunner/carina-webdriver)</td>
<td><a href="https://github.com/zebrunner/carina-webdriver">Carina WebDriver</a></td>
<td>Contains logic for creating sessions. <b>Part of Carina Core</b></td>
</tr>
<tr>
<td>[Carina Utils](https://github.com/zebrunner/carina-utils)</td>
<td><a href="https://github.com/zebrunner/carina-utils">Carina Utils</a></td>
<td>Provides a set of tools for all components of Carina Framework. <b>Part of Carina Core</b></td>
</tr>
<tr>
<td>[Carina Commons](https://github.com/zebrunner/carina-commons)</td>
<td><a href="https://github.com/zebrunner/carina-commons">Carina Commons</a></td>
<td>Contains interfaces for pluggable dependencies (e.g. carina-azure). <b>Part of Carina Core</b></td>
</tr>
<tr>
<td>[Carina Crypto](https://github.com/zebrunner/carina-crypto)</td>
<td><a href="https://github.com/zebrunner/carina-crypto">Carina Crypto</a></td>
<td>Contains utilities for encryption/decryption. <b>Part of Carina Core</b></td>
</tr>
</table>
Expand Down

0 comments on commit df7b7fe

Please sign in to comment.