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

E2e tests #288

Merged
merged 6 commits into from
Oct 4, 2022
Merged

E2e tests #288

merged 6 commits into from
Oct 4, 2022

Conversation

oscarssanchez
Copy link
Contributor

Description of the Change

Closes #

How to test the Change

Changelog Entry

Added - New feature
Changed - Existing functionality
Deprecated - Soon-to-be removed feature
Removed - Feature
Fixed - Bug fix
Security - Vulnerability

Credits

Props @username, @username2, ...

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@oscarssanchez oscarssanchez changed the base branch from develop to fix/phpcs September 20, 2022 04:49
Comment on lines +16 to +21
name: ${{ matrix.core.name }}
runs-on: ubuntu-latest
strategy:
matrix:
core:
- {name: 'WP latest', version: 'latest'}
Copy link
Member

Choose a reason for hiding this comment

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

@oscarssanchez are you planning to test it in multiple WP versions?

Copy link
Member

Choose a reason for hiding this comment

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

Also, any particular reason why we can't use a more recent node version instead of 12?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For now just the latest version, originally I was testing it on other ones but tests were taking a long time.

As for node 12, there's some 10up packages that are incompatible with newer versions. We'll need to move to 10up toolkit but I'd like to get time approval from Apurva before moving forward with it.

Base automatically changed from fix/phpcs to develop October 4, 2022 16:21
@oscarssanchez oscarssanchez merged commit 5b84e23 into develop Oct 4, 2022
@oscarssanchez oscarssanchez deleted the e2e-tests branch October 4, 2022 16:40
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.

2 participants