All Projects → apache → skywalking-infra-e2e

apache / skywalking-infra-e2e

Licence: Apache-2.0 License
Apache SkyWalking Infra E2E

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to skywalking-infra-e2e

Tib
Easy e2e browser testing in Node
Stars: ✭ 64 (+113.33%)
Mutual labels:  test, e2e
Cypress Svelte Unit Test
Unit testing Svelte components in Cypress E2E test runner
Stars: ✭ 110 (+266.67%)
Mutual labels:  test, e2e
angular-webpack-skeleton
This project is deprecated. Please refer to https://github.com/Ks89/angular-cli-skeleton
Stars: ✭ 16 (-46.67%)
Mutual labels:  test, e2e
alexa-skill-clean-code-template
Alexa Skill Template with clean code (eslint, sonar), testing (unit tests, e2e), multi-language, Alexa Presentation Language (APL) and In-Skill Purchases (ISP) support. Updated to ASK-CLI V2.
Stars: ✭ 34 (+13.33%)
Mutual labels:  test, e2e
jest-retry
Jest retry pattern for flaky E2E tests
Stars: ✭ 36 (+20%)
Mutual labels:  test, e2e
Javascript Testing Best Practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)
Stars: ✭ 13,976 (+46486.67%)
Mutual labels:  test, e2e
Testcafe
A Node.js tool to automate end-to-end web testing.
Stars: ✭ 9,176 (+30486.67%)
Mutual labels:  test, e2e
very good performance
Utility on top of the Flutter Driver API that facilitates measuring the performance of your app in an automated way created by Very Good Ventures 🦄
Stars: ✭ 78 (+160%)
Mutual labels:  test, e2e
Zb
an opinionated repo based tool for linting, testing and building go source
Stars: ✭ 111 (+270%)
Mutual labels:  tools, test
Mimic
Seamless client side mocking
Stars: ✭ 380 (+1166.67%)
Mutual labels:  tools, test
cypress-maildev
Cypress Maildev is a bunch of Cypress commands in order to test your messages (SMS and Emails) by using Maildev REST API.
Stars: ✭ 19 (-36.67%)
Mutual labels:  test, e2e
angular-cli-skeleton
angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.
Stars: ✭ 32 (+6.67%)
Mutual labels:  test, e2e
elm-html-test
Test elm-html in Elm!
Stars: ✭ 68 (+126.67%)
Mutual labels:  test
bundle-inspector-webpack-plugin
Bundle Inspector | Analysis Tool for Webpack
Stars: ✭ 19 (-36.67%)
Mutual labels:  tools
prjxray-db
Project X-Ray Database: XC7 Series
Stars: ✭ 52 (+73.33%)
Mutual labels:  tools
Example
Example collections of PocoAndroid, Unity3d demo game and etc...
Stars: ✭ 17 (-43.33%)
Mutual labels:  test
ai-brain-extensions-for-topdown-engine
This project is a set of extensions for the Unity3D TopDown Engine by MoreMountains.
Stars: ✭ 23 (-23.33%)
Mutual labels:  tools
Photoshop-Javascript-Tools
Utility scripts to speed up daily photoshopping and automate annoying tasks
Stars: ✭ 35 (+16.67%)
Mutual labels:  tools
FisherMan
CLI program that collects information from facebook user profiles via Selenium.
Stars: ✭ 117 (+290%)
Mutual labels:  tools
LSAdditions
The Category of Commonly used controls and you can create a control quickly(Object, Control ...)
Stars: ✭ 15 (-50%)
Mutual labels:  tools

SkyWalking Infra E2E

Sky Walking logo

SkyWalking Infra E2E is the next generation End-to-End Testing framework that aims to help developers to set up, debug, and verify E2E tests with ease. It’s built based on the lessons learnt from tens of hundreds of test cases in the SkyWalking main repo.

Twitter Follow

Documentation

GitHub Actions

To use skywalking-infra-e2e in GitHub Actions, add a step in your GitHub workflow.

- name: Run E2E Test
  uses: apache/skywalking-infra-e2e@main      # always prefer to use a revision instead of `main`.
  with:
    e2e-file: e2e.yaml                        # need to run E2E file path

License

Apache License 2.0

Contact Us

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].