Create your own GitHub profile
Join the platform over 36 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pinned
80 contributions in the last year
Activity overview
Contribution activity
April 2019
- clarmso/cypress-example-kitchensink HTML
- clarmso/cypress-documentation JavaScript
Created a pull request in cypress-io/cypress that received 5 comments
Enable aliases names to contain the dot character
I have removed the constraint that the aliases' names cannot contain dots. The issue is in querying.coffee. The change is to prevent the character…
+13
−3
•
5
comments
Created an issue in cypress-io/cypress that received 2 comments
Strings end with '\n' cause Chrome only test failures
Current behavior:
The following tests from tests/integration/commands/actions/type_spec.coffee fail on Chrome 73 but pass on Electron 59:
can wrap…
2
comments