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

npm run test:integration:post controls execution of web server (like in the main openwhyd codebase) #21

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adrienjoly
Copy link
Member

@adrienjoly adrienjoly commented Jun 16, 2023

Contributes to #7.

What does this PR do / solve?

When we want to show that integration tests don't pass anymore (after changing the properties of postQuery, cf screenshot below), we need to restart openwhyd server manually, which is distracting and makes the live coding session more risky.

image

Overview of changes

  • add a npm run test:integration:post that runs just the tests that we need
  • make the corresponding test suite control the execution of openwhyd server, so we don't have to start and kill it manually

@adrienjoly adrienjoly self-assigned this Jun 16, 2023
@adrienjoly adrienjoly mentioned this pull request Jun 16, 2023
1 task
@adrienjoly adrienjoly changed the title npm run test:integration:post controls execution of openwhyd server npm run test:integration:post controls execution of web server (as in the main openwhyd codebase) Jul 18, 2023
@adrienjoly adrienjoly changed the title npm run test:integration:post controls execution of web server (as in the main openwhyd codebase) npm run test:integration:post controls execution of web server (like in the main openwhyd codebase) Jul 18, 2023
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.

1 participant