na2hiro / Kifu-for-JS

JavaScriptで動く将棋の棋譜再生盤とそのブックマークレット `kifu-for-js`、JSON棋譜フォーマット(JKF)の定義とKIF, KI2, CSAからの変換ライブラリ `json-kifu-format`、将棋のモデル`shogi.js`を含むmonorepo
MIT License
112 stars 16 forks source link

Add end-to-end testing with Cypress #49

Closed na2hiro closed 2 years ago

na2hiro commented 2 years ago

Cypress is a modern testing framework suitable especially for this kind of interactive UIs. Let's use this to cover main use cases and list up supported browsers with more confidence.

https://www.cypress.io/

na2hiro commented 2 years ago

Hmm I noticed that there's already integration tests with Cypress 😆 Closing the issue