Skip to content

Commit

Permalink
feat: ✨ herramientas de testing (#63)
Browse files Browse the repository at this point in the history
* feat: ✨ herramientas de testing

* feat: ✨ herramientas de testing

---------

Co-authored-by: Noelia <[email protected]>
  • Loading branch information
charlyautomatiza and nsdonato authored Feb 4, 2024
1 parent 2ac089c commit 8b0d8f4
Show file tree
Hide file tree
Showing 8 changed files with 224 additions and 0 deletions.
78 changes: 78 additions & 0 deletions docs/testing/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: 'Frameworks o herramientas para testing'

contributors:
- github_username: 'nsdonato'
- github_username: 'charlyautomatiza'

submenu:
- imgPlaceholder: 'Testing Library'
Expand Down Expand Up @@ -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: []
---
14 changes: 14 additions & 0 deletions public/testing/insomnia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions public/testing/jmeter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/testing/k6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/testing/karate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8b0d8f4

Please sign in to comment.