10up / cypress-wp-utils

Utilities library for WordPress E2E testing in the Cypress environment
https://10up.github.io/cypress-wp-utils/
MIT License
23 stars 8 forks source link

Should we support Classic Editor and WordPress versions prior to Block Editor within this library? #15

Open cadic opened 2 years ago

cadic commented 2 years ago

When writing Block Editor related commands, I thought that it might be handy to make some of commands to be compatible with both approaches (Block vs Classic editor).

dinhtungdu commented 2 years ago

@cadic As discussed in the meeting, we should split those commands based on the current editor:

Because Blocks Editor is the default editor, I think we should, first, create commands for Blocks Editor, then create commands for Classic Editor with Classic in the command name.

jeffpaul commented 1 year ago

I concur with @dinhtungdu and think making this clear in the readme should suffice here?