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

Support for Cypress tests #6

Open
1 task done
iluwatar opened this issue Oct 28, 2022 · 7 comments
Open
1 task done

Support for Cypress tests #6

iluwatar opened this issue Oct 28, 2022 · 7 comments
Labels
enhancement New feature or request

Comments

@iluwatar
Copy link

Contact Details

ilkka.seppala@gofore.com

What happened?

I followed the instructions in README.md to setup Argo CD to work with Testkube. In the final step, I point the testkube-tests application to a Github repository folder that contains Cypress tests, but the tests are not being created. It can be reproduced with these parameters:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: testkube-tests
  namespace: argocd
spec:
  project: default
  source:
    repoURL: https://github.com/kubeshop/testkube-executor-cypress.git
    targetRevision: HEAD
    path: examples
    plugin:
      name: testkube
  destination:
    server: https://kubernetes.default.svc
    namespace: testkube

On the other hand, if I point the application to a repository and folder containing postman tests, it seems to work. For example, the examples/postman-collections folder of this repository.

Version

1.0.0 (Edge)

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@iluwatar iluwatar added the bug Something isn't working label Oct 28, 2022
@vsukhin
Copy link
Collaborator

vsukhin commented Oct 28, 2022

Heym @iluwatar Unfortunately, current ArgoCD plugin supports file based tests, when Cypress is directory based tests. So, this is not a bug, it's just not supported at the moment. Still feel freee to open a feature request, we will need to think how to process directory based tests

@iluwatar
Copy link
Author

Okay, can I just edit this issue or do I need to create another one?

@vsukhin
Copy link
Collaborator

vsukhin commented Oct 28, 2022 via email

@iluwatar iluwatar changed the title [Bug]: Cypress tests not created Support for Cypress tests Oct 28, 2022
@iluwatar
Copy link
Author

Changed the title, but unable to edit the labels

@vsukhin vsukhin added enhancement New feature or request and removed bug Something isn't working labels Nov 8, 2022
@TheBrunoLopes
Copy link
Member

Hey @iluwatar
would you you like to go on a call with us ?
There's some issues related with storing big files in CRDs so we would love to understand how you would use this feature.
Please book a call with us here: https://calendly.com/bruno-at-kubeshop/30min-1

@vsukhin
Copy link
Collaborator

vsukhin commented Nov 29, 2022

testkube #2634

@TheBrunoLopes
Copy link
Member

Hello @iluwatar , is this issue still happening for you ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants