Commit graph

7 commits

Author SHA1 Message Date
David Négrier 06483fd586 Fixing "Query string parameters prevent WA from loading"
Due to a regression, query string parameters added to the URL (like:

http://play.workadventure.localhost/_/global/maps.workadventure.localhost/starter/map.json?utm_source=sendinblue&utm_campaign=WA+-+2021+Christmap+map+launch&utm_medium=email#foo

) were causing a crash in WA.

This commit fixes the issue (and adds a E2E test)
2021-11-30 14:34:43 +01:00
David Négrier eac4bb2875 Refactoring test cafe tests
- Using "Roles" to log users
- Adding seemingly useless import statement but important for code completion
2021-11-28 16:43:12 +01:00
David Négrier dfad0a7b57 Removing useless wait 2021-11-24 12:03:48 +01:00
David Négrier 7c2bf8700b Fixing test 2021-11-24 11:50:23 +01:00
David Négrier 8eb346de25 Displaying logs in case of error 2021-11-24 10:58:26 +01:00
David Négrier 7ef6431b64 More CI debug 2021-11-24 10:21:35 +01:00
David Négrier a82f4e1813 Adding end-to-end tests
The first test is testing a tricky cache scenario with the back when testing variables.
The end-to-end package used is testcafe.
2021-11-23 15:43:34 +01:00