Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] [Inventory] Adding initial e2e structure (#196560) #196808

Merged
merged 3 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. [Inventory] Adding initial e2e structure (elastic#196560)

    closes elastic#193992
    
    How to open cypress dashboard locally:
    ```
    node x-pack/plugins/observability_solution/inventory/scripts/test/e2e.js --open
    ```
    
    How to run cypress tests:
    ```
    node x-pack/plugins/observability_solution/inventory/scripts/test/e2e.js
    ```
    
    How to run cypress tests multiple times:
    ```
    node x-pack/plugins/observability_solution/inventory/scripts/test/e2e.js --server
    node x-pack/plugins/observability_solution/inventory/scripts/test/e2e.js --runner --times=X
    ```
    
    ---------
    
    Co-authored-by: kibanamachine <[email protected]>
    (cherry picked from commit 3bfa7c0)
    
    # Conflicts:
    #	.github/CODEOWNERS
    cauemarcondes committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f9eb5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    776b72c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c6d3e View commit details
    Browse the repository at this point in the history