You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitexpect(home.heroTitle).toHaveText('Mock and Take Control of APIs You Don’t Own')
7
-
awaitexpect(home.heroDescription).toHaveText(`Build better software by mocking external APIs and testing without dependencies.Free, open-source, and under your control — your data is yours.`)
6
+
awaitexpect(home.heroTitle).toHaveText('Mock APIs. Test Faster. Ship Better.')
7
+
awaitexpect(home.heroDescription).toHaveText(`Test without external dependencies and build more reliable software.Free, open-source, and fully under your control.`)
Copy file name to clipboardExpand all lines: webui/src/views/Home.vue
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ import Footer from '@/components/Footer.vue'
4
4
import { ref, onMounted } from'vue'
5
5
import { Modal } from'bootstrap'
6
6
7
-
const title ='Mock APIs with Realistic Data | Mokapi Open Source Tool'
8
-
const description =`Mokapi is a developer-friendly open-source API mocking tool that allows you to prototype, test, and demonstrate APIs using realistic data scenarios.`
7
+
const title ='Mock APIs with Realistic Test Data | Mokapi – Open-Source API Mocking Tool'
8
+
const description =`Mock any external API and test without real dependencies. Mokapi is free, open-source, and build for realistic, spec-driven test data.`
<pclass="lead description">Build better software by mocking external APIs and testing without dependencies.<br/><b>Free</b>, <b>open-source</b>, and under your control — your data is yours.</p>
48
+
<pclass="lead description">Test without external dependencies and build more reliable software.<br/><b>Free</b>, <b>open-source</b>, and fully under your control.</p>
0 commit comments