Preparing for local demo
This commit is contained in:
@@ -44,9 +44,15 @@ function addLevel(i) {
|
||||
// }, true);
|
||||
|
||||
this.thenOpen(baseUrl + 'prototype/tutorial');
|
||||
this.thenOpen(baseUrl + 'prototype/play');
|
||||
this.thenOpen(baseUrl + 'prototype/play');
|
||||
this.thenOpen(baseUrl + 'prototype/play');
|
||||
this.wait(1000, function() {
|
||||
this.thenOpen(baseUrl + 'prototype/play');
|
||||
this.wait(1000, function() {
|
||||
this.thenOpen(baseUrl + 'prototype/play');
|
||||
this.wait(1000, function() {
|
||||
this.thenOpen(baseUrl + 'prototype/play');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
this.thenOpen(baseUrl + 'logout');
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/bash
|
||||
rm -f cookies*
|
||||
for i in `seq 1 8`; do
|
||||
for i in `seq 1 30`; do
|
||||
casperjs load.js --cookies-file=cookies"$i".txt&
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user