-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature Tests #113
Comments
Hi @silverbackdan I'd like to try to give this issue a shot. Can you maybe give me some information for the dev setup? I saw there was a docker-compose file in the v1 branch, is there something similar for the main branch as well? |
Hi @bofalke - that's great thank you. Although you could do this, I want to make your life a lot easier, so I will look to get a docker-compose setup in place tomorrow for you. The test application is run from |
That sounds great, thank you for the support! I already ran the phpunit test suite locally, that worked fine 👍 I will try and figure out a way to setup a test for the filtering and ordering tasks mentioned in the issue description first |
Thanks. You can see the front-end interacting with the API at https://demo.cwa.rocks As you search and reorder, you'll see the query-string update. This will be the same querystring to be appended to the request for the API too. The API is live here: You could create Behat scenarios to test this functionality. |
You can also run Behat features with |
Yeah no worries, I think the behat tests will run even without a local dev setup so i can start already. I was so focused on the phpunit stuff that i did not see the behat configuration yesterday. Will be my first time actually working with behat but i'll figure it out 👍 Btw I saw your demo of the project at the api platform conference, thats why i wanted to see if i could help out somehow |
Oh amazing, thanks for jumping on board! This is super helpful. |
Shout if you want any help or advice |
Layouts done: #150 |
During development, some features may have been added which tests have not been written for in the interest of development speed. Some tests should be written in future for these features.
The text was updated successfully, but these errors were encountered: