vitmalina / bela

E2E front-end test automation tool for the browser
MIT License
6 stars 1 forks source link

Pre-set for the editor #9

Open mpf82 opened 2 years ago

mpf82 commented 2 years ago

Instead of starting with an empty editor, maybe the editor could be pre-filled.

Minimum: bela. (because every script must start with this anyway)

But it could also be prefilled with a small "example" script, such as

bela.open('http://www.w2ui.com/web/demos/')
    .get('#tb_demo_toolbar_item_grid')
    .click()
vitmalina commented 2 years ago

I was also thinking along the lines of integrating help into right panel. Then we can do more then just a few scripts.