All Projects → zebrunner → carina-demo

zebrunner / carina-demo

Licence: Apache-2.0 license
Carina demo project.

Programming Languages

java
68154 projects - #9 most used programming language
Gherkin
971 projects

Projects that are alternatives of or similar to carina-demo

carina
Carina automation framework: Web, Mobile, API, DB etc testing...
Stars: ✭ 652 (+1530%)
Mutual labels:  test, selenium, testing-tools, carina, mybatis, appium
Carina
Carina automation framework: Web, Mobile, API, DB
Stars: ✭ 549 (+1272.5%)
Mutual labels:  test, selenium, testing-tools, mybatis, appium
SHAFT ENGINE
SHAFT is an MIT licensed test automation engine. Powered by best-in-class frameworks like Selenium WebDriver, Appium & RestAssured it provides a wizard-like syntax to increase productivity, and built-in wrappers to eliminate boilerplate code and to ensure your tests are extra stable and your results are extra reliable.
Stars: ✭ 170 (+325%)
Mutual labels:  maven, testing-tools, appium, restassured
mcloud
Mobile farm ecosystem for Android and iOS devices
Stars: ✭ 32 (-20%)
Mutual labels:  tvos, appium, androidtv
java-e2e-test-example
An complete example of a pipeline focusing on API and UI (mobile and web) tests.
Stars: ✭ 18 (-55%)
Mutual labels:  selenium, appium, restassured
api-test
🌿 A simple bash script to test JSON API from terminal in a structured and organized way.
Stars: ✭ 53 (+32.5%)
Mutual labels:  test, testing-tools
Telegraf-Test
Telegraf Test - Simple Test ToolKit of Telegram Bots
Stars: ✭ 22 (-45%)
Mutual labels:  test, testing-tools
SeleniumDemo
Selenium automation test framework
Stars: ✭ 84 (+110%)
Mutual labels:  maven, selenium
sushi
The SUSHI test case generator
Stars: ✭ 19 (-52.5%)
Mutual labels:  test, testing-tools
Orion-Stress-Tester
A simple, efficient and accurate stress tester, support HTTP, WebSocket and TCP
Stars: ✭ 32 (-20%)
Mutual labels:  test, testing-tools
Selenium-Foundation
Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Stars: ✭ 51 (+27.5%)
Mutual labels:  selenium, appium
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-50%)
Mutual labels:  test, testing-tools
eaf-linter
🤪 A linter, prettier, and test suite that does everything as-simple-as-possible.
Stars: ✭ 17 (-57.5%)
Mutual labels:  test, testing-tools
generator-react-jest-tests
A React Jest test generator. Generates snapshot tests for React components.
Stars: ✭ 34 (-15%)
Mutual labels:  test, testing-tools
extensiveautomation-server
Extensive Automation server
Stars: ✭ 19 (-52.5%)
Mutual labels:  selenium, testing-tools
MasterAppiumFramework
Automation Testing | Mobile | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file
Stars: ✭ 27 (-32.5%)
Mutual labels:  maven, appium
IO-TESTER
A functional test framework
Stars: ✭ 32 (-20%)
Mutual labels:  test, testing-tools
xray-action
... a GitHub action to import test results into "Xray" - A complete Test Management tool for Jira.
Stars: ✭ 16 (-60%)
Mutual labels:  test, testing-tools
java-opensdk
TestProject Java OpenSDK
Stars: ✭ 45 (+12.5%)
Mutual labels:  selenium, appium
autotest-framework
UI自动化测试框架,支持APP、Web、HTML5三端, 基于SpringBoot框架, 采用Page Object设计模式,基于 TestNG 测试框架构建测试用例,支持消息通知、失败截屏、HTTP 报告、并发执行等特性
Stars: ✭ 98 (+145%)
Mutual labels:  selenium, appium

Getting started

Import to Eclipse

If generation is successfully complete, you would see a new project folder with a name equal to the artifactId attribute specified during generation, so navigate to that folder (where pom.xml is located) and execute the following Maven task:

mvn clean eclipse:eclipse

By executing this command, Maven should resolve all dependencies, downloading required libraries to your local repository and generating Eclipse classpath. Before importing new project to Eclipse, you should link your IDE to your Maven repository by executing the following task:

mvn -Dworkspace=<path_to_workspace> eclipse:configure-workspace

Here you have to specify the absolute path to the Eclipse workspace. After that, restart Eclipse IDE. Now you can import generated projects such as "Existing Java Project" into Eclipse IDE. Generate Eclipse workspace using command:

mvn clean eclipse:eclipse

Run tests

mvn clean test -Dsuite=api
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].