Skip to content

Commit

Permalink
Updated documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish authored and Ashish committed Aug 18, 2024
1 parent 06f3802 commit 256ca05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IDE/src/main/java/com/ing/ide/main/ui/AboutUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void initComponents() {
jTextPane1.setEditable(false);
jTextPane1.setContentType("text/html"); // NOI18N
jTextPane1.setFont(new java.awt.Font("sansserif", 0, 13)); // NOI18N
jTextPane1.setText("<html> <body> INGenious is a scriptless test automation platform that provides a unified interface for all the \"day-to-day\" test automation activities such as test design, test development, test execution, reporting and maintenance <p>Visit <a href=\"https://theforge.ing.net/product/239813/documentation/latest/index\">INGenious ING Forge Page</a>&nbsp;for more details</p> </body> </html>");
jTextPane1.setText("<html> <body> INGenious is a test automation platform that provides a unified interface for all the \"day-to-day\" test automation activities such as test design, test development, test execution, reporting and maintenance <p>Visit <a href=\"https://ing-bank.github.io/ingenious-doc/\">INGenious Documentation</a>&nbsp;for more details</p> </body> </html>");
jScrollPane3.setViewportView(jTextPane1);

jPanel4.add(jScrollPane3, java.awt.BorderLayout.CENTER);
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# INGenious Playwright Studio - Test Automation for Everyone

[![Build INGenious Source Code](https://github.com/ing-bank/INGenious/actions/workflows/maven.yml/badge.svg)](https://github.com/ing-bank/INGenious/actions/workflows/maven.yml)

![Static Badge](https://img.shields.io/badge/Version-1.0-%23FF6200)

--------------------------------------------------------------------
Expand All @@ -12,7 +11,7 @@

Developed and perfected by <span style="color:#FF6200;width:100px">**ING Bank**</span> for over 4 years of real-world usage, **INGenious** is now open-source and available to everyone. Designed to simplify and streamline test automation, this robust solution empowers teams of all sizes to achieve efficient, high-quality testing. By joining the global testing community, ING aims to collaborate, innovate, and elevate automated testing together.

> [!NOTE About INGenious]
> [!NOTE]
> It provides an easy and simple way to create highly reliable automated tests. It leverages the power of __Playwright-Java__ and combines it with a user-friendly IDE which makes it a highly effective solution.
> The idea behind INGenious is to enable engineers, business analysts and even non-technical stakeholders to design high quality automated tests which focus on the business goals, without them having to worry about coding.
Expand Down Expand Up @@ -90,12 +89,13 @@ Developed and perfected by <span style="color:#FF6200;width:100px">**ING Bank**<

INGenious will also cater to the following types of testing. Currently, these are in the beta-testing stage in ING.

<div class="grid cards" markdown>

- :iphone: __Mobile App__ testing
- :open_file_folder: __Database__ testing

</div>
:iphone: __Mobile App__ testing

:open_file_folder: __Database__ testing




--------
Expand Down

0 comments on commit 256ca05

Please sign in to comment.