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

Add end to end tests for CLI Logic commands #706

Merged
merged 8 commits into from Dec 27, 2023

Conversation

monkbroc
Copy link
Member

How to Test

npm run test:e2e -- --grep "Logic Function Commands"

@@ -0,0 +1,227 @@
const { expect } = require('../setup');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general this test might fail on concurrent executions especially the list one

Copy link
Contributor

@hugomontero hugomontero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@monkbroc monkbroc merged commit cede859 into feature/logic-function Dec 27, 2023
6 checks passed
@monkbroc monkbroc deleted the feature/logic-e2e-tests branch December 27, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants