HashtagSell / chrome-cl-extension

Auto publish craigslist extension
1 stars 0 forks source link

Determine how to automate testing CL category and neighborhood mapping #10

Closed that1guy closed 8 years ago

that1guy commented 9 years ago

Need a way we can lob array of JSON postings to extension and ensure that we are successfully posting in correct geographical area and category based on mapping.

Brad can generate these postings. Jason and brad will discuss.

that1guy commented 9 years ago

FYI, The HashtagSell staging application now has a Craigslist button which should issue the appropriate message to the extension to the extension to begin the auto-posting process.

Also, Here is a staging user that can be used for any testing purposes.

staging user: cltesting@hashtagsell.com
staging pw: t3st1nguser

Below are UUID’s of posts created by the test account show above. These posts can be used for unit tests that attempt to post across multiple categories and multiple CA cities.

0b722c04d0544adda509932485f481de
514acf294b0e496caf36f1eed7e5ae7e
ce89e347a789444ebbb32f5cd900bc0c
1c2dd7fcdc614c92aefceb6591ba02f4
e97e13eb9ba8469daa9fd16a5647f99b
0e2c92a108f548fda119847fc268b033
e2d048996704442a94349180b09ebef9
jasonwiener commented 9 years ago

These have now been integrated into the test web page. From an automated perspective we will need to figure out some way to drive the browser through each case. Writing actual test scripts for this may be quite cumbersome since we'd have to integrate it directly into the extension