diff --git a/docs/testing/tools.mdx b/docs/testing/tools.mdx index 2b1c163..6501497 100644 --- a/docs/testing/tools.mdx +++ b/docs/testing/tools.mdx @@ -4,6 +4,7 @@ description: 'Frameworks o herramientas para testing' contributors: - github_username: 'nsdonato' + - github_username: 'charlyautomatiza' submenu: - imgPlaceholder: 'Testing Library' @@ -60,4 +61,81 @@ submenu: height: 80 width: 100 videos: [] + + - imgPlaceholder: 'WebdriverIO' + titleCard: 'WebdriverIO' + links: + - type: 'Web' + url: 'https://webdriver.io/' + cover: + src: '/testing/webdriverio.svg' + height: 80 + width: 100 + videos: [] + + - imgPlaceholder: 'Pytest' + titleCard: 'Pytest' + links: + - type: 'Web' + url: 'https://docs.pytest.org/' + cover: + src: '/testing/pytest.svg' + height: 80 + width: 100 + videos: [] + + - imgPlaceholder: 'Karate DSL' + titleCard: 'Karate DSL' + links: + - type: 'Web' + url: 'https://www.karatelabs.io/' + cover: + src: '/testing/karate.svg' + height: 80 + width: 100 + videos: [] + + - imgPlaceholder: 'Postman' + titleCard: 'Postman' + links: + - type: 'Web' + url: 'https://www.postman.com/' + cover: + src: '/testing/postman.svg' + height: 80 + width: 100 + videos: [] + + - imgPlaceholder: 'Insomnia' + titleCard: 'Insomnia' + links: + - type: 'Web' + url: 'https://insomnia.rest/' + cover: + src: '/testing/insomnia.svg' + height: 80 + width: 100 + videos: [] + + - imgPlaceholder: 'K6' + titleCard: 'K6' + links: + - type: 'Web' + url: 'https://k6.io/' + cover: + src: '/testing/k6.svg' + height: 80 + width: 100 + videos: [] + + - imgPlaceholder: 'JMeter' + titleCard: 'JMeter' + links: + - type: 'Web' + url: 'https://jmeter.apache.org/' + cover: + src: '/testing/jmeter.svg' + height: 80 + width: 100 + videos: [] --- diff --git a/public/testing/insomnia.svg b/public/testing/insomnia.svg new file mode 100644 index 0000000..1465fd0 --- /dev/null +++ b/public/testing/insomnia.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/testing/jmeter.svg b/public/testing/jmeter.svg new file mode 100644 index 0000000..6aab1b2 --- /dev/null +++ b/public/testing/jmeter.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/testing/k6.svg b/public/testing/k6.svg new file mode 100644 index 0000000..399c744 --- /dev/null +++ b/public/testing/k6.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/testing/karate.svg b/public/testing/karate.svg new file mode 100644 index 0000000..2dc35c5 --- /dev/null +++ b/public/testing/karate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/testing/postman.svg b/public/testing/postman.svg new file mode 100644 index 0000000..fe86c55 --- /dev/null +++ b/public/testing/postman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/testing/pytest.svg b/public/testing/pytest.svg new file mode 100644 index 0000000..e05ceb1 --- /dev/null +++ b/public/testing/pytest.svg @@ -0,0 +1,29 @@ + + + + + diff --git a/public/testing/webdriverio.svg b/public/testing/webdriverio.svg new file mode 100644 index 0000000..8cfae1d --- /dev/null +++ b/public/testing/webdriverio.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file