Flood Element Cli to run the tests on my local grid setup in Docker?
March 18, 2021 at 12:48pmFlood Element Cli to run the tests on my local grid setup in Docker?
March 18, 2021 at 12:48pmI have Flood agent running locally on my docker instance. I have an element script that I wish to run locally using the Element CLI. When i run, the script it seems to run just fine. I would like to run this test on my local grid running on docker instead my my local machine. Looking at the docs i modified config.yaml to include this
flood-element:command_line: ['element', 'agent', 'start']
Then when i do
element run myfile
it does not seem to use the grid setup locally. What am i missing?