@charlesroper I like Cypress for simple stuff, it can get complex fast if you need to mock API's and stuff.
The syntax in the end it's JavaScript unfortunately, should you be looking for no-code.
It has a built-in test recorder (records clicks, keyboard strokes and such) so you can create tests easily. For less advanced users that don't want to write the tests manually.