-
- End-to-End-Testing
- Unit-Testing
- Code-Reviews
- CI/CD
- Linting
- Formatting
- Type-Checking
-
It's incredibly tedious to test a complex system such as Zweihänder manually every time we push a new release. In fact, this doesn't even happen at all, which can lead to bugs slipping through to stab…
Re4XN updated
2 years ago
-
-
All, we need to do some end-to-end testing for multipart SMSes, because it's become apparent per issue #109 that some part of the system is not stitching these messages back together the way that it s…
-
Test suite needs setting up and tests need to be written for everything. Also run tests on `prepublish`.
-
We've had at least two errors now where the prose sections are busted. https://github.com/mdn/stumptown-experiment/issues/32 and https://github.com/mdn/stumptown-experiment/issues/37
There's not re…
-
# Tasks
- [x] Set up initial ElectronJS app - @McSohan
- [x] Set up basic GitHub CI/CD - @ishanppendse
- [x] Linting and Formatting - @amnore
- [x] Testing - Zhihang Li
- [x] Set up Code Quality To…
-
`ActionCable.server` in `Channel` instances is a code smell. It makes testing more difficult than it should be (parallel tests might have more than one server).
I think `Connection` should expose `…
-
In general what will we be looking to use for browser and end to end testing in our projects?
[Nightwatchjs](http://nightwatchjs.org/), [Nightmarejs](http://www.nightmarejs.org/) with [Daydream](h…
-
i [found](https://github.com/ransomw/emo-mcg/blob/test--doo-phantom/exp/test/clj/emcg/e2e_test.clj#L83) it necessary to modify the [End to end testing example](https://github.com/bensu/doo/wiki/End-to…