ipfs / ipfs-companion

Browser extension that simplifies access to IPFS resources on the web
https://docs.ipfs.tech/install/ipfs-companion/
Creative Commons Zero v1.0 Universal
2.07k stars 324 forks source link

Refactor E2E tests #1279

Open whizzzkid opened 1 year ago

whizzzkid commented 1 year ago

Even though limited, the e2e test suite allows to run smoke tests that help identify start-up issues. All of those exist here: https://github.com/ipfs/ipfs-companion/blob/main/test/e2e/ipfs-companion.test.js

### Tasks
- [ ] Restructure tests to leverage test lifecycle hooks `before`, `beforeEach`, `after` and `afterEach`
- [ ] Restructure and add ergonomic methods like `getFinalUrl` into more reusable structures.