We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b39f5a commit 63d288cCopy full SHA for 63d288c
test/e2e/specs/route-params.js
@@ -1,4 +1,10 @@
1
+const bsStatus = require('../browserstack-send-status')
2
+
3
module.exports = {
4
+ ...bsStatus(),
5
6
+ '@tags': ['history'],
7
8
'route-params': function (browser) {
9
browser
10
.url('http://localhost:8080/route-params/')
0 commit comments