Add content for testing frameworks (#2274)
* Update cypress.md Added details from official website https://cypress.io/ and https://docs.cypress.io/ * Update 100-appium.md Added details from Official web https://appium.io/ and https://appium.io/docs/en/about-appium/intro/ * Update 100-karate-framework.md Added details from official website : https://www.karatelabs.io/ and documentation from https://github.com/karatelabs/karate * Update 102-espresso.md https://developer.android.com/training/testing/espresso' and https://github.com/android/testing-samples * Update 103-detox.md Added details from official website : https://wix.github.io/Detox/docs/introduction/getting-started and https://wix.github.io/Detox/docs/introduction/getting-started Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2273/head^2
parent
01270f8c0e
commit
408ab9752f
5 changed files with 19 additions and 4 deletions
@ -1 +1,11 @@ |
||||
# Karate framework |
||||
|
||||
Karate is the only open-source tool to combine API test-automation, mocks, performance-testing and even UI automation into a single, unified framework. The BDD syntax popularized by Cucumber is language-neutral, and easy for even non-programmers. Assertions and HTML reports are built-in, and you can run tests in parallel for speed. |
||||
|
||||
There's also a cross-platform stand-alone executable for teams not comfortable with Java. You don't have to compile code. Just write tests in a simple, readable syntax - carefully designed for HTTP, JSON, GraphQL and XML. And you can mix API and UI test-automation within the same test script. |
||||
|
||||
A Java API also exists for those who prefer to programmatically integrate Karate's rich automation and data-assertion capabilities. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.karatelabs.io/'>karate website</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://github.com/karatelabs/karate/blob/master/karate-core/src/test/resources/karate-map.jpg?raw=true'>karate architecture</BadgeLink> |
||||
|
Loading…
Reference in new issue