Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use 'a' tag for table links #2223

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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