-
I've been struggling to get typescript testing up and running in our aurelia project, and have hit several hurdles that could be made easier by the build / tooling pipeline. Some have been fixed local…
-
![Filecoin_Wallaby_testnet](https://user-images.githubusercontent.com/6853884/213507617-198b1309-8058-4545-827c-1f5741d3154c.png)
Network name: Filecoin Wallaby
New RPC URL: https://wallaby.node.g…
-
### Description of Issue
Occasionally some users will have their rank reset back to default.
- We base our ranks off votes, and use the appropriate LP commands.
- When users ranks are reset - th…
-
I'm trying to get wallaby working with meteor 1.6
I am using this configuration file :
https://github.com/mindhivenz/wallaby-meteor-config
It was working with meteor 1.5 but now it is broken a…
-
### Elixir and Erlang/OTP versions
```
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:20:20] [ds:20:20:10] [async-threads:1] [jit:ns]
Elixir 1.15.5 (compiled with Erlang/OTP 26)
```
I t…
-
Howdy fellow wallabyers!
We have some tests that are stubbornly flaky on CI and sometimes locally and I can't for the live of me figure out why that might be happening.
I couldn't reproduce loca…
-
## Issue
I am getting a weird error when running Wallaby with ChromeDriver on Heroku CI:
```
test can sign in valid credentials (TestAppWeb.SignInTest)
test/test_app_web/features/sign_in_test.…
-
Related to #593
## Problem
It seems that the usage of a bash script might cause Wallaby to not work on Windows machines.
## (Potential) Solution
- [ ] Include a Windows build in CI for a…
-
I have an existing Meteor project, using angular on client. It would be nice to use Wallaby when I'm running Chimp in the background.
I thought I might be able to replace `src` with a symlink to my …
-
I've got a test like this. It works fine as long as `#file` is visible.
```elixir
defmodule Reader.UserViewsCSVsTest do
use Reader.FeatureCase, async: true
import Wallaby.Query, only: [css: …